.bk-content-feature,
.bk-related-expert,
.bk-professional-care {
    --bk-editorial-accent: var(--tp-theme-primary, #e6387f);
    --bk-editorial-accent-soft: #fff3f8;
    --bk-editorial-ink: #17233c;
    --bk-editorial-text: #4b5568;
    --bk-editorial-border: #eadfe4;
    box-sizing: border-box;
    width: 100%;
    margin: 34px 0;
    border: 1px solid var(--bk-editorial-border);
    border-radius: 20px;
    background: #fff;
    color: var(--bk-editorial-text);
    box-shadow: 0 14px 38px rgba(31, 38, 52, 0.08);
}

.bk-content-feature *,
.bk-related-expert *,
.bk-professional-care * {
    box-sizing: border-box;
}

.bk-content-feature a:focus-visible,
.bk-related-expert a:focus-visible,
.bk-professional-care a:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--bk-editorial-accent) 42%, white);
    outline-offset: 3px;
}

.bk-content-feature {
    display: grid;
    min-height: 320px;
    grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1.08fr);
    grid-template-areas: 'body media';
    overflow: hidden;
    background: #fbf8f9;
}

.bk-content-feature--blog.bk-content-feature--featured {
    position: relative;
    display: block;
    height: 360px;
    min-height: 360px;
    overflow: hidden;
    border-color: #eadfe4;
    background: #fbf8f9;
    box-shadow: 0 8px 26px rgba(31, 38, 52, 0.05);
    isolation: isolate;
}

.bk-content-feature--blog.bk-content-feature--featured .bk-content-feature__media--background {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    background: #f3edef;
}

.bk-content-feature--blog.bk-content-feature--featured .bk-content-feature__background {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 0;
    object-position: center right;
}

.bk-content-feature--blog.bk-content-feature--featured .bk-content-feature__overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 253, 252, 0.99) 0%,
        rgba(255, 253, 252, 0.97) 31%,
        rgba(255, 253, 252, 0.82) 49%,
        rgba(255, 253, 252, 0.36) 65%,
        rgba(255, 253, 252, 0.06) 78%,
        rgba(255, 253, 252, 0) 86%
    );
    pointer-events: none;
}

.bk-content-feature--blog.bk-content-feature--featured .bk-content-feature__body {
    position: relative;
    z-index: 2;
    width: 48%;
    max-width: 48%;
    height: 100%;
    padding: 25px 32px 27px;
}

.bk-content-feature--blog.bk-content-feature--featured .bk-content-feature__title {
    font-size: clamp(29px, 2.25vw, 32px);
    line-height: 1.16;
}

.bk-content-feature--blog.bk-content-feature--featured .bk-content-feature__description {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.55;
}

.bk-content-feature--blog.bk-content-feature--featured .bk-content-feature__cta {
    min-height: 34px;
    margin-top: 12px;
}

.bk-content-feature--blog.bk-content-feature--featured.bk-content-feature--no-image {
    height: auto;
    min-height: 0;
    background: linear-gradient(135deg, #fff 0%, #faf5f7 100%);
}

.bk-content-feature--blog.bk-content-feature--featured.bk-content-feature--no-image .bk-content-feature__body {
    width: 100%;
    max-width: 680px;
    height: auto;
    min-height: 280px;
}

.bk-content-feature__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    grid-area: body;
    padding: clamp(24px, 3vw, 36px);
}

.bk-content-feature__eyebrow,
.bk-related-expert__eyebrow,
.bk-professional-care__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--bk-editorial-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
}

.bk-content-feature .bk-content-feature__title,
.bk-related-expert .bk-related-expert__name,
.bk-professional-care .bk-professional-care__title {
    margin: 0;
    color: var(--bk-editorial-ink);
    font-weight: 750;
    letter-spacing: -0.025em;
    line-height: 1.22;
}

.bk-content-feature .bk-content-feature__title {
    font-size: clamp(23px, 2vw, 30px);
}

.bk-content-feature__title a,
.bk-related-expert__name a {
    color: inherit;
    text-decoration: none;
}

.bk-content-feature__title a:hover,
.bk-related-expert__name a:hover {
    color: var(--bk-editorial-accent);
}

.bk-content-feature .bk-content-feature__description {
    display: -webkit-box;
    margin: 16px 0 0;
    overflow: hidden;
    color: var(--bk-editorial-text);
    font-size: 16px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.bk-content-feature__cta,
.bk-related-expert__link,
.bk-professional-care__cta {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 6px;
    margin-top: 22px;
    color: var(--bk-editorial-accent);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
    text-decoration: none;
}

.bk-content-feature__cta:hover,
.bk-related-expert__link:hover,
.bk-professional-care__cta:hover {
    color: #9c2758;
}

.bk-content-feature__media {
    display: block;
    min-width: 0;
    min-height: 100%;
    grid-area: media;
    overflow: hidden;
    background: #f0e8ec;
}

.bk-content-feature__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    transition: transform 240ms ease;
}

.bk-content-feature__media:hover .bk-content-feature__image {
    transform: scale(1.018);
}

.bk-content-feature--product .bk-content-feature__media {
    padding: clamp(22px, 3.5vw, 42px);
    background: #fff;
}

.bk-content-feature--product .bk-content-feature__image {
    object-fit: contain;
}

.bk-content-feature__price {
    width: 100%;
    margin-top: 16px;
    color: var(--bk-editorial-ink);
}

.bk-content-feature__price .bb-product-price {
    margin-bottom: 0 !important;
}

.bk-content-feature--compact {
    min-height: 200px;
    grid-template-columns: minmax(180px, 0.38fr) minmax(0, 0.62fr);
    grid-template-areas: 'media body';
}

.bk-content-feature--compact .bk-content-feature__body {
    padding: 26px 30px;
}

.bk-content-feature--compact .bk-content-feature__title {
    font-size: clamp(21px, 2.4vw, 27px);
}

.bk-content-feature--compact .bk-content-feature__description {
    margin-top: 10px;
    font-size: 14px;
    -webkit-line-clamp: 2;
}

.bk-content-feature--compact .bk-content-feature__cta {
    margin-top: 12px;
}

.bk-content-feature--compact .bk-content-feature__image {
    min-height: 200px;
}

.bk-content-feature--no-image,
.bk-content-feature--compact.bk-content-feature--no-image {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: 'body';
}

.bk-related-expert {
    padding: clamp(24px, 3.5vw, 34px);
    background: linear-gradient(135deg, #fff 0%, var(--bk-editorial-accent-soft) 100%);
}

.bk-related-expert__person {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bk-related-expert__photo {
    display: block;
    width: 96px;
    height: 96px;
    flex: 0 0 96px;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(31, 38, 52, 0.12);
}

.bk-related-expert__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bk-related-expert__avatar {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #fff;
    background: #707787;
    font-size: 24px;
    font-weight: 750;
    letter-spacing: 0.04em;
}

.bk-related-expert__body {
    min-width: 0;
}

.bk-related-expert .bk-related-expert__name {
    font-size: clamp(21px, 2.5vw, 28px);
}

.bk-related-expert .bk-related-expert__designation,
.bk-related-expert .bk-related-expert__verified,
.bk-related-expert .bk-related-expert__credentials {
    margin: 7px 0 0;
    color: var(--bk-editorial-text);
    font-size: 14px;
    line-height: 1.55;
}

.bk-related-expert__credentials {
    color: var(--bk-editorial-ink);
    font-weight: 650;
}

.bk-related-expert__verified {
    color: #26764c;
    font-weight: 700;
}

.bk-related-expert__link {
    margin-top: 10px;
}

.bk-related-expert .bk-related-expert__disclaimer {
    margin: 18px 0 0;
    padding-top: 15px;
    border-top: 1px solid var(--bk-editorial-border);
    color: #707787;
    font-size: 12px;
    line-height: 1.55;
}

.bk-related-expert--compact {
    padding: 20px 22px;
}

.bk-related-expert--compact .bk-related-expert__photo {
    width: 70px;
    height: 70px;
    flex-basis: 70px;
}

.bk-related-expert--compact .bk-related-expert__name {
    font-size: 20px;
}

.bk-professional-care {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: 'body';
    overflow: hidden;
    background: linear-gradient(135deg, #fff 0%, #fff4f8 100%);
    color: var(--bk-editorial-text);
}

.bk-professional-care--has-image {
    grid-template-columns: minmax(0, 0.96fr) minmax(240px, 1.04fr);
    grid-template-areas: 'body media';
}

.bk-professional-care__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    grid-area: body;
    padding: clamp(28px, 4vw, 44px);
}

.bk-professional-care .bk-professional-care__title {
    max-width: 620px;
    color: var(--bk-editorial-ink);
    font-size: clamp(24px, 3vw, 34px);
}

.bk-professional-care .bk-professional-care__description {
    max-width: 640px;
    margin: 14px 0 0;
    color: var(--bk-editorial-text);
    font-size: 16px;
    line-height: 1.7;
}

.bk-professional-care__cta {
    min-height: 46px;
    margin-top: 22px;
    padding: 10px 17px;
    border: 1px solid color-mix(in srgb, var(--bk-editorial-accent) 30%, white);
    border-radius: 12px;
    background: var(--bk-editorial-accent-soft);
    color: var(--bk-editorial-accent);
}

.bk-professional-care__cta:hover {
    background: var(--bk-editorial-accent);
    color: #fff;
}

.bk-professional-care__media {
    display: block;
    min-width: 0;
    min-height: 100%;
    grid-area: media;
    overflow: hidden;
    background: #f3e9ed;
}

.bk-professional-care__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.bk-professional-care--compact.bk-professional-care--has-image {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.48fr);
}

.bk-professional-care--compact .bk-professional-care__body {
    padding: 24px 28px;
}

.bk-professional-care--compact .bk-professional-care__title {
    font-size: 23px;
}

.bk-professional-care--compact .bk-professional-care__image {
    min-height: 220px;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .bk-content-feature--blog.bk-content-feature--featured .bk-content-feature__body {
        width: 54%;
        max-width: 54%;
        padding-right: 26px;
        padding-left: 26px;
    }

    .bk-content-feature--blog.bk-content-feature--featured .bk-content-feature__overlay {
        background: linear-gradient(
            90deg,
            rgba(255, 253, 252, 0.99) 0%,
            rgba(255, 253, 252, 0.97) 36%,
            rgba(255, 253, 252, 0.82) 55%,
            rgba(255, 253, 252, 0.3) 72%,
            rgba(255, 253, 252, 0) 87%
        );
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bk-content-feature--blog.bk-content-feature--featured .bk-content-feature__body {
        width: 52%;
        max-width: 52%;
        padding-right: 26px;
        padding-left: 26px;
    }

    .bk-content-feature--blog.bk-content-feature--featured .bk-content-feature__overlay {
        background: linear-gradient(
            90deg,
            rgba(255, 253, 252, 0.99) 0%,
            rgba(255, 253, 252, 0.97) 35%,
            rgba(255, 253, 252, 0.82) 53%,
            rgba(255, 253, 252, 0.3) 69%,
            rgba(255, 253, 252, 0) 84%
        );
    }
}

@media (max-width: 767px) {
    .bk-content-feature {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            'media'
            'body';
        border-radius: 16px;
    }

    .bk-content-feature--no-image,
    .bk-content-feature--compact.bk-content-feature--no-image {
        grid-template-areas: 'body';
    }

    .bk-content-feature--blog.bk-content-feature--featured {
        display: grid;
        height: auto;
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            'media'
            'body';
        background: #fff;
    }

    .bk-content-feature--blog.bk-content-feature--featured .bk-content-feature__media--background {
        position: relative;
        z-index: auto;
        inset: auto;
        grid-area: media;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .bk-content-feature--blog.bk-content-feature--featured .bk-content-feature__overlay {
        display: none;
    }

    .bk-content-feature--blog.bk-content-feature--featured .bk-content-feature__body {
        z-index: auto;
        width: 100%;
        max-width: none;
        height: auto;
        grid-area: body;
        padding: 24px 22px 26px;
    }

    .bk-content-feature--blog.bk-content-feature--featured .bk-content-feature__title {
        font-size: 24px;
        line-height: 1.22;
    }

    .bk-content-feature--blog.bk-content-feature--featured.bk-content-feature--no-image {
        grid-template-areas: 'body';
    }

    .bk-content-feature--blog.bk-content-feature--featured.bk-content-feature--no-image .bk-content-feature__body {
        min-height: 0;
    }

    .bk-content-feature__media,
    .bk-content-feature__image,
    .bk-content-feature--compact .bk-content-feature__image {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .bk-content-feature__body,
    .bk-content-feature--compact .bk-content-feature__body {
        padding: 24px 22px 26px;
    }

    .bk-content-feature .bk-content-feature__title,
    .bk-content-feature--compact .bk-content-feature__title {
        font-size: 24px;
    }

    .bk-related-expert__person {
        align-items: flex-start;
    }

    .bk-professional-care--has-image,
    .bk-professional-care--compact.bk-professional-care--has-image {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            'media'
            'body';
    }

    .bk-professional-care__media,
    .bk-professional-care__image,
    .bk-professional-care--compact .bk-professional-care__image {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 430px) {
    .bk-content-feature,
    .bk-related-expert,
    .bk-professional-care {
        margin: 28px 0;
    }

    .bk-related-expert__person {
        flex-direction: column;
        gap: 14px;
    }

    .bk-professional-care__body,
    .bk-professional-care--compact .bk-professional-care__body {
        padding: 26px 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bk-content-feature__image {
        transition: none;
    }
}

.bk-condition-treatments {
    --bk-treatment-ink: #15372f;
    --bk-treatment-muted: #526a63;
    --bk-treatment-accent: #17745d;
    margin: 44px 0;
    padding: 36px;
    border: 1px solid #d9e7e2;
    border-radius: 22px;
    background: linear-gradient(145deg, #f7fbf9 0%, #eef7f3 100%);
    color: var(--bk-treatment-ink);
}

.bk-condition-treatments__heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.bk-condition-treatments__eyebrow,
.bk-condition-treatment__category {
    margin: 0 0 7px;
    color: var(--bk-treatment-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.bk-condition-treatments__heading h2 {
    margin: 0 0 12px;
    color: var(--bk-treatment-ink);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.12;
}

.bk-condition-treatments__heading > p {
    margin: 0;
    color: var(--bk-treatment-muted);
    line-height: 1.7;
}

.bk-condition-treatments__list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bk-condition-treatment {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    padding: 22px;
    border: 1px solid #dce9e4;
    border-radius: 16px;
    background: #fff;
}

.bk-condition-treatment__number {
    color: #77a698;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.bk-condition-treatment__content h3 {
    margin: 0 0 8px;
    color: var(--bk-treatment-ink);
    font-size: 21px;
    line-height: 1.3;
}

.bk-condition-treatment__content > p:last-of-type {
    margin: 0;
    color: var(--bk-treatment-muted);
    line-height: 1.65;
}

.bk-condition-treatment__indicators {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.bk-condition-treatment__indicators li {
    padding: 5px 10px;
    border-radius: 999px;
    background: #e9f4ef;
    color: #235d4d;
    font-size: 12px;
    font-weight: 700;
}

.bk-condition-treatments--compact {
    padding: 26px;
}

.bk-condition-treatments--compact .bk-condition-treatments__heading h2 {
    font-size: clamp(24px, 3vw, 32px);
}

.bk-condition-treatments--compact .bk-condition-treatment {
    padding: 17px;
}

@media (max-width: 575px) {
    .bk-condition-treatments,
    .bk-condition-treatments--compact {
        margin: 32px 0;
        padding: 24px 18px;
        border-radius: 16px;
    }

    .bk-condition-treatment {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
        padding: 18px 14px;
    }
}
