.sihe-template-primary {
    width: 100%;
    max-width: none;
    margin: 0;
}

.sihe-template-primary .sihe-single {
    color: #1f2933;
}

.sihe-single-inner {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.sihe-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 18px 0;
    color: #60717f;
    font-size: 14px;
}

.sihe-breadcrumbs a {
    color: #176b77;
    text-decoration: none;
}

.sihe-single-hero {
    position: relative;
    display: grid;
    min-height: 360px;
    overflow: hidden;
    background: #123f57;
    color: #fff;
    isolation: isolate;
}

.sihe-single-hero-image {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sihe-single-hero-has-image::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: rgba(9, 37, 53, 0.72);
    content: "";
}

.sihe-single-hero-content {
    align-self: end;
    padding-top: 72px;
    padding-bottom: 58px;
}

.sihe-single-eyebrow {
    margin: 0 0 12px;
    color: #71d1cb;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.sihe-single-hero h1 {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-size: 64px;
    line-height: 1.08;
    letter-spacing: 0;
}

.sihe-single-lead {
    max-width: 760px;
    margin: 20px 0 0;
    color: #f0f7f8;
    font-size: 20px;
    line-height: 1.65;
}

.sihe-single-section {
    padding: 64px 0;
}

.sihe-single-section-muted {
    background: #f3f6f7;
}

.sihe-single-section h2,
.sihe-single-cta h2 {
    margin: 0 0 24px;
    color: #123f57;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0;
}

.sihe-single-section p {
    max-width: 860px;
    font-size: 17px;
    line-height: 1.75;
}

.sihe-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 28px;
    max-width: 960px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sihe-detail-list li {
    position: relative;
    padding-left: 22px;
    line-height: 1.6;
}

.sihe-detail-list li::before {
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #14969b;
    content: "";
}

.sihe-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sihe-related-card {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 22px;
    border: 1px solid #d6e0e4;
    border-radius: 8px;
    background: #fff;
}

.sihe-related-kicker {
    margin: 0 0 10px !important;
    color: #60717f;
    font-size: 13px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.sihe-related-card h3 {
    margin: 0 0 12px;
    color: #123f57;
    font-size: 22px;
    line-height: 1.3;
}

.sihe-related-card h3 a {
    color: inherit;
    text-decoration: none;
}

.sihe-related-card p {
    margin: 0 0 18px;
    color: #52636f;
    font-size: 15px;
    line-height: 1.6;
}

.sihe-text-link {
    align-self: flex-start;
    margin-top: auto;
    color: #176b77;
    font-weight: 700;
    text-decoration: none;
}

.sihe-empty-note {
    padding: 18px 20px;
    border-left: 4px solid #14969b;
    background: #fff;
}

.sihe-single-cta {
    padding: 54px 0;
    background: #0e6f75;
    color: #fff;
}

.sihe-single-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.sihe-single-cta h2 {
    margin-bottom: 8px;
    color: #fff;
}

.sihe-single-cta p {
    max-width: 720px;
    margin: 0;
    color: #eaf7f7;
    font-size: 17px;
}

.sihe-single-cta .sihe-btn {
    flex: 0 0 auto;
    min-width: 170px;
}

@media (max-width: 780px) {
    .sihe-single-inner {
        width: min(100% - 32px, 1120px);
    }

    .sihe-single-hero {
        min-height: 330px;
    }

    .sihe-single-hero-content {
        padding-top: 54px;
        padding-bottom: 40px;
    }

    .sihe-single-hero h1 {
        font-size: 38px;
    }

    .sihe-single-lead {
        font-size: 17px;
        line-height: 1.55;
    }

    .sihe-single-section {
        padding: 44px 0;
    }

    .sihe-single-section h2,
    .sihe-single-cta h2 {
        font-size: 28px;
    }

    .sihe-detail-list,
    .sihe-related-grid {
        grid-template-columns: 1fr;
    }

    .sihe-related-card {
        min-height: 0;
    }

    .sihe-single-cta-inner {
        display: grid;
    }

    .sihe-single-cta .sihe-btn {
        width: 100%;
    }
}
