.flex-layout.hero-archive-detail-layout {
    background: var(--blue-600);
    position: relative;
}

.flex-layout.hero-archive-detail-layout .pk-row {
    padding-block: 180px;
    max-width: 1294px;
}

.flex-layout.hero-archive-detail-layout .subheading_wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.flex-layout.hero-archive-detail-layout .subheading_wrapper .post-date {
    line-height: 25px;
}

.flex-layout.hero-archive-detail-layout .subheading,
.flex-layout.hero-archive-detail-layout .heading-wrapper h1,
.flex-layout.hero-archive-detail-layout .hero-content-buttons .secondary,
.flex-layout.hero-archive-detail-layout .hero-content-text p {
    color: var(--white);
}

.flex-layout.hero-archive-detail-layout .heading-wrapper {
    padding-bottom: 1rem;
}

.flex-layout.hero-archive-detail-layout .heading-wrapper h1 {
    font-size: var(--heading-1);
    max-width: 670px;
    width: fit-content;
    line-height: 1.2;
}

.flex-layout.hero-archive-detail-layout .read-more-link-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    right: 1.5rem;
    bottom: 20px;
}

.flex-layout.hero-archive-detail-layout .hero-content-text {
    max-width: 630px;
    width: fit-content;
}


.flex-layout.hero-archive-detail-layout.blue-100 .heading-wrapper h1,
.flex-layout.hero-archive-detail-layout.blue-100 .subheading,
.flex-layout.hero-archive-detail-layout.blue-100 .hero-content-text p,
.flex-layout.hero-archive-detail-layout.blue-100 .pk-button.secondary span,
.pk-page .flex-layout.hero-archive-detail-layout.blue-100 .read_more,
.flex-layout.hero-archive-detail-layout.blue-400-opaque-light .heading-wrapper h1,
.flex-layout.hero-archive-detail-layout.blue-400-opaque-light .subheading,
.flex-layout.hero-archive-detail-layout.blue-400-opaque-light .hero-content-text p,
.flex-layout.hero-archive-detail-layout.blue-400-opaque-light .pk-button.secondary span,
.pk-page .flex-layout.hero-archive-detail-layout.blue-400-opaque-light .read_more,
.flex-layout.hero-archive-detail-layout.white .heading-wrapper h1,
.flex-layout.hero-archive-detail-layout.white .subheading,
.flex-layout.hero-archive-detail-layout.white .hero-content-text p,
.flex-layout.hero-archive-detail-layout.white .pk-button.secondary span,
.pk-page .flex-layout.hero-archive-detail-layout.white .read_more {
    color: var(--text-main);
}

.pk-page .flex-layout.hero-archive-detail-layout.blue-100 .read_more svg path,
.pk-page .flex-layout.hero-archive-detail-layout.blue-400-opaque-light .read_more svg path,
.pk-page .flex-layout.hero-archive-detail-layout.white .read_more svg path {
    stroke: var(--text-main);
}

@media screen and (max-width: 992px) {
    .flex-layout.hero-archive-detail-layout .pk-row {
        padding-block: 100px;
    }

    .flex-layout.hero-archive-detail-layout .subheading_wrapper {
        padding-bottom: 1.5rem;
    }

    .flex-layout.hero-archive-detail-layout .read-more-link-wrapper {
        padding-top: 1rem;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .flex-layout.hero-archive-detail-layout .pk-row {
        padding-block: 100px 60px;
    }

    .flex-layout.hero-archive-detail-layout .read-more-link-wrapper {
        position: initial;
    }
}