:root {
    --mh-epl-primary: #1463ff;
    --mh-epl-text: #111827;
    --mh-epl-muted: #475569;
    --mh-epl-border: #cbd5e1;
    --mh-epl-bg: #f8fafc;
}

/* Static homepage hero trial. The original Elementor Slides widget is kept in
   the editor and can be restored simply by rolling back the plugin version. */
.mh-home-static-hero {
    width: 100%;
    max-width: 1180px;
    margin: 18px auto 42px;
    padding: 0 18px;
    color: #0f1f3d;
}

.mh-home-static-hero__panel {
    overflow: hidden;
    border: 1px solid #dbe6f3;
    border-radius: 30px;
    background: linear-gradient(135deg, #f5f9ff 0%, #fff 72%);
    box-shadow: 0 24px 70px rgba(15, 47, 95, 0.12);
}

.mh-home-static-hero__header {
    padding: 42px clamp(34px, 5vw, 62px) 26px;
    text-align: center;
}

.mh-home-static-hero__body {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
    min-height: 390px;
    border-top: 1px solid rgba(191, 211, 238, 0.6);
}

.mh-home-static-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(32px, 4.5vw, 54px);
}

.mh-home-static-hero__eyebrow {
    width: fit-content;
    margin: 0 auto 18px;
    padding: 7px 13px;
    border: 1px solid #bfd3ee;
    border-radius: 999px;
    background: #eaf3ff;
    color: #174f91;
    font-size: 0.88rem;
    font-weight: 750;
    letter-spacing: 0.03em;
}

.mh-home-static-hero h1 {
    margin: 0;
    color: #0e1c36;
    font-size: clamp(2.35rem, 3.55vw, 3.25rem);
    line-height: 1.15;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.mh-home-static-title-part {
    display: inline-block;
    white-space: nowrap;
}

.mh-home-static-hero__lead {
    max-width: 660px;
    margin: 0;
    color: #41516b;
    font-size: clamp(1rem, 1.35vw, 1.14rem);
    line-height: 1.8;
}

.mh-home-static-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.mh-home-static-hero__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 2px solid #0f5dab;
    border-radius: 999px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.mh-home-static-hero__button:hover,
.mh-home-static-hero__button:focus-visible {
    transform: translateY(-1px);
    outline: 3px solid rgba(20, 99, 255, 0.25);
    outline-offset: 3px;
}

.mh-home-static-hero__button--primary {
    background: #0f5dab;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(15, 93, 171, 0.24);
}

.mh-home-static-hero__button--secondary {
    background: #fff;
    color: #0b4b8d !important;
}

.mh-home-static-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 25px 0 0;
    padding: 0;
    color: #53647d;
    font-size: 0.92rem;
    list-style: none;
}

.mh-home-static-hero__trust li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.mh-home-static-hero__trust span {
    display: inline-grid;
    width: 21px;
    height: 21px;
    place-items: center;
    border-radius: 50%;
    background: #dff5e8;
    color: #116b3e;
    font-size: 0.75rem;
    font-weight: 900;
}

.mh-home-static-hero__media {
    position: relative;
    min-height: 390px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #dce9f6;
}

.mh-home-static-hero__media::after {
    position: absolute;
    inset: 0 auto 0 0;
    width: 25%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.72), transparent);
    content: "";
    pointer-events: none;
}

.mh-home-static-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 390px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.mh-home-static-hero__badge {
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 14px 17px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 32px rgba(15, 31, 61, 0.18);
    color: #102548;
    backdrop-filter: blur(10px);
}

.mh-home-static-hero__badge strong { font-size: 1rem; }
.mh-home-static-hero__badge span { color: #53647d; font-size: 0.82rem; }

.mh-home-static-hero__quicklinks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.mh-home-static-hero__quicklinks a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    min-height: 96px;
    padding: 17px 18px;
    border: 1px solid #dce6f1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 47, 95, 0.07);
    color: #0e274b !important;
    text-decoration: none !important;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.mh-home-static-hero__quicklinks a:hover,
.mh-home-static-hero__quicklinks a:focus-visible {
    transform: translateY(-2px);
    border-color: #8db8e5;
    box-shadow: 0 15px 36px rgba(15, 47, 95, 0.12);
    outline: 3px solid rgba(20, 99, 255, 0.2);
    outline-offset: 2px;
}

.mh-home-static-hero__quicklinks strong,
.mh-home-static-hero__quicklinks small {
    display: block;
}

.mh-home-static-hero__quicklinks strong { font-size: 1rem; line-height: 1.35; }
.mh-home-static-hero__quicklinks small { margin-top: 4px; color: #65758d; line-height: 1.35; }

.mh-home-static-hero__quick-icon {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: #e9f3ff;
    color: #0f5dab;
    font-weight: 850;
}

/* The staging homepage already contains the same title and introduction in
   two standalone Elementor containers immediately below the former slider.
   Hide those duplicate visual blocks only while the static trial is active. */
body.home .elementor-element-98e8cbb,
body.home .elementor-element-17e2780,
body.home .elementor-element-28044771,
body.home .elementor-element-8755986 {
    display: none !important;
}

/* Old spacer and divider containers that previously separated the carousel
   from the introduction. The static hero already owns its section spacing. */
body.home .elementor-element-698e437,
body.home .elementor-element-db07df8,
body.home .elementor-element-1b5210b,
body.home .elementor-element-4f30c3f3,
body.home .elementor-element-24eeeb6 {
    display: none !important;
}

/* Elementor's mobile rules force these four service images into a wider
   fixed-height box than their source files. Preserve each intrinsic ratio so
   the images are not stretched and Lighthouse can verify the dimensions. */
body.home img.wp-image-2442,
body.home img.wp-image-2440,
body.home img.wp-image-2438,
body.home img.wp-image-2441 {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

body.home img.wp-image-2442 { aspect-ratio: 1024 / 682 !important; }
body.home img.wp-image-2440 { aspect-ratio: 600 / 400 !important; }
body.home img.wp-image-2438 { aspect-ratio: 848 / 566 !important; }
body.home img.wp-image-2441 { aspect-ratio: 991 / 639 !important; }

@media (max-width: 1024px) {
    .mh-home-static-hero__body {
        grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
        min-height: 380px;
    }

    .mh-home-static-hero__header { padding: 36px 34px 24px; }
    .mh-home-static-hero__copy { padding: 42px 34px; }
    .mh-home-static-hero__media,
    .mh-home-static-hero__media img { min-height: 380px; }
    .mh-home-static-hero__quicklinks { grid-template-columns: 1fr; }
}

@media (min-width: 1100px) {
    .mh-home-static-hero h1 { white-space: nowrap; }
}

@media (max-width: 767px) {
    body.home #ast-mobile-header .ast-site-title-wrap {
        display: none !important;
    }

    body.home #ast-mobile-header .ast-builder-grid-row {
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
    }

    body.home #ast-mobile-header .site-header-primary-section-left {
        min-width: 0 !important;
    }

    body.home #ast-mobile-header .site-branding {
        display: flex !important;
        min-width: 0 !important;
        align-items: center !important;
    }

    body.home #ast-mobile-header .site-logo-img img {
        width: 130px;
        max-width: 34vw;
        height: auto;
    }

    .mh-home-static-hero {
        margin-top: 10px;
        margin-bottom: 30px;
        padding: 0 12px;
    }

    .mh-home-static-hero__body {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .mh-home-static-hero__panel { border-radius: 22px; }
    .mh-home-static-hero__header {
        padding: 30px 23px 25px;
        text-align: left;
    }
    .mh-home-static-hero__eyebrow { margin-right: 0; margin-left: 0; }
    .mh-home-static-hero__copy { padding: 32px 23px 28px; }
    .mh-home-static-hero h1 {
        font-size: clamp(2rem, 8.8vw, 2.45rem);
        line-height: 1.18;
    }
    .mh-home-static-title-part { display: block; }
    .mh-home-static-hero__lead { line-height: 1.7; }
    .mh-home-static-hero__actions { margin-top: 22px; }
    .mh-home-static-hero__button { width: 100%; }
    .mh-home-static-hero__trust { gap: 9px 15px; margin-top: 21px; }

    .mh-home-static-hero__media,
    .mh-home-static-hero__media img {
        min-height: 255px;
        height: 255px;
    }

    .mh-home-static-hero__media::after {
        inset: 0 0 auto;
        width: auto;
        height: 22%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent);
    }

    .mh-home-static-hero__badge { right: 14px; bottom: 14px; }
    .mh-home-static-hero__quicklinks a { min-height: 84px; padding: 14px; }
}

.mh-epl-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 16px;
}

.mh-epl-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--mh-epl-gutter, 24px);
    align-items: stretch;
}

.mh-epl-col { min-width: 0; }

.mh-epl-col-span-1 { grid-column: span 1; }
.mh-epl-col-span-2 { grid-column: span 2; }
.mh-epl-col-span-3 { grid-column: span 3; }
.mh-epl-col-span-4 { grid-column: span 4; }
.mh-epl-col-span-5 { grid-column: span 5; }
.mh-epl-col-span-6 { grid-column: span 6; }
.mh-epl-col-span-7 { grid-column: span 7; }
.mh-epl-col-span-8 { grid-column: span 8; }
.mh-epl-col-span-9 { grid-column: span 9; }
.mh-epl-col-span-10 { grid-column: span 10; }
.mh-epl-col-span-11 { grid-column: span 11; }
.mh-epl-col-span-12 { grid-column: span 12; }

@media (max-width: 1024px) {
    .mh-epl-col-md-span-1 { grid-column: span 1; }
    .mh-epl-col-md-span-2 { grid-column: span 2; }
    .mh-epl-col-md-span-3 { grid-column: span 3; }
    .mh-epl-col-md-span-4 { grid-column: span 4; }
    .mh-epl-col-md-span-5 { grid-column: span 5; }
    .mh-epl-col-md-span-6 { grid-column: span 6; }
    .mh-epl-col-md-span-7 { grid-column: span 7; }
    .mh-epl-col-md-span-8 { grid-column: span 8; }
    .mh-epl-col-md-span-9 { grid-column: span 9; }
    .mh-epl-col-md-span-10 { grid-column: span 10; }
    .mh-epl-col-md-span-11 { grid-column: span 11; }
    .mh-epl-col-md-span-12 { grid-column: span 12; }
}

@media (max-width: 768px) {
    .mh-epl-col-sm-span-1 { grid-column: span 1; }
    .mh-epl-col-sm-span-2 { grid-column: span 2; }
    .mh-epl-col-sm-span-3 { grid-column: span 3; }
    .mh-epl-col-sm-span-4 { grid-column: span 4; }
    .mh-epl-col-sm-span-5 { grid-column: span 5; }
    .mh-epl-col-sm-span-6 { grid-column: span 6; }
    .mh-epl-col-sm-span-7 { grid-column: span 7; }
    .mh-epl-col-sm-span-8 { grid-column: span 8; }
    .mh-epl-col-sm-span-9 { grid-column: span 9; }
    .mh-epl-col-sm-span-10 { grid-column: span 10; }
    .mh-epl-col-sm-span-11 { grid-column: span 11; }
    .mh-epl-col-sm-span-12 { grid-column: span 12; }

    .mh-epl-col {
        grid-column: span 12;
    }
}

/* Published SEO growth articles: compact heading and a clear, accessible
   phone path. These selectors do not affect legacy posts or pages. */
.single-post .mh-growth-post-header {
    max-width: 920px;
    margin: 0 auto 24px;
}

.single-post .mh-growth-post-header .entry-title {
    margin: 0;
    color: #0f1f3d;
    font-size: clamp(2rem, 3.2vw, 2.6rem) !important;
    line-height: 1.24;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.single-post .mh-growth-phone-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    max-width: 920px;
    margin: 0 auto 30px;
    padding: 24px 26px;
    border: 1px solid #b8d5f1;
    border-left: 6px solid #0f5dab;
    border-radius: 18px;
    background: #f2f8ff;
    box-shadow: 0 12px 30px rgba(15, 47, 95, 0.08);
}

.single-post .mh-growth-phone-cta__eyebrow {
    margin: 0 0 5px;
    color: #0b4b8d;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.single-post .mh-growth-phone-cta h2 {
    margin: 0 0 7px;
    color: #102749;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    line-height: 1.35;
}

.single-post .mh-growth-phone-cta p {
    margin: 0;
    color: #344766;
    line-height: 1.7;
}

.single-post .mh-growth-phone-cta .mh-growth-phone-cta__related {
    margin-top: 9px;
    font-size: 0.94rem;
}

.single-post .mh-growth-phone-cta__related a {
    color: #084f96;
    font-weight: 800;
    text-underline-offset: 3px;
}

.single-post .mh-growth-phone-cta__button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 12px 19px;
    border: 2px solid #0f5dab;
    border-radius: 999px;
    background: #0f5dab;
    color: #fff !important;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
}

.single-post .mh-growth-phone-cta__button:hover,
.single-post .mh-growth-phone-cta__button:focus-visible {
    background: #0a4787;
    border-color: #0a4787;
    color: #fff !important;
    outline: 3px solid #93c5fd;
    outline-offset: 3px;
}

.single-post .mh-growth-phone-cta--compact {
    margin-top: 36px;
    background: #fff8ee;
    border-color: #f4c98c;
    border-left-color: #d97706;
}

@media (max-width: 700px) {
    .single-post .mh-growth-post-header {
        margin-bottom: 18px;
    }

    .single-post .mh-growth-post-header .entry-title {
        font-size: 1.8rem !important;
        line-height: 1.3;
    }

    .single-post .mh-growth-phone-cta {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 24px;
        padding: 20px 18px;
        border-left-width: 4px;
    }

    .single-post .mh-growth-phone-cta__button {
        width: 100%;
        white-space: normal;
    }
}

/* Health-insurance guide hub: creates an internal-link path from the service
   page to detailed 2026 guides while preserving Elementor content. */
.page-id-1147 .mh-health-guide-links,
body.page .mh-health-guide-links {
    width: min(1120px, calc(100% - 40px));
    margin: 54px auto 40px;
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid #c7dcf2;
    border-radius: 24px;
    background: linear-gradient(145deg, #f5faff 0%, #ffffff 68%);
    box-shadow: 0 18px 45px rgba(15, 47, 95, 0.08);
}

.mh-health-guide-links__intro {
    max-width: 760px;
    margin-bottom: 26px;
}

.mh-health-guide-links__kicker,
.mh-health-guide-links__eyebrow {
    margin: 0 0 7px;
    color: #0b5aa5;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.mh-health-guide-links__intro h2 {
    margin: 0 0 10px;
    color: #102749;
    font-size: clamp(1.65rem, 3vw, 2.2rem);
    line-height: 1.25;
}

.mh-health-guide-links__intro > p:last-child,
.mh-health-guide-links__card > p:not(.mh-health-guide-links__eyebrow) {
    color: #435676;
    line-height: 1.7;
}

.mh-health-guide-links__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mh-obamacare-checklist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    counter-reset: mh-obamacare-step;
}

.mh-obamacare-checklist li {
    position: relative;
    min-width: 0;
    padding: 18px 18px 18px 54px;
    border: 1px solid #d7e5f4;
    border-radius: 15px;
    background: #fff;
    color: #435676;
    line-height: 1.65;
    counter-increment: mh-obamacare-step;
}

.mh-obamacare-checklist li::before {
    position: absolute;
    top: 18px;
    left: 16px;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #0b5aa5;
    color: #fff;
    content: counter(mh-obamacare-step);
    font-size: 0.86rem;
    font-weight: 800;
}

.mh-obamacare-checklist strong {
    color: #102749;
}

.mh-obamacare-2026-update {
    margin: 0 0 24px;
    padding: clamp(20px, 3vw, 28px);
    border: 1px solid #9fc6ed;
    border-radius: 18px;
    background: linear-gradient(135deg, #eaf5ff 0%, #ffffff 72%);
}

.mh-obamacare-2026-update__date {
    margin: 0 0 6px;
    color: #0b5aa5;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.mh-obamacare-2026-update h3 {
    margin: 0 0 16px;
    color: #102749;
    font-size: clamp(1.25rem, 2.4vw, 1.65rem);
    line-height: 1.35;
}

.mh-obamacare-2026-update__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mh-obamacare-2026-update__grid p {
    margin: 0;
    padding: 15px 16px;
    border-radius: 13px;
    background: #fff;
    color: #435676;
    line-height: 1.7;
}

.mh-obamacare-2026-update__grid strong {
    color: #102749;
}

.mh-obamacare-2026-update__sources {
    margin: 16px 0 0;
    color: #435676;
    font-size: 0.9rem;
    line-height: 1.75;
}

.mh-obamacare-2026-update__sources a {
    color: #0b5aa5;
    font-weight: 700;
    text-underline-offset: 3px;
}

.mh-health-guide-links--two .mh-health-guide-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mh-health-guide-links__card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 22px;
    border: 1px solid #d7e5f4;
    border-radius: 17px;
    background: #fff;
}

.mh-health-guide-links__card h3 {
    margin: 0 0 9px;
    color: #102749;
    font-size: 1.2rem;
    line-height: 1.4;
}

.mh-health-guide-links__card h3 a {
    color: inherit;
    text-decoration: none;
}

.mh-health-guide-links__card h3 a:hover,
.mh-health-guide-links__card h3 a:focus-visible,
.mh-health-guide-links__read:hover,
.mh-health-guide-links__read:focus-visible {
    color: #084a8a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mh-health-guide-links__card > p:not(.mh-health-guide-links__eyebrow) {
    flex: 1;
    margin: 0 0 16px;
}

.mh-health-guide-links__read {
    color: #0b5aa5;
    font-weight: 800;
    text-decoration: none;
}

.mh-health-guide-links__phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
    padding: 18px 20px;
    border-radius: 15px;
    background: #102749;
    color: #fff;
}

.mh-health-guide-links__phone p {
    margin: 0;
    color: #fff;
}

.mh-health-guide-links__phone a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 11px 18px;
    border-radius: 999px;
    background: #fff;
    color: #0b4b8d !important;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.mh-health-guide-links__phone a:hover,
.mh-health-guide-links__phone a:focus-visible {
    background: #e8f3ff;
    outline: 3px solid #93c5fd;
    outline-offset: 3px;
}

@media (max-width: 860px) {
    .mh-health-guide-links__grid,
    .mh-health-guide-links--two .mh-health-guide-links__grid,
    .mh-obamacare-checklist,
    .mh-obamacare-2026-update__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .page-id-1147 .mh-health-guide-links,
    body.page .mh-health-guide-links {
        width: min(1120px, calc(100% - 24px));
        margin-top: 34px;
        padding: 22px 16px;
        border-radius: 18px;
    }

    .mh-health-guide-links__phone {
        align-items: stretch;
        flex-direction: column;
    }

    .mh-health-guide-links__phone a {
        width: 100%;
        white-space: normal;
    }
}

.mh-epl-row,
.mh-epl-container,
.mh-epl-card,
.mh-epl-accordion,
.mh-epl-modal,
.mh-epl-filter-wrap,
.mh-epl-tabs-wrap,
.mh-epl-media-text,
.mh-epl-breadcrumb {
    max-width: 100%;
}

.mh-epl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: var(--mh-epl-primary);
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.2;
}

.mh-epl-button:hover,
.mh-epl-button:focus-visible {
    opacity: 0.9;
    outline: 2px solid #93c5fd;
    outline-offset: 2px;
}

.mh-epl-button--outline {
    background: transparent;
    color: var(--mh-epl-primary);
    border: 1px solid currentColor;
}

.mh-epl-text,
.mh-epl-heading,
.mh-epl-field,
.mh-epl-field input,
.mh-epl-field textarea,
.mh-epl-field select {
    color: var(--mh-epl-text);
}

.mh-epl-form {
    border: 1px solid var(--mh-epl-border);
    border-radius: 12px;
    padding: 18px;
    max-width: 720px;
    background: #fff;
}

.mh-epl-form__fields {
    margin-bottom: 12px;
}

.mh-epl-field {
    display: block;
    margin-bottom: 12px;
}

.mh-epl-field span {
    display: inline-block;
    margin-bottom: 6px;
    font-weight: 600;
}

.mh-epl-field input,
.mh-epl-field textarea,
.mh-epl-field select {
    width: 100%;
    border: 1px solid var(--mh-epl-border);
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
}

.mh-epl-field select { appearance: none; background: #fff; }
.mh-epl-hp { position: absolute !important; left: -9999px; opacity: 0.01; }

.mh-epl-fieldset { border: 1px solid var(--mh-epl-border); border-radius: 10px; padding: 10px; margin: 0 0 12px; }
.mh-epl-fieldset legend { padding: 0 6px; font-weight: 600; }

.mh-epl-form__message {
    margin: 0 0 10px;
}

.mh-epl-form__message.is-success { color: #166534; }
.mh-epl-form__message.is-error { color: #b91c1c; }

.mh-epl-form__note { color: var(--mh-epl-muted); font-size: 14px; }

.mh-epl-accordion-item + .mh-epl-accordion-item {
    margin-top: 10px;
}

.mh-epl-accordion-trigger {
    width: 100%;
    text-align: left;
    border: 1px solid var(--mh-epl-border);
    border-radius: 10px;
    padding: 12px 14px;
    background: var(--mh-epl-bg);
    cursor: pointer;
    font-weight: 600;
}

.mh-epl-accordion-panel {
    border: 1px solid var(--mh-epl-border);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding: 12px;
    margin-top: -1px;
    display: none;
}

.mh-epl-tab-btn,
.mh-epl-filter-btn {
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid var(--mh-epl-border);
    background: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    cursor: pointer;
    color: var(--mh-epl-text);
}

.mh-epl-tab-btn.is-active,
.mh-epl-filter-btn.is-active {
    background: var(--mh-epl-primary);
    color: #fff !important;
    border-color: var(--mh-epl-primary);
}

.mh-epl-tab-btn:not(.is-active),
.mh-epl-filter-btn:not(.is-active) {
    color: var(--mh-epl-text) !important;
}

.mh-epl-tab-panel { display: none; }
.mh-epl-tab-panel.is-active { display: block; }

.mh-epl-filter-item.is-hidden {
    display: none;
}

.mh-epl-filter-toolbar,
.mh-epl-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.mh-epl-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.48);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    padding: 16px;
}

.mh-epl-modal-backdrop[hidden] {
    display: none;
}

.mh-epl-modal {
    background: #fff;
    border-radius: 14px;
    max-width: min(760px, 92vw);
    width: 100%;
    padding: 18px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.mh-epl-modal-close {
    border: 0;
    background: transparent;
    font-size: 24px;
    position: absolute;
    right: 14px;
    top: 10px;
    cursor: pointer;
}

.mh-epl-media-text {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 16px;
    align-items: start;
}

.mh-epl-media-text.is-right { grid-template-columns: 1.5fr 1fr; }

.mh-epl-media-text__media img { width: 100%; display: block; border-radius: 12px; }

.mh-epl-breadcrumb {
    margin: 8px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--mh-epl-muted);
}

.mh-epl-breadcrumb a { color: var(--mh-epl-primary); }

.mh-epl-card {
    border: 1px solid var(--mh-epl-border);
    border-radius: 14px;
    padding: 16px;
    background: #fff;
}

.mh-epl-card--hover:hover { transform: translateY(-1px); }

/* Elementor's default social-network colors are too light behind white text
   for WCAG AA. Keep each service recognizable while using accessible shades. */
.elementor-share-btn_whatsapp {
    background-color: #087f5b !important;
}

.elementor-share-btn_telegram {
    background-color: #096b91 !important;
}

.elementor-share-btn_email {
    background-color: #374151 !important;
}

.elementor-share-btn_whatsapp .elementor-share-btn__title,
.elementor-share-btn_telegram .elementor-share-btn__title,
.elementor-share-btn_email .elementor-share-btn__title {
    color: #fff !important;
}

/* Essential Addons intentionally gives its post grid a -10px horizontal
   margin. Clip that gutter at the widget boundary so it cannot create page-
   level horizontal scrolling while preserving the original card spacing. */
.elementor-widget-eael-post-grid .eael-post-grid-container {
    overflow-x: hidden;
    overflow-x: clip;
}

.mh-epl-spacer { display: block; width: 100%; }

.mh-epl-divider { border: none; border-top: 1px solid var(--mh-epl-border); }

.mh-epl-counter {
    display: inline-block;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    font-size: 2rem;
    color: var(--mh-epl-text);
}

.mh-epl-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}

.mh-epl-slider {
    border: 1px solid var(--mh-epl-border);
    border-radius: 20px;
    overflow: hidden;
    background: #0f2f5f;
    color: #fff;
    box-shadow: 0 18px 48px rgba(15, 47, 95, 0.14);
}

.mh-epl-slide {
    display: none;
    min-height: 380px;
    position: relative;
    isolation: isolate;
}

.mh-epl-slide.is-active { display: grid; }

.mh-epl-slide-media {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.mh-epl-slide-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 30, 66, 0.96), rgba(8, 30, 66, 0.58));
}

.mh-epl-slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mh-epl-slide-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 720px;
    padding: clamp(34px, 7vw, 84px);
}

.mh-epl-slide-title {
    color: #fff;
    font-size: clamp(2rem, 5vw, 4.25rem);
    line-height: 1.08;
    margin: 0 0 18px;
}

.mh-epl-slide-text {
    color: #e7eef9;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.7;
    margin-bottom: 18px;
}

.mh-epl-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 12px 16px 18px;
    background: #0f2f5f;
}

.mh-epl-slider-prev,
.mh-epl-slider-next {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.mh-epl-slider-dots { display: flex; gap: 8px; }

.mh-epl-slider-dot {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 999px;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.mh-epl-slider-dot.is-active { background: #fff; }

.mh-epl-post-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.mh-epl-post-card {
    overflow: hidden;
    border: 1px solid var(--mh-epl-border);
    border-radius: 14px;
    background: #fff;
}

.mh-epl-post-card__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.mh-epl-post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.mh-epl-post-card__body { padding: 16px; }
.mh-epl-post-card__body h3 { font-size: 1.05rem; line-height: 1.45; margin: 0 0 10px; }
.mh-epl-post-card__body h3 a { color: var(--mh-epl-text); text-decoration: none; }
.mh-epl-post-card__body p { color: var(--mh-epl-muted); font-size: 0.95rem; }
.mh-epl-post-card__link { color: var(--mh-epl-primary); font-weight: 700; }

.mh-epl-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 14px 0;
}

.mh-epl-share > span { font-weight: 700; }
.mh-epl-share a {
    border: 1px solid var(--mh-epl-border);
    border-radius: 999px;
    padding: 7px 12px;
    color: var(--mh-epl-primary);
    text-decoration: none;
}

.mh-epl-map {
    overflow: hidden;
    border: 1px solid var(--mh-epl-border);
    border-radius: 14px;
    min-height: 360px;
}

.mh-epl-map iframe {
    display: block;
    width: 100%;
    min-height: 360px;
    border: 0;
}

.mh-epl-migration-page { padding-bottom: 52px; }
.mh-epl-migration-page .mh-epl-breadcrumb { margin-bottom: 22px; }
.mh-epl-hero-card {
    background: linear-gradient(135deg, #eff6ff, #ffffff 60%);
    border-color: #bfdbfe;
    padding: clamp(22px, 5vw, 48px);
}
.mh-epl-hero-card .mh-epl-heading { margin-top: 0; }
.mh-epl-lead { font-size: 1.12rem; line-height: 1.8; color: #334155; }
.mh-epl-section-title { margin-top: 42px; }
.mh-epl-service-card { height: 100%; }
.mh-epl-service-card .mh-epl-heading { margin-top: 0; font-size: 1.35rem; }
.mh-epl-cta {
    background: #0f2f5f;
    border-color: #0f2f5f;
    color: #fff;
}
.mh-epl-cta .mh-epl-heading,
.mh-epl-cta .mh-epl-text { color: #fff; }

@media (max-width: 1024px) {
    .mh-epl-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    .mh-epl-slide { min-height: 430px; }
    .mh-epl-slide-body { padding: 30px 22px; }
    .mh-epl-post-grid { grid-template-columns: 1fr; }
    .mh-epl-slider-controls { gap: 10px; }
    .mh-epl-hero-card { padding: 22px; }
}

/* Elementor extension widgets. All selectors are scoped to plugin markup so
   Elementor and Elementor Pro global styles remain authoritative. */
.mh-elementor-section,
.mh-elementor-cta,
.mh-elementor-doctor-finder {
    max-width: 100%;
}

.mh-elementor-section-title {
    margin: 0 0 12px;
    color: inherit;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1.2;
}

.mh-elementor-section-intro {
    max-width: 780px;
    margin-bottom: 24px;
    color: inherit;
    line-height: 1.75;
}

.mh-elementor-section-intro > :first-child,
.mh-elementor-service-description > :first-child,
.mh-elementor-cta-copy > :first-child,
.mh-elementor-faq-answer > :first-child,
.mh-elementor-doctor-copy > div > :first-child { margin-top: 0; }

.mh-elementor-section-intro > :last-child,
.mh-elementor-service-description > :last-child,
.mh-elementor-cta-copy > :last-child,
.mh-elementor-faq-answer > :last-child,
.mh-elementor-doctor-copy > div > :last-child { margin-bottom: 0; }

.mh-elementor-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.mh-elementor-service-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid #d7e0ec;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 47, 95, 0.08);
}

.mh-elementor-service-card h3 {
    margin: 0 0 10px;
    color: inherit;
    font-size: 1.3rem;
    line-height: 1.3;
}

.mh-elementor-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #edf4ff;
    color: var(--mh-epl-primary);
    font-size: 24px;
}

.mh-elementor-service-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mh-elementor-service-description {
    flex: 1;
    margin-bottom: 20px;
    color: inherit;
    line-height: 1.7;
}

.mh-elementor-cta {
    padding: 42px;
    overflow: hidden;
    border-radius: 22px;
    background: #0f2f5f;
    color: #fff;
    box-shadow: 0 18px 46px rgba(15, 47, 95, 0.18);
}

.mh-elementor-cta-title {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(1.8rem, 3.2vw, 2.7rem);
    line-height: 1.15;
}

.mh-elementor-cta-copy {
    max-width: 780px;
    color: #eef5ff;
    font-size: 1.08rem;
    line-height: 1.75;
}

.mh-elementor-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.mh-epl-button--light-outline {
    border: 1px solid rgba(255, 255, 255, 0.82);
    background: transparent;
    color: #fff;
}

.mh-elementor-cta-actions .mh-epl-button,
.mh-elementor-cta-actions .mh-epl-button:link,
.mh-elementor-cta-actions .mh-epl-button:visited,
.mh-elementor-cta-actions .mh-epl-button:hover,
.mh-elementor-cta-actions .mh-epl-button:focus-visible {
    color: #fff;
}

.mh-elementor-faq-list {
    display: grid;
    gap: 12px;
}

.mh-elementor-faq-item {
    overflow: clip;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    background: #fff;
}

.mh-elementor-faq-item summary {
    position: relative;
    padding: 17px 54px 17px 18px;
    color: #163768;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.mh-elementor-faq-item summary::-webkit-details-marker { display: none; }
.mh-elementor-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    font-size: 1.45rem;
}
.mh-elementor-faq-item[open] summary::after { content: "−"; }
.mh-elementor-faq-item summary:focus-visible { outline: 3px solid #93c5fd; outline-offset: -3px; }

.mh-elementor-faq-answer {
    padding: 0 18px 18px;
    color: inherit;
    line-height: 1.75;
}

.mh-elementor-contact-form .mh-epl-form {
    width: 100%;
    max-width: 760px;
}

.mh-elementor-doctor-finder {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: center;
    padding: clamp(24px, 5vw, 52px);
    border: 1px solid #c9d9ef;
    border-radius: 22px;
    background: #f4f8ff;
}

.mh-elementor-doctor-copy h2 {
    margin: 0 0 14px;
    color: #163768;
    font-size: clamp(1.75rem, 3.2vw, 2.65rem);
    line-height: 1.2;
}

.mh-elementor-doctor-copy > div {
    margin-bottom: 22px;
    line-height: 1.75;
}

.mh-elementor-doctor-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.mh-elementor-doctor-stat {
    min-width: 0;
    padding: 16px 10px;
    border: 1px solid #d7e0ec;
    border-radius: 14px;
    background: #fff;
    text-align: center;
}

.mh-elementor-doctor-stat strong,
.mh-elementor-doctor-stat span { display: block; }
.mh-elementor-doctor-stat strong {
    color: #163768;
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1.1;
}
.mh-elementor-doctor-stat span {
    margin-top: 7px;
    color: #475569;
    font-size: 0.82rem;
    line-height: 1.35;
}

.elementor[data-mh-home-structure="1"] .elementor-widget-icon-box .mh-home-inline-icon-svg {
    display: block;
    width: 1em;
    height: 1em;
    overflow: visible;
    color: inherit;
    pointer-events: none;
}

.elementor[data-mh-home-structure="1"] .elementor-icon-box-title .mh-home-service-link {
    color: inherit;
    text-decoration: none;
}

.elementor[data-mh-home-structure="1"] .elementor-icon-box-title .mh-home-service-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.elementor[data-mh-home-structure="1"] .elementor-icon-box-title .mh-home-service-link:focus-visible {
    border-radius: 4px;
    outline: 3px solid #5b21b6;
    outline-offset: 4px;
}

.mh-obamacare-search-content,
.mh-provider-landing {
    width: min(1180px, calc(100% - 40px));
    margin: clamp(36px, 6vw, 72px) auto;
    color: #17233b;
}

.mh-obamacare-search-content {
    padding: clamp(24px, 5vw, 52px);
    border: 1px solid #c9d9ef;
    border-radius: 24px;
    background: #f6f9fe;
    box-shadow: 0 18px 48px rgba(22, 55, 104, 0.08);
}

.mh-search-faq {
    margin-top: clamp(30px, 5vw, 54px);
}

.mh-search-faq > h2,
.mh-provider-landing__heading h2 {
    margin: 0 0 14px;
    color: #163768;
    font-size: clamp(1.65rem, 3vw, 2.3rem);
    line-height: 1.2;
}

.mh-search-faq__item {
    margin-top: 12px;
    border: 1px solid #c9d9ef;
    border-radius: 14px;
    background: #fff;
    overflow: clip;
}

.mh-search-faq__item summary {
    position: relative;
    padding: 17px 52px 17px 18px;
    color: #163768;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

.mh-search-faq__item summary::-webkit-details-marker {
    display: none;
}

.mh-search-faq__item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    font-size: 1.35rem;
}

.mh-search-faq__item[open] summary::after {
    content: "−";
}

.mh-search-faq__item summary:focus-visible,
.mh-provider-card a:focus-visible,
.mh-provider-landing__actions a:focus-visible {
    outline: 3px solid #2563eb;
    outline-offset: 3px;
}

.mh-search-faq__item div {
    padding: 0 18px 18px;
    color: #334155;
    line-height: 1.75;
}

.mh-search-faq__item div p {
    margin: 0;
}

.mh-provider-landing__heading {
    max-width: 820px;
    margin-bottom: 24px;
}

.mh-provider-landing__heading > p:last-child,
.mh-provider-landing__disclaimer {
    color: #475569;
    line-height: 1.75;
}

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

.mh-provider-card {
    min-width: 0;
    padding: 22px;
    border: 1px solid #c9d9ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(22, 55, 104, 0.07);
}

.mh-provider-card h3 {
    margin: 0 0 8px;
    color: #163768;
    font-size: 1.16rem;
    line-height: 1.35;
}

.mh-provider-card__specialty {
    min-height: 2.8em;
    margin: 0 0 14px;
    color: #3f5f8d;
    font-size: 0.9rem;
    line-height: 1.45;
}

.mh-provider-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #334155;
    font-size: 0.9rem;
    line-height: 1.6;
}

.mh-provider-card li + li {
    margin-top: 5px;
}

.mh-provider-card a,
.mh-provider-landing__actions a {
    color: #0754b8;
}

.mh-provider-card__more {
    display: inline-flex;
    gap: 7px;
    margin-top: 16px;
    font-weight: 750;
    text-decoration: none;
}

.mh-provider-card__more:hover,
.mh-provider-landing__actions a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mh-provider-landing__actions {
    margin-top: 24px;
}

.mh-provider-landing__actions a {
    display: inline-flex;
    padding: 12px 18px;
    border: 2px solid #1b63ad;
    border-radius: 12px;
    font-weight: 750;
    text-decoration: none;
}

.mh-provider-landing__disclaimer {
    margin-top: 20px;
    padding: 14px 16px;
    border-left: 4px solid #d97706;
    background: #fff8eb;
    font-size: 0.88rem;
}

.mh-provider-landing__notice,
.mh-provider-landing__empty {
    padding: 18px;
    border: 1px solid #f2c36b;
    border-radius: 12px;
    background: #fff8eb;
}

.mh-provider-contact-cta {
    width: min(980px, calc(100% - 40px));
    margin: clamp(32px, 6vw, 68px) auto;
    padding: clamp(24px, 5vw, 44px);
    border: 1px solid #b8d3f1;
    border-radius: 22px;
    background: linear-gradient(135deg, #eef6ff 0%, #f8fbff 58%, #eefbf6 100%);
    box-shadow: 0 18px 46px rgba(22, 55, 104, 0.1);
}

.mh-provider-contact-cta__eyebrow {
    margin: 0 0 8px;
    color: #0754b8;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.mh-provider-contact-cta h2 {
    margin: 0 0 12px;
    color: #163768;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.2;
}

.mh-provider-contact-cta > p:not(.mh-provider-contact-cta__eyebrow) {
    margin: 0;
    color: #334155;
    line-height: 1.75;
}

.mh-provider-contact-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.mh-provider-contact-cta__actions .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: 2px solid #145ca8;
    border-radius: 12px;
    background: #145ca8;
    color: #fff;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
}

.mh-provider-contact-cta__actions .is-style-outline .wp-block-button__link {
    background: #fff;
    color: #145ca8;
}

.mh-provider-contact-cta__actions .wp-block-button__link:hover {
    border-color: #0d4580;
    background: #0d4580;
    color: #fff;
}

.mh-provider-contact-cta__actions .wp-block-button__link:focus-visible {
    outline: 3px solid #2563eb;
    outline-offset: 3px;
}

.mh-provider-context-links {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #cbdcf0;
}

.mh-provider-context-links__label {
    margin: 0;
    color: #334155;
    font-size: 0.92rem;
    font-weight: 800;
}

.mh-provider-context-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.mh-provider-context-links li {
    margin: 0;
}

.mh-provider-context-links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 13px;
    border: 1px solid #9fc3ea;
    border-radius: 999px;
    background: #fff;
    color: #145ca8;
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1.35;
    text-decoration: none;
}

.mh-provider-context-links a:hover {
    border-color: #145ca8;
    background: #eaf4ff;
    color: #0d4580;
}

.mh-provider-context-links a:focus-visible {
    outline: 3px solid #2563eb;
    outline-offset: 3px;
}

.mh-provider-context-links--section {
    width: min(100% - 40px, 1080px);
    margin: clamp(28px, 5vw, 52px) auto;
    padding: 22px;
    border: 1px solid #cbdcf0;
    border-radius: 18px;
    background: #f7fbff;
}

/* Doctor directory conversion and trust content. */
.mh-doctor-conversion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 22px 0 26px;
    padding: 20px 22px;
    border: 1px solid #b9d6f3;
    border-radius: 16px;
    background: linear-gradient(135deg, #edf6ff 0%, #f8fbff 60%, #eefbf5 100%);
    box-shadow: 0 10px 28px rgba(22, 55, 104, 0.08);
}

.mh-doctor-conversion__copy {
    min-width: 0;
}

.mh-doctor-conversion__eyebrow {
    margin: 0 0 5px;
    color: #0754a8;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.myhappyins-directory .mh-doctor-conversion h2,
.myhappyins-directory .mh-doctor-faq h2 {
    margin: 0 0 7px;
    color: #102a56;
    font-size: clamp(1.25rem, 2.4vw, 1.65rem);
    line-height: 1.28;
    letter-spacing: -0.01em;
}

.mh-doctor-conversion__copy > p:last-child,
.mh-doctor-faq__intro > p:last-child {
    margin: 0;
    color: #3c4d65;
    line-height: 1.65;
}

.mh-doctor-conversion__actions {
    display: flex;
    min-width: 260px;
    flex-direction: column;
    gap: 9px;
}

.mh-doctor-conversion__actions a,
.mh-doctor-faq__contact a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 17px;
    border: 2px solid #0b5aa5;
    border-radius: 11px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
}

.mh-doctor-conversion__primary,
.mh-doctor-faq__contact a:first-child {
    background: #0b5aa5;
    color: #fff !important;
}

.mh-doctor-conversion__secondary,
.mh-doctor-faq__contact-link {
    background: #fff;
    color: #0b4b8d !important;
}

.mh-doctor-conversion__actions a:hover,
.mh-doctor-conversion__actions a:focus-visible,
.mh-doctor-faq__contact a:hover,
.mh-doctor-faq__contact a:focus-visible {
    border-color: #073c72;
    background: #073c72;
    color: #fff !important;
}

.mh-doctor-faq {
    margin: 48px 0 28px;
    padding: clamp(20px, 4vw, 30px);
    border: 1px solid #c8d9ec;
    border-radius: 18px;
    background: #f8fbff;
}

.mh-doctor-faq__intro {
    max-width: 780px;
    margin-bottom: 18px;
}

.mh-doctor-faq__items {
    display: grid;
    gap: 10px;
}

.mh-doctor-faq details {
    border: 1px solid #cedbec;
    border-radius: 12px;
    background: #fff;
}

.mh-doctor-faq summary {
    padding: 15px 18px;
    color: #173967;
    font-weight: 800;
    line-height: 1.45;
    cursor: pointer;
}

.mh-doctor-faq details p {
    margin: 0;
    padding: 0 18px 17px;
    color: #3f4f66;
    line-height: 1.7;
}

.mh-doctor-faq__contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 18px;
    padding: 18px;
    border-radius: 13px;
    background: #102a56;
    color: #fff;
}

.mh-doctor-faq__contact p {
    margin: 0;
    color: #fff;
    line-height: 1.55;
}

.mh-doctor-faq__contact > div {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

@media (max-width: 768px) {
    .mh-elementor-service-grid { grid-template-columns: 1fr; }
    .mh-elementor-cta { padding: 26px 22px; }
    .mh-elementor-cta-actions .mh-epl-button { width: 100%; }
    .mh-elementor-doctor-finder { grid-template-columns: 1fr; padding: 24px 20px; }
    .mh-elementor-doctor-stats { grid-template-columns: 1fr; }
    .mh-obamacare-search-content,
    .mh-provider-landing {
        width: min(100% - 24px, 1180px);
    }
    .mh-obamacare-search-content {
        padding: 24px 18px;
        border-radius: 18px;
    }
    .mh-provider-landing__grid {
        grid-template-columns: 1fr;
    }
    .mh-provider-card__specialty {
        min-height: 0;
    }
    .mh-provider-contact-cta {
        width: min(100% - 24px, 980px);
        padding: 24px 18px;
        border-radius: 18px;
    }
    .mh-provider-contact-cta__actions,
    .mh-provider-contact-cta__actions .wp-block-button,
    .mh-provider-contact-cta__actions .wp-block-button__link {
        width: 100%;
    }
    .mh-provider-context-links--section {
        width: min(100% - 24px, 1080px);
        padding: 18px;
        border-radius: 14px;
    }
    .mh-provider-context-links li,
    .mh-provider-context-links a {
        width: 100%;
    }
    .mh-provider-context-links a {
        justify-content: center;
        border-radius: 12px;
        text-align: center;
    }
    .page-id-1972 .myhappyins-directory h1 {
        font-size: clamp(1.85rem, 8vw, 2.45rem);
        line-height: 1.2;
    }
    .mh-doctor-conversion,
    .mh-doctor-faq__contact {
        align-items: stretch;
        flex-direction: column;
    }
    .mh-doctor-conversion {
        gap: 16px;
        padding: 18px 16px;
    }
    .mh-doctor-conversion__actions {
        min-width: 0;
    }
    .mh-doctor-conversion__actions a,
    .mh-doctor-faq__contact a,
    .mh-doctor-faq__contact > div {
        width: 100%;
    }
    .mh-doctor-faq {
        margin-top: 38px;
        padding: 20px 15px;
        border-radius: 15px;
    }
    .mh-doctor-faq summary {
        padding: 14px;
    }
    .mh-doctor-faq details p {
        padding: 0 14px 15px;
    }
}
