/* Self-pay / insurance pricing hero */
.service-included--plans {
    overflow: hidden;
    width: 100%;
}

.service-included--plans .service-included__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.service-included--plans .service-included__left {
    flex: 1 1 480px;
    max-width: 650px;
    width: auto;
    min-width: 0;
}

.service-included--plans .service-included__right {
    flex: 1 1 400px;
    max-width: 550px;
    width: auto;
    min-width: 0;
}

.service-included--plans .service-included__heading {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.service-included--plans .service-included__heading h1 {
    font-size: clamp(1.75rem, 2.8vw, 2.5rem);
    line-height: 1.2;
    margin: 8px 0 0;
}

.service-included--plans .service-included__heading p {
    font-size: 16px;
    line-height: 1.55;
    color: var(--font-color);
    margin: 12px 0 0;
    text-align: center;
}

.service-included--plans .service-included__heading p strong {
    font-weight: 700;
}

.service-included--plans .service-included__details {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.service-included--plans .service-included__show-more {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    gap: 12px;
    align-items: center;
}

.service-included--plans .service-included__show-more > a:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
}

.service-included--plans .service-included__show-more > a + a {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
    color: var(--gray-color);
}

.service-included--plans .service-included__show-more .btn--accent-fill {
    width: 100%;
    max-width: 340px;
}

@media only screen and (max-width: 1200px) {
    .service-included--plans .service-included__container {
        flex-direction: column;
        padding: 50px 16px;
        gap: 24px;
    }

    .service-included--plans .service-included__left,
    .service-included--plans .service-included__right {
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
    }

    .service-included--plans .service-included__heading,
    .service-included--plans .service-included__details,
    .service-included--plans .service-included__show-more {
        max-width: 100%;
    }

    .service-included--plans .service-included__col:first-child,
    .service-included--plans .service-included__col:nth-child(2),
    .service-included--plans .service-included__col:nth-child(3) {
        transform: none;
    }
}

@media only screen and (max-width: 768px) {
    .service-included--plans .service-included__container {
        padding: 32px 12px;
        gap: 20px;
    }

    .service-included--plans .service-included__left {
        height: 300px;
    }

    .service-included--plans .service-included__heading h1 {
        font-size: 1.65rem;
    }

    .service-included--plans .service-included__heading p {
        font-size: 15px;
    }

    .service-included--plans .service-included__icons {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .service-included--plans .service-included__right {
        padding: 0 8px;
    }
}

@media only screen and (max-width: 480px) {
    .service-included--plans .service-included__left {
        height: 260px;
    }

    .service-included--plans .service-included__heading h1 {
        font-size: 1.45rem;
    }
}

.pricing-plans-hero__footer-link {
    margin-top: 2rem;
}

/* Site footer — insurance/self-pay pages */
.page-wrapper > footer {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.page-wrapper > footer .top-footer {
    width: 100%;
    box-sizing: border-box;
}

.page-wrapper > footer .top-footer__container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.page-wrapper > footer .bottom-footer {
    width: 100%;
    box-sizing: border-box;
}

.page-wrapper > footer .bottom-footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: 12px 16px;
    box-sizing: border-box;
}

.page-wrapper > footer .bottom-footer p,
.page-wrapper > footer #extra-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 4px 8px;
}

.page-wrapper > footer .footer__brand {
    width: 100%;
    min-width: 0;
}

@media only screen and (max-width: 1200px) {
    .page-wrapper > footer .top-footer {
        height: auto;
        min-height: 0;
        padding-bottom: 32px;
    }

    .page-wrapper > footer .footer__btm-text {
        position: relative;
        bottom: auto;
        right: auto;
        text-align: center;
        width: 100%;
        padding: 24px 16px 0;
    }

    .page-wrapper > footer .footer__seal-icon {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 16px auto 0;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .page-wrapper > footer .top-footer__container {
        padding: 25px 16px 0;
    }

    .page-wrapper > footer .footer-links #quick-links__list {
        grid-template-columns: 1fr;
    }
}
