/* Best-clinic guide page styles are extracted from the shared clinic bundle. *//* Moved from clinics.css: .be-guide */

body:has(.be-guide-page) .wp-block-post-title {
    display: none;
}

html:has(.be-guide-page),
body:has(.be-guide-page) {
    overflow-x: hidden;
}

body:has(.be-guide-page) main,
body:has(.be-guide-page) main > .wp-block-group,
body:has(.be-guide-page) .wp-block-post-content {
    background: #f6f8fc !important;
    margin-block-start: 0 !important;
}

body:has(.be-guide-page) main > .wp-block-group {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

body:has(.be-guide-page) footer.wp-block-template-part {
    margin-block-start: 0 !important;
    margin-top: 0 !important;
}

body:has(.be-guide-page) .wp-block-post-content > .be-guide-page {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: none !important;
    width: 100vw !important;
}

.be-guide-page {
    background: #f6f8fc;
    color: #11151c;
    font-family: "Hanken Grotesk", Manrope, system-ui, -apple-system, sans-serif;
    margin-block-start: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

.be-guide-crumbs,
.be-guide-article {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 760px;
    padding-left: 28px;
    padding-right: 28px;
}

.be-guide-crumbs {
    align-items: center;
    color: #69707c;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 9px;
    padding-top: 26px;
}

.be-guide-crumbs a {
    color: inherit;
    text-decoration: none;
}

.be-guide-crumbs a:hover {
    color: #2f6df6;
}

.be-guide-crumbs svg {
    height: 13px;
    opacity: 0.6;
    width: 13px;
}

.be-guide-crumbs span {
    color: #2b313b;
}

.be-guide-head {
    border-bottom: 1px solid #e8edf4;
    margin-bottom: 38px;
    padding: 26px 0 30px;
}

.be-guide-cat {
    align-items: center;
    color: #2f6df6;
    display: inline-flex;
    font-size: 11.5px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.be-guide-cat svg {
    height: 14px;
    width: 14px;
}

.be-guide-head h1 {
    color: #11151c;
    font-size: 46px;
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.08;
    margin: 18px 0 0;
    text-wrap: balance;
}

.be-guide-dek {
    color: #2b313b;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.6;
    margin: 20px 0 0;
    text-wrap: pretty;
}

.be-guide-byline {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}

.be-guide-authors {
    display: flex;
}

.be-guide-authors span {
    align-items: center;
    border: 2.5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(17, 21, 28, 0.12);
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.be-guide-authors span:first-child {
    background: linear-gradient(135deg, #2f6bed, #5b8df5);
}

.be-guide-authors span:last-child {
    background: linear-gradient(135deg, #1fa971, #3fbf8c);
    margin-left: -12px;
}

.be-guide-byname {
    color: #11151c;
    font-size: 14.5px;
    font-weight: 800;
}

.be-guide-bymeta {
    align-items: center;
    color: #69707c;
    display: flex;
    flex-wrap: wrap;
    font-size: 13.5px;
    font-weight: 700;
    gap: 9px;
    margin-top: 3px;
}

.be-guide-bymeta i,
.be-guide-cf-sub span {
    background: #9aa1ad;
    border-radius: 50%;
    display: inline-block;
    height: 3px;
    width: 3px;
}

.be-guide-actions {
    display: flex;
    gap: 9px;
    margin-left: auto;
}

.be-guide-actions button {
    align-items: center;
    background: #fff;
    border: 1.5px solid #e8edf4;
    border-radius: 11px;
    color: #2b313b;
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.be-guide-actions button:hover {
    border-color: #c8d3e6;
    color: #2f6df6;
}

.be-guide-actions svg {
    height: 18px;
    width: 18px;
}

.be-guide-prose p {
    color: #2b313b;
    font-size: 17.5px;
    line-height: 1.78;
    margin: 0 0 24px;
}

.be-guide-prose h2 {
    color: #11151c;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 50px 0 6px;
}

.be-guide-kicker {
    color: #69707c !important;
    font-size: 14px !important;
    font-weight: 700;
    margin-bottom: 20px !important;
}

.be-guide-callout {
    background: #f3f7fe;
    border: 1px solid #d8e6fd;
    border-radius: 16px;
    display: flex;
    gap: 15px;
    margin: 34px 0;
    padding: 22px 24px;
}

.be-guide-page .be-guide-callout {
    display: none;
}

.be-guide-callout > div {
    align-items: center;
    background: #eaf1fe;
    border-radius: 11px;
    color: #205ad6;
    display: flex;
    flex: none;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.be-guide-callout svg {
    height: 20px;
    width: 20px;
}

.be-guide-callout h4 {
    color: #11151c;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 6px;
}

.be-guide-callout p {
    color: #2b313b;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.be-guide-clinic-feature {
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(17, 21, 28, 0.05), 0 30px 70px -30px rgba(17, 21, 28, 0.26);
    margin: 38px 0 42px;
    padding: 30px 32px 32px;
}

.be-guide-cf-head {
    align-items: flex-start;
    display: flex;
    gap: 18px;
}

.be-guide-cf-rank {
    align-items: center;
    background: #11151c;
    border-radius: 15px;
    color: #fff;
    display: flex;
    flex: none;
    flex-direction: column;
    height: 54px;
    justify-content: center;
    line-height: 1;
    width: 54px;
}

.be-guide-cf-rank b {
    font-size: 23px;
    font-weight: 800;
}

.be-guide-cf-rank span {
    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-top: 3px;
    opacity: 0.65;
    text-transform: uppercase;
}

.be-guide-cf-titles {
    flex: 1;
    min-width: 0;
}

.be-guide-cf-eyebrow {
    color: #2f6df6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.be-guide-cf-name {
    color: #11151c;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.be-guide-cf-sub {
    align-items: center;
    color: #69707c;
    display: flex;
    flex-wrap: wrap;
    font-size: 13.5px;
    font-weight: 700;
    gap: 9px;
    margin-top: 8px;
}

.be-guide-cf-sub svg {
    height: 14px;
    width: 14px;
}

.be-guide-cf-rating {
    align-items: center;
    background: #f3f7fe;
    border: 1px solid #e8edf4;
    border-radius: 10px;
    color: #11151c;
    display: flex;
    flex: none;
    font-size: 14.5px;
    font-weight: 800;
    gap: 5px;
    padding: 6px 11px;
}

.be-guide-cf-rating svg {
    color: #f5a623;
    height: 14px;
    width: 14px;
}

.be-guide-cf-desc {
    color: #2b313b;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 18px 0 0 !important;
}

.be-guide-cf-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
}

.be-guide-cf-pills span {
    background: #eaf1fe;
    border-radius: 8px;
    color: #205ad6;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 11px;
}

.be-guide-pc {
    border: 1px solid #e8edf4;
    border-radius: 14px;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
    overflow: hidden;
}

.be-guide-pc-col {
    background: #fff;
    padding: 18px 20px 20px;
}

.be-guide-pros {
    background: #f4fbf8;
}

.be-guide-cons {
    background: #fdf5f7;
}

.be-guide-pc-h {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    gap: 9px;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.be-guide-pros .be-guide-pc-h {
    color: #15805a;
}

.be-guide-cons .be-guide-pc-h {
    color: #c13b5e;
}

.be-guide-pc-h span {
    align-items: center;
    border-radius: 50%;
    display: flex;
    flex: none;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.be-guide-pros .be-guide-pc-h span {
    background: #d6f0e5;
}

.be-guide-cons .be-guide-pc-h span {
    background: #f8dde4;
}

.be-guide-pc-h svg {
    height: 13px;
    width: 13px;
}

.be-guide-pc-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.be-guide-pc-list div {
    color: #2b313b;
    display: flex;
    font-size: 14.5px;
    gap: 10px;
    line-height: 1.55;
}

.be-guide-pc-list svg {
    flex: none;
    height: 15px;
    margin-top: 2px;
    width: 15px;
}

.be-guide-pros .be-guide-pc-list svg {
    color: #1fa971;
}

.be-guide-cons .be-guide-pc-list svg {
    color: #e5557a;
}

.be-guide-cf-foot {
    align-items: center;
    border-top: 1px solid #f0f3f8;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
    padding-top: 22px;
}

.be-guide-overview {
    border-top: 1px solid #f0f3f8;
    margin-top: 24px;
    padding-top: 22px;
}

.be-guide-overview h3 {
    color: #11151c;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
}

.be-guide-overview p {
    color: #2b313b;
    font-size: 15.5px;
    line-height: 1.72;
    margin: 0 0 14px;
}

.be-guide-overview strong {
    color: #11151c;
    font-weight: 900;
}

.be-guide-cf-foot div {
    color: #2b313b;
    flex: 1 1 260px;
    font-size: 14px;
    font-weight: 700;
}

.be-guide-cf-foot b {
    color: #11151c;
    font-weight: 800;
}

.be-guide-cf-foot a,
.be-guide-end-cta a {
    background: #2f6df6;
    border-radius: 11px;
    box-shadow: 0 8px 20px -10px rgba(47, 107, 237, 0.7);
    color: #fff;
    display: inline-block;
    font-size: 14.5px;
    font-weight: 800;
    margin-left: auto;
    padding: 11px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.be-guide-cf-foot a:hover,
.be-guide-end-cta a:hover {
    background: #205ad6;
}

.be-guide-post-foot,
.be-guide-info-section {
    border-top: 1px solid #e8edf4;
    margin-top: 48px;
    padding: 38px 0 10px;
}

.be-guide-info-section {
    border-top: 0;
    margin-top: 38px;
    padding-top: 0;
}

.be-guide-post-foot span,
.be-guide-info-section span {
    background: #eaf1fe;
    border-radius: 7px;
    color: #2f6df6;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 14px;
    padding: 3px 9px;
}

.be-guide-post-foot h2,
.be-guide-info-section h2 {
    margin-top: 0;
}

.be-guide-end-cta {
    background: #fff;
    border-top: 1px solid #e8edf4;
    margin-top: 60px;
}

.be-guide-end-cta > div {
    margin: 0 auto;
    max-width: 760px;
    padding: 60px 28px 70px;
    text-align: center;
}

.be-guide-end-cta h2 {
    color: #11151c;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0;
}

.be-guide-end-cta p {
    color: #2b313b;
    font-size: 17px;
    line-height: 1.7;
    margin: 14px auto 26px;
    max-width: 520px;
}

.be-guide-end-cta a {
    margin-left: 0;
    padding: 14px 28px;
}

@media (max-width: 680px) {
    .be-guide-crumbs,
    .be-guide-article {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    .be-guide-crumbs {
        flex-wrap: wrap;
        padding-top: 20px;
    }

    .be-guide-head {
        margin-bottom: 32px;
        padding: 22px 0 28px;
    }

    .be-guide-head h1 {
        font-size: 34px;
    }

    .be-guide-dek {
        font-size: 17px;
        line-height: 1.55;
    }

    .be-guide-prose p {
        font-size: 16.5px;
        line-height: 1.7;
    }

    .be-guide-prose h2 {
        font-size: 28px;
        margin-top: 44px;
    }

    .be-guide-clinic-feature {
        border-radius: 18px;
        margin: 34px 0 38px;
        padding: 24px 20px 26px;
    }

    .be-guide-pc {
        grid-template-columns: 1fr;
    }

    .be-guide-cons {
        border-top: 0;
    }

    .be-guide-cf-head {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 14px;
    }

    .be-guide-cf-rank {
        height: 52px;
        width: 52px;
    }

    .be-guide-cf-titles {
        flex: 1 1 calc(100% - 128px);
    }

    .be-guide-cf-name {
        font-size: 23px;
    }

    .be-guide-cf-rating {
        margin-left: auto;
    }

    .be-guide-cf-sub {
        font-size: 13px;
        gap: 7px;
    }

    .be-guide-cf-desc {
        font-size: 15.5px !important;
        line-height: 1.65 !important;
    }

    .be-guide-pc-col {
        padding: 17px 18px 19px;
    }

    .be-guide-cf-foot {
        align-items: stretch;
        flex-direction: column;
    }

    .be-guide-cf-foot a {
        box-sizing: border-box;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    .be-guide-actions {
        margin-left: 0;
        width: 100%;
    }

    .be-guide-end-cta > div {
        box-sizing: border-box;
        max-width: none;
        padding: 52px 20px 62px;
        width: 100%;
    }

    .be-guide-end-cta h2 {
        font-size: 30px;
    }

    .be-guide-end-cta a {
        box-sizing: border-box;
        text-align: center;
        width: 100%;
    }
}
