html {
    scroll-behavior: smooth;
}

body.lab-prices-page .hero {
    height: auto;
    min-height: 0;
    min-width: 0;
    padding-top: var(--menu-offset);
    padding-bottom: var(--hero-bottom-spacing);
    overflow: visible;
}

body.lab-prices-page .header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 3;
    margin-bottom: 28px;
}

body.lab-prices-page .nav {
    background: var(--menu-fill);
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.lab-prices-page .content-block {
    min-width: 0;
    min-height: 320px;
    margin-top: 0 !important;
    margin-bottom: 40px !important;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 16px;
}

body.lab-prices-page .content-block:has(.breadcrumb) {
    padding-top: 58px;
}

body.lab-prices-page .hero-content {
    flex: 0 0 66.666%;
    min-width: 0;
    max-width: 66.666%;
}

body.lab-prices-page .breadcrumb {
    display: inline-flex;
    flex: 0 0 auto;
    margin-bottom: 16px;
}

body.lab-prices-page .lab-prices-hero__eyebrow:empty {
    display: none;
}

body.lab-prices-page .breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0;
    font-size: 13px;
    line-height: 1;
}

body.lab-prices-page .breadcrumb__item {
    display: flex;
    align-items: center;
    list-style: none;
}

body.lab-prices-page .breadcrumb__sep {
    padding: 0 8px;
    color: #9CA3AF;
    font-size: 13px;
    list-style: none;
    user-select: none;
}

body.lab-prices-page .breadcrumb__link {
    color: #6B7280;
    text-decoration: none;
    transition: color 0.15s;
}

body.lab-prices-page .breadcrumb__link:hover {
    color: #111827;
    text-decoration: underline;
}

body.lab-prices-page .breadcrumb__current {
    color: #9CA3AF;
    cursor: default;
}

body.lab-prices-page .lab-prices-hero__city:empty,
body.lab-prices-page .lab-prices-detail-hero__aside:empty {
    display: none;
}

body.lab-prices-page .lab-prices-hero__city {
    margin: 16px 0 0;
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(47, 86, 217, 0.15);
    color: #22345f;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
}

body.lab-prices-page .lab-prices-hero__actions {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.lab-prices-page .lab-prices-hero__site-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 14px;
    background: #2f56d9;
    color: #ffffff;
    text-decoration: none;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
}

body.lab-prices-page .lab-prices-section {
    padding: 44px 0;
    background: #ffffff;
}

body.lab-prices-page #lab-price-city-chooser,
body.lab-prices-page #lab-price-offers-title,
body.lab-prices-page #lab-price-faq-title {
    scroll-margin-top: 108px;
}

body.lab-prices-page .lab-prices-section__heading {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
}

body.lab-prices-page .lab-prices-section__heading .section-title,
body.lab-prices-page .lab-prices-faq__title {
    margin: 0;
    max-width: 980px;
    text-align: left;
    line-height: 1.06;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

body.lab-prices-page .lab-prices-section__heading--feature {
    gap: 16px;
}

body.lab-prices-page .lab-prices-section--faq {
    padding-top: 34px;
    padding-bottom: 56px;
}

body.lab-prices-page .lab-prices-section__subtitle {
    margin: 0;
    max-width: 680px;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    color: #4e587f;
    text-align: left;
}

body.lab-prices-page .lab-prices-section__title--feature,
body.lab-prices-page .lab-prices-section__subtitle--feature {
    max-width: 720px;
}

@media (max-width: 768px) {
    body.lab-prices-page .content-block:has(.breadcrumb) {
        padding-top: 16px;
    }

    body.lab-prices-page .lab-prices-section {
        padding: 28px 0;
    }

    body.lab-prices-page .breadcrumb {
        margin-bottom: 12px;
    }

    body.lab-prices-page .breadcrumb__list {
        font-size: 12px;
    }
}