/* ════════════════════════════════════════
   MSGP Custom CSS — global animations,
   utility classes, non-block-specific rules
════════════════════════════════════════ */


/* ── Links: no underline globally, underline only in article body text ── */
a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
}
.single-post .wp-block-post-content a:where(:not(.wp-element-button)) {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.single-post .wp-block-post-content a:where(:not(.wp-element-button)):hover {
    text-decoration: none;
}

/* ── Background (body) ── */

html {
    scroll-behavior: smooth;
    background-color: #FFFBF8;
    background-image:
        radial-gradient(ellipse 55% 45% at 5% 8%,  rgba(255,107,107,0.18) 0%, transparent 70%),
        radial-gradient(ellipse 50% 55% at 98% 15%, rgba(91,79,217,0.16)  0%, transparent 70%),
        radial-gradient(ellipse 40% 35% at 15% 92%, rgba(255,179,71,0.13) 0%, transparent 65%),
        linear-gradient(160deg, #FFFBF8 0%, #f5f3ff 55%, #fff8f5 100%);
    background-attachment: fixed;
}

body {
    overflow-x: clip;
}



/* ── Font overrides (replace any lingering Cormorant references) ── */

.wp-block-heading,
h1, h2, h3, h4, h5, h6 {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
}
h3, h4 {
    font-weight: 700;
}
h1 em, h2 em {
    font-style: italic;
    font-weight: 700;
    color: var(--wp--preset--color--coral);
}


/* ── Buttons ── */

.wp-block-button__link,
.wp-element-button {
    border-radius: 999px;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-weight: 700;
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.2s ease,
                background-color 0.15s ease;
}
.wp-block-button__link:hover,
.wp-element-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 107, 107, 0.3);
}

/* ── Eyebrow labels ── */

.msgp-eyebrow {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wp--preset--color--coral);
}
.msgp-eyebrow-muted {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wp--preset--color--muted);
}

/* ── Step number circles ── */

.msgp-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--wp--preset--color--coral);
    color: #fff;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
    margin-bottom: 16px;
    line-height: 1;
}
.msgp-step-num-indigo {
    background: var(--wp--preset--color--indigo);
    box-shadow: 0 4px 12px rgba(91, 79, 217, 0.28);
}

/* ── Numbered appointment circles ── */

.msgp-appt-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--wp--preset--color--indigo-light);
    color: var(--wp--preset--color--indigo);
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 800;
    flex-shrink: 0;
}
.msgp-appt-num-coral {
    background: rgba(255, 107, 107, 0.10);
    color: #e8504f;
}

/* ── Chips / badges ── */

.msgp-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.msgp-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}
.msgp-chip-coral  { background: rgba(255, 107, 107, 0.10); color: #e8504f; }
.msgp-chip-indigo { background: rgba(91, 79, 217, 0.10);   color: #5B4FD9; }
.msgp-chip-green  { background: #dcfce7;                    color: #16a34a; }
.msgp-chip-peach  { background: rgba(255, 179, 71, 0.12);   color: #b45309; }

/* ── GP avatar ── */

.msgp-gp-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 800;
    flex-shrink: 0;
}

/* ── GP availability dot ── */

.msgp-avail {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #16a34a;
}
.msgp-avail::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
    display: block;
}

/* ── Cost price display ── */

.msgp-cost-price {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: clamp(40px, 5vw, 52px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    color: var(--wp--preset--color--forest);
}
.msgp-cost-price-muted {
    color: var(--wp--preset--color--muted);
}

/* ── Cost list ── */

.msgp-cost-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.msgp-cost-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--wp--preset--color--text-mid);
    line-height: 1.5;
}
.msgp-cost-tick {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.msgp-cost-tick-yes { background: #dcfce7; }
.msgp-cost-tick-no  { background: #fee2e2; }

/* ── Hero note row ── */

.msgp-hero-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
}
.msgp-hero-note-sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    display: inline-block;
    flex-shrink: 0;
}

/* ── Doctor card ── */

.doctor-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 1px 4px rgba(91, 79, 217, 0.07);
}
.doctor-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(91, 79, 217, 0.13), 0 4px 12px rgba(91, 79, 217, 0.07);
}
.assessment-pill {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255, 107, 107, 0.12);
    color: #e8504f;
}
.telehealth-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    padding: 4px 12px;
    border-radius: 999px;
    background: var(--wp--preset--color--indigo-light);
    color: var(--wp--preset--color--indigo);
}

/* ── Directory filters ── */

.directory-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 32px;
}
.filter-pill {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    padding: 8px 20px;
    border-radius: 999px;
    border: 1.5px solid var(--wp--preset--color--border-light);
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--text-mid);
    cursor: pointer;
    transition: all 0.15s ease;
    text-decoration: none;
}
.filter-pill:hover,
.filter-pill.active {
    background: var(--wp--preset--color--indigo-dark);
    color: var(--wp--preset--color--white);
    border-color: var(--wp--preset--color--indigo-dark);
}

/* ── Pillar icon ── */

.pillar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--wp--preset--color--indigo-light);
    color: var(--wp--preset--color--indigo);
    margin-bottom: 16px;
}

/* ── Section divider ── */

.msgp-divider {
    border: none;
    height: 1px;
    background: var(--wp--preset--color--border-light);
    opacity: 0.7;
    margin: 0;
}

/* ── Scroll reveal ── */

.velluto-js .v-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.velluto-js .v-reveal.v-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Mobile navigation ── */
/* (Hamburger trigger moved to 1024px block below — see "Force hamburger menu at tablet widths") */

/* ── Responsive stacking ── */

@media (max-width: 781px) {
    .wp-block-columns.is-stacked-on-mobile {
        gap: 24px;
    }
}

/* ── Post content typography ── */

.wp-block-post-content p,
.wp-block-post-content li {
    font-size: clamp(15px, 1vw, 17px);
    line-height: 1.8;
    color: var(--wp--preset--color--text-mid);
}
/* Exempt: text inside dark panels, hero sections, and CTA panels keeps its own colour */
.has-hero-dark-gradient-background p,
.has-hero-dark-gradient-background li,
.msgp-cta-panel p,
.msgp-cta-panel li {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
/* Re-assert specific dark-panel text classes */
.hero-eyebrow {
    color: #FFB347 !important;
}
.msgp-hero-note {
    color: rgba(255, 255, 255, 0.65) !important;
}
.wp-block-post-content h2 {
    font-size: clamp(20px, 2.5vw, 28px);
    margin-top: 2.5em;
    margin-bottom: 0.75em;
    color: var(--wp--preset--color--forest);
}
.wp-block-post-content h3 {
    font-size: clamp(17px, 1.8vw, 21px);
    margin-top: 2em;
    margin-bottom: 0.5em;
    color: var(--wp--preset--color--forest);
}
.single-post .wp-block-post-content a {
    color: var(--wp--preset--color--indigo);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.single-post .wp-block-post-content a:hover {
    color: var(--wp--preset--color--coral);
}

/* ── Pagination ── */

.wp-block-query-pagination {
    gap: 8px;
}
.wp-block-query-pagination-numbers .page-numbers,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
    font-size: 14px;
    font-weight: 600;
    color: var(--wp--preset--color--text-mid);
    padding: 8px 14px;
    border-radius: 8px;
    border: 1.5px solid var(--wp--preset--color--border-light);
    text-decoration: none;
    transition: all 0.15s ease;
}
.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-next:hover {
    border-color: var(--wp--preset--color--indigo);
    color: var(--wp--preset--color--indigo);
}
.wp-block-query-pagination-numbers .page-numbers.current {
    background: var(--wp--preset--color--indigo);
    border-color: var(--wp--preset--color--indigo);
    color: #ffffff;
}

/* ── Reduced motion ── */

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms;
        transition-duration: 0.01ms;
    }
}

/* ── Equal-height columns ──────────────────────────────────────────── */
.wp-block-columns { align-items: stretch; }
.wp-block-column { display: flex; flex-direction: column; }
.wp-block-column > .wp-block-group { flex: 1; }

/* ── Hero eyebrow badge ────────────────────────────────────────────── */
.hero-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFB347;
    margin-bottom: 24px;
}
.hero-eyebrow::before,
.hero-eyebrow::after {
    content: '';
    display: inline-block;
    width: 4px; height: 4px;
    border-radius: 50%;
    background: #FFB347;
    opacity: 1;
    margin: 0 8px;
    vertical-align: middle;
}

/* ── Appointment grid ──────────────────────────────────────────────── */
.msgp-appt-grid {
    gap: 20px;
}
.msgp-appt-item {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 24px;
}
.msgp-appt-title {
    font-size: 14px !important;
    font-weight: 700;
    color: var(--wp--preset--color--forest);
    margin-bottom: 6px;
}
.msgp-appt-desc {
    font-size: 13px;
    color: var(--wp--preset--color--muted);
    line-height: 1.6;
    margin: 0;
}

/* ── GP cards ──────────────────────────────────────────────────────── */
.msgp-gp-card {
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(160deg, #2d1c5a, #1a0f35);
    box-shadow: 0 8px 32px rgba(91,79,217,0.2);
}
.msgp-gp-header {
    padding: 24px 24px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.msgp-gp-header-alt {
    background: linear-gradient(135deg, #2d1c5a, #4a3294);
}
.msgp-gp-avatar-alt {
    background: rgba(255,107,107,0.2);
    border-color: rgba(255,107,107,0.3);
}
.msgp-gp-body {
    padding: 20px 24px 24px;
}
.msgp-gp-name {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 2px;
}
.msgp-gp-location {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    margin: 0;
}
.msgp-gp-price {
    font-size: 22px;
    font-weight: 800;
    color: var(--wp--preset--color--forest);
    line-height: 1;
    margin: 0 0 2px;
}
.msgp-gp-price-label {
    font-size: 12px;
    color: var(--wp--preset--color--muted);
    margin: 0;
}

/* ── Cost list with CSS icon approach ─────────────────────────────── */
.msgp-cost-list { list-style: none; padding: 0; margin: 0; }
.msgp-cost-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--wp--preset--color--forest);
    line-height: 1.5;
}
.msgp-cost-list li::before {
    content: '';
    flex-shrink: 0;
    width: 16px; height: 16px;
    border-radius: 50%;
    margin-top: 1px;
    display: inline-block;
}
.msgp-cost-tick-yes::before {
    background: #16a34a;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 24 24 fill=none stroke=white stroke-width=3 stroke-linecap=round stroke-linejoin=round%3E%3Cpath d=M5 13l4 4L19 7/%3E%3C/svg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 24 24 fill=none stroke=white stroke-width=3 stroke-linecap=round stroke-linejoin=round%3E%3Cpath d=M5 13l4 4L19 7/%3E%3C/svg%3E);
    mask-size: contain;
    mask-repeat: no-repeat;
}
.msgp-cost-tick-no::before {
    background: #ef4444;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 24 24 fill=none stroke=white stroke-width=3 stroke-linecap=round stroke-linejoin=round%3E%3Cpath d=M5 5l14 14M19 5L5 19/%3E%3C/svg%3E);
    mask-image: url(data:image/svg+xml,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 24 24 fill=none stroke=white stroke-width=3 stroke-linecap=round stroke-linejoin=round%3E%3Cpath d=M5 5l14 14M19 5L5 19/%3E%3C/svg%3E);
    mask-size: contain;
    mask-repeat: no-repeat;
}



/* Site-title link colors */
.mysgp-header .wp-block-site-title a {
    color: var(--wp--preset--color--forest) !important;
    text-decoration: none !important;
}

/* ── Sticky navigation ─────────────────────────────────────── */
header.wp-block-template-part {
    position: sticky;
    top: 0;
    z-index: 100;
}
.mysgp-header {
    background: #FFFBF8;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(91, 79, 217, 0.1);
    box-shadow: 0 2px 20px rgba(91, 79, 217, 0.06);
    padding-top: 14px;
    padding-bottom: 14px;
}

/* Nav links */
.mysgp-header .wp-block-navigation a {
    color: var(--wp--preset--color--forest) !important;
    transition: color 0.2s ease;
}
.mysgp-header .wp-block-navigation a:hover {
    color: var(--wp--preset--color--coral) !important;
}

/* Logo text */
.mysgp-header .mysgp-logo-name {
    color: var(--wp--preset--color--forest);
}
.mysgp-header .mysgp-logo-sub {
    color: var(--wp--preset--color--muted);
}

/* Offset hero sections so they start at top of viewport (under fixed nav) */
body { padding-top: 0; }
.wp-block-cover:first-child,
.mysgp-hero:first-child,
[class*="hero"]:first-child {
    margin-top: 0 !important;
}

/* Mobile hamburger icon — always forest on cream header */
.mysgp-header .wp-block-navigation__responsive-container-open {
    color: var(--wp--preset--color--forest, #1c1635);
    transition: color 0.3s ease;
}

/* ── Appointment grid: force 2×2 layout ── */
.msgp-appt-grid.wp-block-columns {
    flex-wrap: wrap;
}
.msgp-appt-grid.wp-block-columns .wp-block-column {
    flex-basis: calc(50% - 12px) !important;
    min-width: calc(50% - 12px) !important;
}
@media (max-width: 599px) {
    .msgp-appt-grid.wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
        min-width: 100% !important;
    }
}

/* ── Hero outer wrapper: dark bg so fixed transparent nav has dark backdrop ── */
/* Without this, body white shows through the padding-top gap above the hero card */
.msgp-panel-wrap-no-bottom {
    background: #1c1635;
}

/* ── Mobile menu overlay (open state) ── */
/* Specificity must beat WP core .wp-block-navigation:not(.has-background) (0,4,0) */
.mysgp-header .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
    background-color: var(--wp--preset--color--cream, #FFFBF8) !important;
    color: var(--wp--preset--color--forest, #1c1635);
}
.mysgp-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__mobile-menu-content {
    display: block;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.mysgp-header .wp-block-navigation__responsive-container-close {
    color: var(--wp--preset--color--forest, #1c1635);
    z-index: 10;
}

/* ── Cost list fixes ── */
/* Override old li row-background rules (lines 252-253) */
.msgp-cost-tick-yes,
.msgp-cost-tick-no {
    background: transparent;
}
/* Fix mask-image with base64 SVGs (old data URI had unencoded attributes) */
.msgp-cost-tick-yes::before {
    background: #16a34a !important;
    -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik01IDEzbDQgNEwxOSA3Ii8+PC9zdmc+') !important;
    mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik01IDEzbDQgNEwxOSA3Ii8+PC9zdmc+') !important;
    mask-size: contain !important;
    mask-repeat: no-repeat !important;
}
.msgp-cost-tick-no::before {
    background: #ef4444 !important;
    -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxsaW5lIHgxPSI1IiB5MT0iNSIgeDI9IjE5IiB5Mj0iMTkiLz48bGluZSB4MT0iMTkiIHkxPSI1IiB4Mj0iNSIgeTI9IjE5Ii8+PC9zdmc+') !important;
    mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxsaW5lIHgxPSI1IiB5MT0iNSIgeDI9IjE5IiB5Mj0iMTkiLz48bGluZSB4MT0iMTkiIHkxPSI1IiB4Mj0iNSIgeTI9IjE5Ii8+PC9zdmc+') !important;
    mask-size: contain !important;
    mask-repeat: no-repeat !important;
}

/* ── Remove outer hero wrapper top padding ── */
/* Nav is position:fixed so it's out of flow — no top padding needed on wrapper.  */
/* The hero card's own padding-top (clamp 52-88px) provides breathing room below the nav. */
.msgp-panel-wrap-no-bottom {
    padding-top: 0 !important;
}

/* ── Decorative background blobs (fixed, full-page, non-intrusive) ── */
/* Matching homepage-mockup.html: indigo top-right, coral bottom-left, opacity 0.07 */
body::before,
body::after {
    content: '';
    position: fixed;
    pointer-events: none;
    z-index: -1;
}
body::before {
    top: -80px;
    right: -80px;
    width: 380px;
    height: 380px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzgwIDM4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTkwIDIwIEMyODAgMjAgMzYwIDgwIDM2MCAxOTAgQzM2MCAzMDAgMjkwIDM2MCAxOTAgMzYwIEM5MCAzNjAgMjAgMjk1IDIwIDE5MCBDMjAgODUgMTAwIDIwIDE5MCAyMFoiIGZpbGw9IiM1QjRGRDkiLz48L3N2Zz4=');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.07;
}
body::after {
    bottom: -60px;
    left: -60px;
    width: 300px;
    height: 300px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzAwIDMwMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTUwIDEwIEMyMjAgMTAgMjkwIDYwIDI5MCAxNTAgQzI5MCAyNDAgMjMwIDI5MCAxNTAgMjkwIEM3MCAyOTAgMTAgMjQwIDEwIDE1MCBDMTAgNjAgODAgMTAgMTUwIDEwWiIgZmlsbD0iI0ZGNkI2QiIvPjwvc3ZnPg==');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.07;
}

/* ── CTA panel orbs (radial glow inside dark CTA section) ── */
.msgp-cta-panel {
    position: relative;
    overflow: hidden;
}
.msgp-cta-panel::before {
    content: '';
    position: absolute;
    top: -140px;
    right: -80px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(91,79,217,0.22) 0%, transparent 70%);
    pointer-events: none;
}
.msgp-cta-panel::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,107,107,0.16) 0%, transparent 70%);
    pointer-events: none;
}

/* ── Appointment grid: CSS Grid override (replaces flex-basis approach) ── */
/* flex-basis !important doesn't beat --wp--columns-count CSS var; grid does */
.msgp-appt-grid.wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
}
.msgp-appt-grid.wp-block-columns > .wp-block-column {
    flex-basis: unset !important;
    min-width: unset !important;
    width: auto !important;
    max-width: none !important;
}
@media (max-width: 600px) {
    .msgp-appt-grid.wp-block-columns {
        grid-template-columns: 1fr !important;
    }
}

/* ── Appointment item layout fix ── */
/* Mockup: [num circle] + [title stacked above desc] as a flex row */
/* Uses CSS grid to place num in col 1, title+desc in col 2 without needing a wrapper div */
.msgp-appt-item {
    display: grid !important;
    grid-template-columns: 34px 1fr !important;
    grid-template-rows: auto auto !important;
    column-gap: 14px !important;
    row-gap: 4px !important;
    background: var(--wp--preset--color--surface, #ffffff) !important;
    border: 1.5px solid rgba(91,79,217,0.12) !important;
    border-radius: 14px !important;
    padding: 22px !important;
    align-items: start !important;
}
.msgp-appt-num {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    align-self: start !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: rgba(91,79,217,0.1) !important;
    color: var(--wp--preset--color--indigo, #5B4FD9) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}
.msgp-appt-title {
    grid-column: 2 !important;
    grid-row: 1 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: var(--wp--preset--color--forest) !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.3 !important;
}
.msgp-appt-desc {
    grid-column: 2 !important;
    grid-row: 2 !important;
    font-size: 13px !important;
    color: var(--wp--preset--color--muted) !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* ── Blog single: sidebar TOC layout ── */
.msgp-single-layout.wp-block-columns {
    display: grid !important;
    grid-template-columns: 260px 1fr !important;
    gap: clamp(40px,5vw,72px) !important;
    align-items: start !important;
}
.msgp-single-layout > .wp-block-column {
    flex-basis: unset !important;
    min-width: 0 !important;
    max-width: none !important;
}
@media (max-width: 900px) {
    .msgp-single-layout.wp-block-columns {
        grid-template-columns: 1fr !important;
    }
    .msgp-toc-column { display: none !important; }
}

/* TOC sidebar — sticky */
.msgp-toc-wrap {
    position: sticky;
    top: 100px;
}
.msgp-toc-empty { display: none; }

/* TOC nav styles */
.msgp-toc-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wp--preset--color--muted);
    margin: 0 0 12px 0;
}
.msgp-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.msgp-toc-item {
    margin: 0;
}
.msgp-toc-link {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    padding: 6px 0 6px 12px;
    border-left: 2px solid rgba(91,79,217,0.1);
    color: var(--wp--preset--color--muted);
    text-decoration: none;
    transition: color 0.15s, border-color 0.15s;
}
.msgp-toc-h3 .msgp-toc-link {
    padding-left: 22px;
    font-size: 12px;
}
.msgp-toc-link:hover {
    color: var(--wp--preset--color--indigo);
    border-left-color: rgba(91,79,217,0.3);
}
.msgp-toc-link.is-active {
    color: var(--wp--preset--color--indigo);
    border-left-color: var(--wp--preset--color--indigo);
    font-weight: 600;
}

/* ── Blog post: title weight ── */
/* 800 weight at 44px is too heavy for a post title — step down to 700 */
.single .wp-block-post-title,
.single h1.wp-block-post-title {
    font-weight: 700 !important;
    font-size: clamp(26px, 3.2vw, 38px) !important;
    line-height: 1.2 !important;
}

/* ── Blog post: hide empty featured image placeholder ── */
.single .wp-block-post-featured-image:not(:has(img)) {
    display: none !important;
}

/* ── Blog single: left-align constrained post content ── */
/* post-content uses contentSize:680px centred — shifts text ~74px right of title.   */
/* Left-align so text starts at same edge as the post title.                          */
.msgp-content-column .wp-block-post-content.is-layout-constrained > * {
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: 680px !important;
}

/* ── Blog post: disclaimer block ── */
.msgp-post-disclaimer {
    margin-top: 48px;
    padding: 22px 26px;
    background: #f7f4f0;
    border-left: 3px solid #C4735A;
    border-radius: 0 8px 8px 0;
    font-size: 13px;
    line-height: 1.75;
    color: #557a68;
    max-width: 680px;
}
.msgp-post-disclaimer .msgp-disclaimer-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #C4735A;
    margin: 0 0 10px;
}
.msgp-post-disclaimer p {
    margin: 0 0 8px;
    font-size: 13px !important;
    color: #557a68 !important;
    line-height: 1.75 !important;
}
.msgp-post-disclaimer p:last-child {
    margin-bottom: 0;
}
.msgp-post-disclaimer a {
    color: #395848;
    text-decoration: underline;
}

/* ── Blog card: featured image thumbnail ── */
.msgp-blog-card .wp-block-post-featured-image {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    flex-shrink: 0;
}
.msgp-blog-card .wp-block-post-featured-image a {
    display: block;
    height: 100%;
}
.msgp-blog-card .wp-block-post-featured-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
}

/* ── Blog card: hide figure entirely when no featured image ── */
.msgp-blog-card .wp-block-post-featured-image:not(:has(img)) {
    display: none;
}


/* ═══════════════════════════════════════
   LOGO — site-logo + site-title native blocks
═══════════════════════════════════════ */

.mysgp-logo-group .wp-block-site-logo {
    flex-shrink: 0;
}
.mysgp-logo-group .wp-block-site-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(255,107,107,0.3);
}
.mysgp-logo-group .wp-block-site-logo img {
    border-radius: 14px;
}
.mysgp-logo-group .wp-block-site-title {
    margin: 0;
}
.mysgp-logo-group .wp-block-site-title a {
    text-decoration: none;
}
.mysgp-logo-group .mysgp-logo-sub {
    margin: 0;
}

/* Footer logo — reduce shadow */
.mysgp-logo-group-footer .wp-block-site-logo a {
    box-shadow: 0 4px 16px rgba(255,107,107,0.25);
}

/* Force site-title to fixed 20px (WP fluid typography converts it to a clamp) */
.mysgp-logo-group .wp-block-site-title {
    font-size: 20px !important;
}
.mysgp-logo-group .wp-block-site-title a {
    font-size: inherit;
}


/* ═══════════════════════════════════════
   BOOKING FORM — replaces inline styles
═══════════════════════════════════════ */

.msgp-booking-success {
    background: var(--wp--preset--color--indigo-light);
    border-radius: 12px;
    padding: 32px 28px;
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
}
.msgp-booking-success-title {
    font-family: var(--wp--preset--font-family--jakarta);
    font-size: 22px;
    font-weight: 700;
    color: var(--wp--preset--color--forest);
    margin: 0 0 12px;
}
.msgp-booking-success p:last-child {
    color: var(--wp--preset--color--text-mid);
    font-size: 15px;
    margin: 0;
}

.msgp-booking-form-wrap {
    max-width: 520px;
    margin: 0 auto;
}
.msgp-booking-error {
    color: var(--wp--preset--color--coral);
    font-size: 14px;
    margin-bottom: 16px;
}
.msgp-booking-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.msgp-form-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--wp--preset--color--forest);
    margin-bottom: 6px;
}
.msgp-label-hint {
    font-weight: 400;
    color: var(--wp--preset--color--muted);
}
.msgp-form-field input,
.msgp-form-field select,
.msgp-form-field textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid var(--wp--preset--color--border-light);
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--forest);
    box-sizing: border-box;
}
.msgp-form-field input:focus,
.msgp-form-field select:focus,
.msgp-form-field textarea:focus {
    outline: none;
    border-color: var(--wp--preset--color--indigo);
    box-shadow: 0 0 0 3px rgba(91,79,217,0.12);
}
.msgp-form-field textarea {
    resize: vertical;
}
.msgp-booking-submit {
    background: var(--wp--preset--color--coral);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    font-family: var(--wp--preset--font-family--jakarta);
    cursor: pointer;
    transition: background 0.15s ease;
}
.msgp-booking-submit:hover {
    background: var(--wp--preset--color--coral-dark);
}
.msgp-booking-note {
    font-size: 12px;
    color: var(--wp--preset--color--muted);
    margin: 0;
    text-align: center;
}

/* ═══════════════════════════════════════
   PRICING CARDS (3-tier layout)
═══════════════════════════════════════ */

.msgp-pricing-grid {
    gap: 20px;
}

.wp-block-column > .msgp-pricing-card {
    flex: 1;
}
.msgp-pricing-card {
    display: flex;
    flex-direction: column;
}
.msgp-pricing-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 16px;
    width: fit-content;
}
.msgp-pricing-badge-coral {
    background: rgba(255,107,107,0.12);
    color: var(--wp--preset--color--coral);
}
.msgp-pricing-badge-peach {
    background: rgba(255,179,71,0.15);
    color: #c77f1f;
}
.msgp-pricing-badge-indigo {
    background: var(--wp--preset--color--indigo-light);
    color: var(--wp--preset--color--indigo);
}
.msgp-pricing-duration {
    font-size: 12px;
    font-weight: 600;
    color: var(--wp--preset--color--muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}
.msgp-pricing-amount {
    font-family: var(--wp--preset--font-family--jakarta);
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--wp--preset--color--forest);
    line-height: 1;
    margin-bottom: 4px;
}
.msgp-pricing-amount-tbc {
    font-size: 28px;
    color: var(--wp--preset--color--muted);
}
.msgp-pricing-desc {
    font-size: 14px;
    line-height: 1.65;
    color: var(--wp--preset--color--text-mid);
    margin-top: 12px;
}

/* ═══════════════════════════════════════
   MEET DR SANDY — profile section
═══════════════════════════════════════ */

.msgp-dr-photo-placeholder {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 16px;
    background: var(--wp--preset--color--indigo-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--wp--preset--font-family--jakarta);
    font-size: 48px;
    font-weight: 800;
    color: var(--wp--preset--color--indigo);
}


/* ═══════════════════════════════════════
   ACCORDION — wp:details block styling
   Pill indicator: coral when closed, indigo when open
═══════════════════════════════════════ */

.wp-block-details {
    border-bottom: 1px solid var(--wp--preset--color--border-light) !important;
    padding: 20px 0 !important;
    margin-bottom: 0;
}
.wp-block-details + .wp-block-details {
    margin-top: 0 !important;
}

.wp-block-details summary {
    font-family: var(--wp--preset--font-family--jakarta);
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--wp--preset--color--forest) !important;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-right: 4px;
    transition: color 0.2s ease;
}

/* Remove default marker/triangle */
.wp-block-details summary::-webkit-details-marker,
.wp-block-details summary::marker {
    display: none;
    content: '';
}

/* Pill indicator — closed state (coral) */
.wp-block-details summary::after {
    content: '+';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--wp--preset--font-family--jakarta);
    line-height: 1;
    background: rgba(255, 107, 107, 0.1);
    color: var(--wp--preset--color--coral);
    transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Pill indicator — open state (indigo) */
.wp-block-details[open] summary::after {
    content: '\2212'; /* minus sign */
    background: var(--wp--preset--color--indigo);
    color: #ffffff;
    transform: rotate(0deg);
}

/* Hover state */
.wp-block-details summary:hover {
    color: var(--wp--preset--color--coral) !important;
}
.wp-block-details summary:hover::after {
    background: rgba(255, 107, 107, 0.18);
    transform: scale(1.08);
}
.wp-block-details[open] summary:hover::after {
    background: var(--wp--preset--color--indigo-dark);
    transform: scale(1.08);
}

/* Answer text */
.wp-block-details > :not(summary) {
    animation: msgp-accordion-open 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes msgp-accordion-open {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Focus visible for accessibility */
.wp-block-details summary:focus,
.wp-block-details summary:focus-visible {
    outline: none;
}
.wp-block-details summary:focus-visible {
    outline: 2px solid var(--wp--preset--color--indigo);
    outline-offset: 4px;
    border-radius: 4px;
}


/* ═══════════════════════════════════════
   ICON SYSTEM — CSS mask-image from theme SVGs
   Usage: <span class="msgp-icon msgp-icon-telehealth"></span>
   Colour inherits from background-color (set via modifier or parent)
═══════════════════════════════════════ */

.msgp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-color: var(--wp--preset--color--indigo);
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    flex-shrink: 0;
}

/* Icon-in-pill: coloured background with white icon */
.msgp-icon-pill {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    position: relative;
}
.msgp-icon-pill::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0.12;
    background-color: currentColor;
}
.msgp-icon-pill .msgp-icon {
    background-color: currentColor;
    width: 22px;
    height: 22px;
    border-radius: 0;
}

/* Specific icons */
.msgp-icon-assessment   { -webkit-mask-image: url('../icons/assessment.svg');   mask-image: url('../icons/assessment.svg'); }
.msgp-icon-brain        { -webkit-mask-image: url('../icons/brain-adhd.svg');   mask-image: url('../icons/brain-adhd.svg'); }
.msgp-icon-calendar     { -webkit-mask-image: url('../icons/calendar.svg');     mask-image: url('../icons/calendar.svg'); }
.msgp-icon-clock        { -webkit-mask-image: url('../icons/clock.svg');        mask-image: url('../icons/clock.svg'); }
.msgp-icon-confirmed    { -webkit-mask-image: url('../icons/confirmed.svg');    mask-image: url('../icons/confirmed.svg'); }
.msgp-icon-location     { -webkit-mask-image: url('../icons/location.svg');     mask-image: url('../icons/location.svg'); }
.msgp-icon-medicare     { -webkit-mask-image: url('../icons/medicare.svg');     mask-image: url('../icons/medicare.svg'); }
.msgp-icon-patient      { -webkit-mask-image: url('../icons/patient.svg');      mask-image: url('../icons/patient.svg'); }
.msgp-icon-privacy      { -webkit-mask-image: url('../icons/privacy.svg');      mask-image: url('../icons/privacy.svg'); }
.msgp-icon-star         { -webkit-mask-image: url('../icons/star.svg');         mask-image: url('../icons/star.svg'); }
.msgp-icon-stethoscope  { -webkit-mask-image: url('../icons/stethoscope.svg');  mask-image: url('../icons/stethoscope.svg'); }
.msgp-icon-telehealth   { -webkit-mask-image: url('../icons/telehealth.svg');   mask-image: url('../icons/telehealth.svg'); }

/* Colour variants */
.msgp-icon-coral    { background-color: var(--wp--preset--color--coral); }
.msgp-icon-indigo   { background-color: var(--wp--preset--color--indigo); }
.msgp-icon-peach    { background-color: var(--wp--preset--color--peach); }
.msgp-icon-green    { background-color: var(--wp--preset--color--success); }
.msgp-icon-muted    { background-color: var(--wp--preset--color--muted); }

/* Step card icon container — sits above the step number */
.msgp-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 16px;
}
.msgp-step-icon .msgp-icon {
    width: 24px;
    height: 24px;
    border-radius: 0;
}
.msgp-step-icon-coral {
    background: rgba(255, 107, 107, 0.1);
}
.msgp-step-icon-coral .msgp-icon { background-color: var(--wp--preset--color--coral); }

.msgp-step-icon-indigo {
    background: var(--wp--preset--color--indigo-light);
}
.msgp-step-icon-indigo .msgp-icon { background-color: var(--wp--preset--color--indigo); }

.msgp-step-icon-green {
    background: rgba(34, 197, 94, 0.1);
}
.msgp-step-icon-green .msgp-icon { background-color: var(--wp--preset--color--success); }

/* ── Wait-time connectors between step cards ─────────────────────────────── */
.msgp-wait-connector {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 781px) {
    .msgp-wait-connector { display: none; }
}

/* ── Reading progress bar ── */
#msgp-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #5B4FD9 0%, #FF6B6B 100%);
    z-index: 200;
    transition: width 80ms linear;
    pointer-events: none;
}

/* Fix connector badge text — prevent hyphenation, size to content */
.msgp-wait-connector p:not(:empty) {
    hyphens: none;
    -webkit-hyphens: none;
    word-break: keep-all;
    width: max-content;
    max-width: 80px;
}

/* ── Step card padding (inline styles stripped by WP) ───────────────────── */
.msgp-step-card {
    gap: 8px !important;
    padding: 32px !important;
}

/* ── Wait badge pill styling (wp:paragraph border not rendered by WP) ───── */
.msgp-wait-connector p:not(:empty) {
    padding: 6px 12px !important;
    border: 1.5px solid #e4e1f2 !important;
    border-radius: 999px !important;
    background: #FFFBF8 !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    word-break: keep-all !important;
    width: max-content !important;
    max-width: 72px !important;
}

/* ── GP form checkbox field ─────────────────────────────────────────────── */
.msgp-form-field-checkbox { margin-top: 8px; }
.msgp-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: var(--wp--preset--color--text-mid);
    line-height: 1.5;
    cursor: pointer;
}
.msgp-checkbox-label input[type="checkbox"] {
    flex-shrink: 0;
    margin-top: 2px;
    width: 16px;
    height: 16px;
    accent-color: var(--wp--preset--color--indigo);
    cursor: pointer;
}

/* ── Popup Maker — brand theme overrides ────────────────────────────────── */

/* Overlay */
.pum-overlay {
    background: rgba(28, 22, 53, 0.72) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
}

/* Container */
.pum-container {
    background: #FFFBF8 !important;
    border-radius: 16px !important;
    box-shadow: 0 24px 64px rgba(28, 22, 53, 0.18), 0 4px 16px rgba(28, 22, 53, 0.08) !important;
    padding: 40px !important;
    border: 1.5px solid rgba(91, 79, 217, 0.12) !important;
    max-width: 560px !important;
}

/* Title */
.pum-container .pum-title {
    color: #1c1635 !important;
    font-weight: 700 !important;
    font-size: 26px !important;
    line-height: 1.25 !important;
    margin-bottom: 8px !important;
    font-family: inherit !important;
}

/* Body text */
.pum-container .pum-content p {
    color: #555 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

/* Close button */
.pum .pum-close {
    background: #5B4FD9 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    padding: 6px 14px !important;
    top: 16px !important;
    right: 16px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: none !important;
    line-height: 1.4 !important;
    transition: background 0.15s ease !important;
}
.pum .pum-close:hover {
    background: #4840b8 !important;
}

/* Fluent Forms inside popup — match brand */
.pum-container .ff-el-form-control {
    border: 1.5px solid #e4e1f2 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    font-size: 15px !important;
}
.pum-container .ff-el-form-control:focus {
    border-color: #5B4FD9 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(91, 79, 217, 0.12) !important;
}
.pum-container .ff_submit_btn_container button,
.pum-container .ff-btn-submit {
    background: #5B4FD9 !important;
    border-color: #5B4FD9 !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
}
.pum-container .ff_submit_btn_container button:hover,
.pum-container .ff-btn-submit:hover {
    background: #4840b8 !important;
    border-color: #4840b8 !important;
}

/* ── Immersive cover sections ───────────────────────────────────────────── */
.msgp-immersive-cover .wp-block-cover__image-background {
    filter: saturate(0.85);
}
.msgp-immersive-cover .wp-block-cover__inner-container {
    max-width: 700px;
    margin: 0 auto;
    padding: clamp(40px, 6vw, 80px) clamp(20px, 4vw, 48px);
}

/* ── Blog post inline images — warm Cream/Peach frame (Option C style) ─── */
.single-post .wp-block-post-content .wp-block-image {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.single-post .wp-block-post-content .wp-block-image figure {
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #FFFBF8 0%, #fff5ec 100%);
    padding: 10px;
    box-shadow: 0 4px 24px rgba(28, 22, 53, 0.08);
    border: 1px solid rgba(255, 179, 71, 0.22);
}
.single-post .wp-block-post-content .wp-block-image img {
    border-radius: 8px;
    display: block;
    width: 100%;
}
.single-post .wp-block-post-content .wp-block-image figcaption {
    padding: 10px 8px 4px;
    font-size: 13px;
    color: #6b6780;
    font-style: italic;
    text-align: center;
    background: transparent;
}

/* ── Blog card thumbnail — force full width cover ───────────────────────── */
.msgp-blog-card .wp-block-post-featured-image,
.msgp-blog-card .wp-block-post-featured-image figure,
.msgp-blog-card .wp-block-post-featured-image a {
    display: block !important;
    width: 100% !important;
    height: 260px !important;
}
.msgp-blog-card .wp-block-post-featured-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 25% !important;
    display: block !important;
    margin: 0 !important;
}

/* ── Homepage hero — lifestyle photo background ─────────────────────────── */
.home .is-style-section-1.msgp-panel-wrap-no-bottom {
    background-image: url('https://myspecialistgp.com.au/wp-content/uploads/2026/03/msgp-lifestyle-8032361.jpg');
    background-size: cover;
    background-position: center 30%;
    position: relative;
}
.home .is-style-section-1.msgp-panel-wrap-no-bottom::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(28, 22, 53, 0.45);
    pointer-events: none;
}

/* ── Homepage hero card — semi-transparent so lifestyle photo shows through ── */
.home .msgp-panel-wrap .msgp-hero-panel.has-background,
.home .msgp-panel-wrap .msgp-hero-panel.has-hero-dark-gradient-background {
    background: rgba(28, 22, 53, 0.68) !important;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

/* ── Related posts sidebar list ─────────────────────────────────────────────── */
.msgp-related-posts {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--wp--preset--color--border-light, #e8e4f0);
}
.msgp-related-label {
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: var(--wp--preset--color--muted) !important;
    margin: 0 0 12px !important;
}
.msgp-related-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.msgp-related-list li {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid var(--wp--preset--color--border-light, #e8e4f0);
    line-height: 1.4 !important;
}
.msgp-related-list li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.msgp-related-list a {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: var(--wp--preset--color--forest, #1c1635) !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
}
.msgp-related-list a:hover {
    color: var(--wp--preset--color--indigo, #5B4FD9) !important;
}

/* ── Sidebar sticky fix ──────────────────────────────────────────────────────── */
/* Column must stretch (default) so the sticky has room to scroll within it */
.msgp-toc-column {
    align-self: stretch !important;
}
/* Constrain sidebar height so it doesn't overflow viewport */
.msgp-toc-wrap {
    position: sticky !important;
    top: 100px !important;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}
/* Hide scrollbar but keep scrollability */
.msgp-toc-wrap::-webkit-scrollbar { display: none; }
.msgp-toc-wrap { -ms-overflow-style: none; scrollbar-width: none; }

/* ── Author box at bottom of blog posts ─────────────────────────────────── */
.msgp-author-box {
    max-width: 680px;
}
.msgp-author-box .wp-block-avatar img {
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    object-fit: cover;
}

/* ── Category header image ──────────────────────────────────────────────────── */
.msgp-category-cover {
    width: 100%;
    max-height: 320px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: clamp(24px, 3vw, 40px);
}
.msgp-category-cover img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

/* ── State tag archive content ──────────────────────────────────────────────── */
.msgp-state-content {
    max-width: 680px;
    margin: 0 auto clamp(32px, 4vw, 48px);
}
.msgp-state-status-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}
@media (max-width: 600px) {
    .msgp-state-status-grid { grid-template-columns: 1fr; }
}
.msgp-state-status-item {
    background: #fff;
    border: 1px solid var(--wp--preset--color--border-light);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}
.msgp-status-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9b9b9b;
    margin-bottom: 8px;
}
.msgp-status-value {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.msgp-status-yes { color: #22c55e; }
.msgp-status-limited { color: #f59e0b; }
.msgp-status-no { color: #9b9b9b; }
.msgp-state-reform-date {
    font-size: 15px;
    color: var(--wp--preset--color--text-mid);
    margin-bottom: 24px;
    padding: 16px 20px;
    background: #f4f1fb;
    border-radius: 10px;
}
.msgp-state-requirements {
    margin-bottom: 28px;
}
.msgp-state-requirements h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--wp--preset--color--forest);
    margin-bottom: 8px;
}
.msgp-state-requirements p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--wp--preset--color--text-mid);
}
.msgp-state-body {
    font-size: 15px;
    line-height: 1.8;
    color: var(--wp--preset--color--text-mid);
    margin-bottom: 28px;
}
.msgp-state-sources {
    margin-bottom: 32px;
}
.msgp-state-sources h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--wp--preset--color--forest);
    margin-bottom: 10px;
}
.msgp-state-sources ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.msgp-state-sources li {
    margin-bottom: 8px;
}
.msgp-state-sources a {
    font-size: 14px;
    color: var(--wp--preset--color--indigo);
    text-decoration: none;
    font-weight: 600;
}
.msgp-state-sources a:hover { text-decoration: underline; }
.msgp-state-cta {
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    margin-bottom: 40px;
}
.msgp-state-cta h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}
.msgp-state-cta p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.msgp-state-cta-booking {
    background: linear-gradient(135deg, #1c1635 0%, #5B4FD9 100%);
    color: #fff;
}
.msgp-state-cta-booking h3 { color: #fff; }
.msgp-state-cta-booking p { color: rgba(255,255,255,0.8); }
.msgp-state-cta-velluto {
    background: #f4f1fb;
    color: var(--wp--preset--color--forest);
}
.msgp-state-cta-info {
    background: var(--wp--preset--color--cream);
    color: var(--wp--preset--color--forest);
}
.msgp-state-cta-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s;
}
.msgp-state-cta-btn:hover { opacity: 0.85; }
.msgp-state-cta-booking .msgp-state-cta-btn {
    background: #FF6B6B;
    color: #fff;
}
.msgp-state-cta-velluto .msgp-state-cta-btn {
    background: var(--wp--preset--color--indigo);
    color: #fff;
}
.msgp-state-cta-info .msgp-state-cta-btn {
    background: var(--wp--preset--color--indigo);
    color: #fff;
}

/* ── State status grid (homepage) ───────────────────────────────────────────── */
.msgp-state-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
@media (max-width: 768px) {
    .msgp-state-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .msgp-state-grid { grid-template-columns: 1fr; }
}
.msgp-sg-card {
    background: #fff;
    border: 1px solid var(--wp--preset--color--border-light);
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.msgp-sg-card:hover {
    border-color: var(--wp--preset--color--indigo);
    box-shadow: 0 2px 12px rgba(91, 79, 217, 0.1);
}
.msgp-sg-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
.msgp-sg-abbr {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--wp--preset--color--forest);
}
.msgp-sg-badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 999px;
}
.msgp-sg-active {
    background: #dcfce7;
    color: #16a34a;
}
.msgp-sg-training {
    background: #fef3c7;
    color: #d97706;
}
.msgp-sg-announced {
    background: #ede9fe;
    color: #7c3aed;
}
.msgp-sg-pending {
    background: #f3f4f6;
    color: #9ca3af;
}
.msgp-sg-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--wp--preset--color--text-mid);
}
.msgp-sg-date {
    font-size: 12px;
    color: #9b9b9b;
    line-height: 1.4;
}

/* ── Remove default block gap between header and main content ── */
.wp-site-blocks > * + * {
    margin-top: 0 !important;
}

/* ══════════════════════════════════════════════════════════════
   DOCTOR PROFILE — single-doctor template
   ══════════════════════════════════════════════════════════════ */

/* ── Hero ── */
.msgp-doctor-hero {
    position: relative; overflow: hidden;
    background: var(--wp--preset--gradient--hero-dark);
    padding: clamp(48px, 8vw, 96px) clamp(20px, 5vw, 48px) clamp(56px, 9vw, 112px);
}
.msgp-doctor-hero::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 60% at 70% 40%, rgba(91,79,217,0.15), transparent),
                radial-gradient(ellipse 50% 50% at 20% 80%, rgba(255,107,107,0.06), transparent);
}
.msgp-doctor-hero-inner {
    position: relative; max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: 280px 1fr; gap: 56px; align-items: center;
}
.msgp-doctor-photo-wrap { position: relative; }
.msgp-doctor-photo-wrap::before {
    content: ''; position: absolute; inset: -4px; border-radius: 24px;
    background: linear-gradient(90deg, #FF6B6B 0%, #FFB347 100%); opacity: 0.4;
}
.msgp-doctor-photo {
    position: relative; width: 100%; aspect-ratio: 3/4; border-radius: 20px;
    object-fit: cover; display: block;
}
.msgp-doctor-telehealth-badge {
    position: absolute; bottom: 16px; left: 16px;
    background: rgba(34, 197, 94, 0.9); color: #fff;
    font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
    padding: 6px 14px; border-radius: 999px;
    backdrop-filter: blur(8px);
    display: flex; align-items: center; gap: 6px;
}
.msgp-doctor-telehealth-badge::before {
    content: ''; width: 6px; height: 6px; border-radius: 50%;
    background: #fff; flex-shrink: 0;
}
.msgp-doctor-hero-text { position: relative; }
.msgp-doctor-eyebrow {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans); font-size: 11px; font-weight: 700;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--wp--preset--color--peach); margin-bottom: 16px;
}
.msgp-doctor-name {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: clamp(32px, 5vw, 52px); font-weight: 800; color: #fff;
    letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 8px;
}
.msgp-doctor-credentials {
    font-size: 17px; color: rgba(255,255,255,0.5); margin-bottom: 24px;
}
.msgp-doctor-bio-hero {
    font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.75);
    max-width: 520px; margin-bottom: 28px;
}
.msgp-doctor-location {
    display: flex; align-items: center; gap: 8px;
    font-size: 14px; color: rgba(255,255,255,0.45); margin-bottom: 32px;
}
.msgp-doctor-location svg { flex-shrink: 0; }
.msgp-doctor-book-btn {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--wp--preset--color--coral); color: #fff;
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: 16px; font-weight: 700;
    padding: 16px 36px; border-radius: 14px; border: none; cursor: pointer;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(255,107,107,0.25);
    transition: all 0.2s ease;
}
.msgp-doctor-book-btn:hover {
    background: var(--wp--preset--color--coral-dark); color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 32px rgba(255,107,107,0.35);
}
.msgp-doctor-book-btn svg { flex-shrink: 0; }

.msgp-doctor-hero-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.msgp-doctor-book-btn.is-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: none;
}

.msgp-doctor-book-btn.is-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
    box-shadow: none;
    transform: translateY(-1px);
}

/* ── Info strip ── */
.msgp-doctor-strip {
    background: #fff; border-bottom: 1px solid var(--wp--preset--color--border-pale);
    padding: 0 clamp(20px, 5vw, 48px);
}
.msgp-doctor-strip-inner {
    max-width: 1100px; margin: 0 auto;
    display: flex; align-items: stretch;
}
.msgp-doctor-strip-item {
    flex: 1; padding: 28px 32px;
    border-right: 1px solid var(--wp--preset--color--border-pale);
    display: flex; flex-direction: column; gap: 4px;
}
.msgp-doctor-strip-item:last-child { border-right: none; }
.msgp-doctor-strip-label {
    font-size: 10px; font-weight: 700; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--wp--preset--color--muted);
}
.msgp-doctor-strip-value {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: 15px; font-weight: 600; color: var(--wp--preset--color--contrast);
}
.msgp-doctor-strip-value.is-success { color: var(--wp--preset--color--success); }

/* ── Sidebar cards ── */
.msgp-doctor-sidebar-book {
    background: var(--wp--preset--gradient--hero-dark);
    border-radius: 20px; padding: 32px; text-align: center;
    box-shadow: 0 8px 32px rgba(91,79,217,0.2);
    position: relative; overflow: hidden;
}
.msgp-doctor-sidebar-book::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 80% at 50% 20%, rgba(91,79,217,0.2), transparent);
}
.msgp-doctor-sidebar-book > * { position: relative; }
.msgp-doctor-sidebar-book h3 {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 8px;
}
.msgp-doctor-sidebar-book p {
    font-size: 14px; color: rgba(255,255,255,0.65); margin-bottom: 20px; line-height: 1.6;
}
.msgp-doctor-sidebar-book .msgp-doctor-book-btn {
    width: 100%; justify-content: center; font-size: 15px; padding: 14px 32px; border-radius: 12px;
}

.msgp-doctor-sidebar-card {
    background: #fff; border: 1px solid var(--wp--preset--color--border-light);
    border-radius: 20px; padding: 28px; box-shadow: 0 1px 4px rgba(91,79,217,0.08);
}
.msgp-doctor-sidebar-card.is-quote {
    background: var(--wp--preset--color--indigo-light);
    border-color: var(--wp--preset--color--border-pale);
}
.msgp-doctor-sidebar-card-title {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--wp--preset--color--muted); margin-bottom: 16px;
}
.msgp-doctor-sidebar-card p {
    font-size: 14px; line-height: 1.7; color: var(--wp--preset--color--text-mid);
}
.msgp-doctor-sidebar-card strong {
    color: var(--wp--preset--color--contrast);
}
.msgp-doctor-telehealth-tag {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 600; color: var(--wp--preset--color--success);
    background: rgba(34, 197, 94, 0.08); padding: 4px 12px; border-radius: 999px;
    border: 1px solid rgba(34, 197, 94, 0.15);
}
.msgp-doctor-telehealth-tag::before {
    content: ''; width: 6px; height: 6px; border-radius: 50%;
    background: var(--wp--preset--color--success);
}

.msgp-doctor-credential-tag {
    display: inline-block; background: var(--wp--preset--color--indigo-light);
    color: var(--wp--preset--color--indigo); font-size: 12px; font-weight: 600;
    padding: 5px 12px; border-radius: 999px; margin: 0 6px 8px 0;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .msgp-doctor-hero-inner {
        grid-template-columns: 1fr; gap: 32px; text-align: center;
    }
    .msgp-doctor-photo-wrap { max-width: 240px; margin: 0 auto; }
    .msgp-doctor-bio-hero { margin: 0 auto 28px; }
    .msgp-doctor-location { justify-content: center; }
    .msgp-doctor-hero-text {
        display: flex; flex-direction: column; align-items: center;
    }
    .msgp-doctor-strip-inner { flex-direction: column; }
    .msgp-doctor-strip-item {
        border-right: none; border-bottom: 1px solid var(--wp--preset--color--border-pale);
        padding: 16px 24px;
    }
    .msgp-doctor-strip-item:last-child { border-bottom: none; }
}

/* ══════════════════════════════════════════════════════════════
   DOCTOR ARCHIVE — find-a-gp grid + filters
   ══════════════════════════════════════════════════════════════ */

/* ── State filter buttons ── */
.msgp-doctor-filters {
    display: flex; flex-wrap: wrap; gap: 8px;
    justify-content: center; margin-bottom: 40px;
}
.msgp-doctor-filter {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: 13px; font-weight: 600;
    padding: 8px 20px; border-radius: 999px;
    border: 1.5px solid var(--wp--preset--color--border-light);
    background: #fff; color: var(--wp--preset--color--text-mid);
    cursor: pointer; transition: all 0.2s ease;
}
.msgp-doctor-filter:hover {
    border-color: var(--wp--preset--color--indigo);
    color: var(--wp--preset--color--indigo);
}
.msgp-doctor-filter.is-active {
    background: var(--wp--preset--color--indigo);
    border-color: var(--wp--preset--color--indigo);
    color: #fff;
}

/* ── Card grid ── */
.msgp-doctor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 28px;
}

/* ── Doctor card ── */
.msgp-doctor-card {
    background: #fff;
    border: 1px solid var(--wp--preset--color--border-light);
    border-radius: 20px; overflow: hidden;
    box-shadow: 0 1px 4px rgba(91,79,217,0.08);
    transition: all 0.3s ease;
    display: flex; flex-direction: column;
}
.msgp-doctor-card:hover {
    box-shadow: 0 4px 20px rgba(91,79,217,0.10);
    transform: translateY(-4px);
    border-color: rgba(91,79,217,0.15);
}

/* Photo area with state badges */
.msgp-doctor-card-photo {
    position: relative; overflow: hidden;
}
.msgp-doctor-card-photo img {
    width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; display: block;
}
.msgp-doctor-card-no-photo {
    width: 100%; aspect-ratio: 16/10;
    background: linear-gradient(135deg, var(--wp--preset--color--indigo-light), var(--wp--preset--color--border-pale));
    display: flex; align-items: center; justify-content: center;
    color: var(--wp--preset--color--muted);
}
.msgp-doctor-state-badges {
    position: absolute; bottom: 12px; left: 12px;
    display: flex; flex-wrap: wrap; gap: 6px;
}
.msgp-doctor-state-badge {
    background: rgba(28, 22, 53, 0.75);
    backdrop-filter: blur(8px);
    color: #fff; font-size: 11px; font-weight: 700;
    letter-spacing: 0.06em;
    padding: 4px 12px; border-radius: 999px;
}

/* Card body */
.msgp-doctor-card-body {
    padding: 28px; flex: 1;
    display: flex; flex-direction: column;
}
.msgp-doctor-card-cat {
    font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wp--preset--color--coral); margin-bottom: 8px;
}
.msgp-doctor-card-name {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: 22px; font-weight: 700;
    color: var(--wp--preset--color--contrast);
    letter-spacing: -0.02em; margin-bottom: 4px;
}
.msgp-doctor-card-name a {
    text-decoration: none; color: inherit;
}
.msgp-doctor-card-name a:hover { color: var(--wp--preset--color--indigo); }
.msgp-doctor-card-creds {
    font-size: 14px; color: var(--wp--preset--color--muted); margin-bottom: 16px;
}
.msgp-doctor-card-meta {
    display: flex; flex-direction: column; gap: 8px;
    padding-top: 16px; border-top: 1px solid var(--wp--preset--color--border-pale);
    margin-bottom: 20px;
}
.msgp-doctor-card-meta-item {
    display: flex; align-items: center; gap: 10px;
    font-size: 14px; color: var(--wp--preset--color--text-mid);
}
.msgp-doctor-card-meta-item svg { flex-shrink: 0; color: var(--wp--preset--color--muted); }
.msgp-doctor-card-excerpt {
    font-size: 14px; line-height: 1.7;
    color: var(--wp--preset--color--text-mid);
    margin-bottom: 24px; flex: 1;
}
.msgp-doctor-card-book {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: var(--wp--preset--color--coral); color: #fff;
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: 15px; font-weight: 700;
    padding: 14px 28px; border-radius: 12px;
    text-decoration: none; width: 100%;
    box-shadow: 0 8px 24px rgba(255,107,107,0.25);
    transition: all 0.2s;
}
.msgp-doctor-card-book:hover {
    background: var(--wp--preset--color--coral-dark); color: #fff;
    transform: translateY(-1px);
}

/* ── Coming soon card ── */
.msgp-doctor-card-coming {
    background: var(--wp--preset--color--indigo-light);
    border: 2px dashed var(--wp--preset--color--border-light);
    border-radius: 20px; padding: 48px 32px; text-align: center;
    display: flex; flex-direction: column; align-items: center;
    justify-content: center; min-height: 380px;
}
.msgp-doctor-card-coming h3 {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: 20px; font-weight: 700;
    color: var(--wp--preset--color--contrast); margin-bottom: 8px;
}
.msgp-doctor-card-coming p {
    font-size: 14px; color: var(--wp--preset--color--muted);
    line-height: 1.7; max-width: 260px;
}
.msgp-doctor-gp-link {
    margin-top: 20px; display: inline-flex; align-items: center; gap: 6px;
    font-size: 14px; font-weight: 600;
    color: var(--wp--preset--color--indigo); text-decoration: none;
}
.msgp-doctor-gp-link:hover { text-decoration: underline; }

@media (max-width: 768px) {
    .msgp-doctor-grid { grid-template-columns: 1fr; }
    .msgp-doctor-filters { gap: 6px; }
    .msgp-doctor-filter { font-size: 12px; padding: 6px 14px; }
}

/* ════════════════════════════════════════
   Reveal Animation System — Extended
   Appended to custom.css
════════════════════════════════════════ */

/* ── Staggered card fade-up (step cards, state grid, blog cards, trust) ── */
.velluto-js .v-stagger {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.velluto-js .v-stagger.v-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── CTA panel scale-up ── */
.velluto-js .v-cta {
    opacity: 0;
    transform: scale(0.97);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.velluto-js .v-cta.v-visible {
    opacity: 1;
    transform: scale(1);
}

/* ── Hero text cascade ── */
.velluto-js .v-hero-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.velluto-js .v-hero-item.v-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Counter numbers (trust strip) ── */
.velluto-js .v-counter {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.velluto-js .v-counter.v-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Parallax cover overflow containment ── */
.msgp-immersive-cover {
    overflow: hidden;
}
.msgp-immersive-cover img,
.msgp-immersive-cover .wp-block-cover__image-background {
    transition: transform 0.1s linear;
}

/* ── Reduced motion override — belt and braces ── */
@media (prefers-reduced-motion: reduce) {
    .velluto-js .v-reveal,
    .velluto-js .v-stagger,
    .velluto-js .v-cta,
    .velluto-js .v-hero-item,
    .velluto-js .v-counter {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
    .msgp-immersive-cover img,
    .msgp-immersive-cover .wp-block-cover__image-background {
        transform: none !important;
        transition: none !important;
    }
}

/* ── Australia state map ── */
.msgp-state-map-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.msgp-state-map {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
}
.msgp-au-svg {
    width: 100%;
    height: auto;
}
.msgp-map-path {
    transition: fill 0.2s ease, filter 0.2s ease;
    cursor: pointer;
}
.msgp-map-state:hover .msgp-map-path {
    filter: brightness(0.85);
}
.msgp-map-legend {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.msgp-map-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--wp--preset--color--text-mid);
}
.msgp-map-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .msgp-state-map { max-width: 100%; }
    .msgp-map-legend { gap: 16px; }
}

/* ══════════════════════════════════════════════════════════════
   STATE PAGE — 2-column layout with GP sidebar
   ══════════════════════════════════════════════════════════════ */
.msgp-state-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
    align-items: start;
}
.msgp-state-main {}

/* GP sidebar */
.msgp-state-gp-sidebar {
    position: sticky; top: 24px;
}
.msgp-state-gp-sidebar-title {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--wp--preset--color--muted); margin-bottom: 16px;
}

/* GP card in state sidebar */
.msgp-state-gp-card {
    background: #fff; border: 1px solid var(--wp--preset--color--border-light);
    border-radius: 20px; overflow: hidden;
    box-shadow: 0 1px 4px rgba(91,79,217,0.08);
    transition: all 0.3s ease;
}
.msgp-state-gp-card:hover {
    box-shadow: 0 4px 20px rgba(91,79,217,0.10);
    transform: translateY(-2px);
    border-color: rgba(91,79,217,0.15);
}
.msgp-state-gp-card + .msgp-state-gp-card { margin-top: 16px; }

.msgp-state-gp-card-photo { position: relative; }
.msgp-state-gp-card-photo img {
    width: 100%; aspect-ratio: 4/3; object-fit: cover;
    object-position: top; display: block;
}
.msgp-state-gp-card-nophoto {
    width: 100%; aspect-ratio: 4/3;
    background: linear-gradient(135deg, var(--wp--preset--color--indigo-light), var(--wp--preset--color--border-pale));
    display: flex; align-items: center; justify-content: center;
    color: var(--wp--preset--color--muted);
}
.msgp-state-gp-telehealth-badge {
    position: absolute; bottom: 10px; left: 10px;
    background: rgba(34, 197, 94, 0.9); color: #fff;
    font-size: 10px; font-weight: 600; letter-spacing: 0.04em;
    padding: 4px 10px; border-radius: 999px;
    backdrop-filter: blur(8px);
    display: flex; align-items: center; gap: 5px;
}
.msgp-state-gp-telehealth-badge::before {
    content: ''; width: 5px; height: 5px; border-radius: 50%;
    background: #fff; flex-shrink: 0;
}
.msgp-state-gp-card-body { padding: 20px; }
.msgp-state-gp-card-name {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: 18px; font-weight: 700;
    color: var(--wp--preset--color--contrast); margin-bottom: 2px;
}
.msgp-state-gp-card-name a { text-decoration: none; color: inherit; }
.msgp-state-gp-card-name a:hover { color: var(--wp--preset--color--indigo); }
.msgp-state-gp-card-creds {
    font-size: 13px; color: var(--wp--preset--color--muted); margin-bottom: 12px;
}
.msgp-state-gp-card-location {
    display: flex; align-items: center; gap: 6px;
    font-size: 13px; color: var(--wp--preset--color--text-mid); margin-bottom: 16px;
}
.msgp-state-gp-card-location svg { flex-shrink: 0; color: var(--wp--preset--color--muted); }
.msgp-state-gp-card-book {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: var(--wp--preset--color--coral); color: #fff;
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: 14px; font-weight: 700;
    padding: 12px 24px; border-radius: 12px;
    text-decoration: none; width: 100%;
    box-shadow: 0 8px 24px rgba(255,107,107,0.25);
    transition: all 0.2s;
}
.msgp-state-gp-card-book:hover {
    background: var(--wp--preset--color--coral-dark); color: #fff;
    transform: translateY(-1px);
}

/* View all link */
.msgp-state-gp-view-all {
    display: flex; align-items: center; justify-content: center; gap: 6px;
    margin-top: 16px;
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: 14px; font-weight: 600;
    color: var(--wp--preset--color--indigo); text-decoration: none;
}
.msgp-state-gp-view-all:hover { text-decoration: underline; }

/* Empty state */
.msgp-state-gp-empty {
    background: var(--wp--preset--color--indigo-light);
    border: 2px dashed var(--wp--preset--color--border-light);
    border-radius: 20px; padding: 36px 24px; text-align: center;
}
.msgp-state-gp-empty h4 {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: 16px; font-weight: 700;
    color: var(--wp--preset--color--contrast); margin-bottom: 8px;
}
.msgp-state-gp-empty p {
    font-size: 13px; color: var(--wp--preset--color--muted);
    line-height: 1.6; margin-bottom: 16px;
}
.msgp-state-gp-empty a {
    font-size: 13px; font-weight: 600;
    color: var(--wp--preset--color--indigo); text-decoration: none;
}
.msgp-state-gp-empty a:hover { text-decoration: underline; }

@media (max-width: 900px) {
    .msgp-state-layout { grid-template-columns: 1fr; gap: 40px; }
    .msgp-state-gp-sidebar { position: static; }
}

/* State cover — full bleed, no rounded corners */
.tax-state .msgp-category-cover {
    border-radius: 0;
    max-height: none;
    margin-bottom: 0;
}
.tax-state .msgp-category-cover img {
    height: auto;
    min-height: 360px;
}

/* ── Navigation dropdown styling ── */
.wp-block-navigation-submenu {
    position: relative;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-container {
    background: #fff;
    border: 1px solid var(--wp--preset--color--border-light);
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(91,79,217,0.12), 0 4px 12px rgba(91,79,217,0.06);
    padding: 8px;
    min-width: 220px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
    margin-top: 8px !important;
}
.wp-block-navigation-submenu:hover > .wp-block-navigation__submenu-container,
.wp-block-navigation-submenu:focus-within > .wp-block-navigation__submenu-container {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
/* Invisible bridge to prevent close on mouse travel */
.wp-block-navigation-submenu::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 12px;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    display: block;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--wp--preset--color--forest) !important;
    transition: background 0.15s ease;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
    background: var(--wp--preset--color--indigo-light);
    color: var(--wp--preset--color--indigo) !important;
}
/* Submenu chevron */
.wp-block-navigation-submenu__toggle svg {
    width: 10px;
    height: 10px;
    margin-left: 2px;
}

/* ── Nav dropdown overrides (higher specificity) ── */
.mysgp-header .wp-block-navigation .wp-block-navigation__submenu-container {
    background: #fff !important;
    border: 1px solid #e4e1f2 !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 48px rgba(91,79,217,0.12), 0 4px 12px rgba(91,79,217,0.06) !important;
    padding: 8px !important;
    min-width: 220px !important;
    gap: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 8px !important;
}
.mysgp-header .wp-block-navigation__submenu-container .wp-block-navigation-item {
    padding: 0 !important;
    margin: 0 !important;
}
.mysgp-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    display: block !important;
    padding: 10px 14px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
    color: var(--wp--preset--color--forest) !important;
    transition: background 0.15s ease !important;
}
.mysgp-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
    background: #eeedfc !important;
    color: #5B4FD9 !important;
}

/* ── Nav dropdown fix — correct class names from WP 6.9 ── */
.mysgp-header .wp-block-navigation-submenu-container {
    background: #fff !important;
    border: 1px solid #e4e1f2 !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 48px rgba(91,79,217,0.12), 0 4px 12px rgba(91,79,217,0.06) !important;
    padding: 8px !important;
    min-width: 220px !important;
    gap: 0 !important;
}
.mysgp-header .wp-block-navigation-submenu-container .wp-block-navigation-item {
    padding: 0 !important;
    margin: 0 !important;
}
.mysgp-header .wp-block-navigation-submenu-container .wp-block-navigation-item__content {
    display: block !important;
    padding: 10px 14px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
    color: #1c1635 !important;
    transition: background 0.15s ease !important;
}
.mysgp-header .wp-block-navigation-submenu-container .wp-block-navigation-item__content:hover {
    background: #eeedfc !important;
    color: #5B4FD9 !important;
}

/* ══════════════════════════════════════════════════════════════
   MAP ENCLAVE — Australia circle sticking out of hero
   ══════════════════════════════════════════════════════════════ */
.msgp-map-enclave {
    position: relative;
    display: flex; justify-content: center;
    margin-top: -56px;
    z-index: 10;
    pointer-events: none;
}
.msgp-map-enclave-link {
    display: flex; flex-direction: column; align-items: center;
    text-decoration: none; gap: 0;
    pointer-events: auto;
}
.msgp-map-enclave-circle {
    width: 112px; height: 112px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--wp--preset--color--cream);
    box-shadow: 0 8px 32px rgba(28,22,53,0.15), 0 2px 8px rgba(28,22,53,0.08);
    display: flex; align-items: center; justify-content: center;
    animation: msgp-gentle-bob 3s ease-in-out infinite;
    transition: all 0.3s ease;
}
.msgp-map-enclave-link:hover .msgp-map-enclave-circle {
    animation: none;
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(91,79,217,0.2), 0 4px 12px rgba(91,79,217,0.1);
    border-color: var(--wp--preset--color--indigo-light);
}
.msgp-map-enclave-circle svg {
    width: 64px; height: 64px;
}
.msgp-au-outline {
    fill: none;
    stroke: var(--wp--preset--color--contrast);
    stroke-width: 3;
    stroke-linejoin: round;
    transition: stroke 0.3s;
}
.msgp-map-enclave-link:hover .msgp-au-outline {
    stroke: var(--wp--preset--color--indigo);
}
.msgp-map-enclave-label {
    margin-top: 10px;
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--wp--preset--color--muted);
    transition: color 0.3s;
}
.msgp-map-enclave-link:hover .msgp-map-enclave-label {
    color: var(--wp--preset--color--indigo);
}
@keyframes msgp-gentle-bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

/* ── Page background gradient — subtle colour blushes on cream ── */
html {
    background-color: #FFFBF8;
    background-image:
        radial-gradient(ellipse 55% 45% at 5% 8%, rgba(255,107,107,0.18) 0%, transparent 70%),
        radial-gradient(ellipse 50% 55% at 98% 15%, rgba(91,79,217,0.16) 0%, transparent 70%),
        radial-gradient(ellipse 40% 35% at 15% 92%, rgba(255,179,71,0.13) 0%, transparent 65%),
        linear-gradient(160deg, #FFFBF8 0%, #f5f3ff 55%, #fff8f5 100%);
    background-attachment: fixed;
}

/* ── Mobile nav — ensure menu opens above everything ── */
.mysgp-header .wp-block-navigation__responsive-container.is-menu-open {
    z-index: 99999 !important;
    position: fixed !important;
    inset: 0 !important;
}

/* Map enclave — img-based Australia outline */
.msgp-au-map-img {
    width: 70px; height: 70px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(8%) sepia(15%) saturate(5000%) hue-rotate(230deg);
    transition: filter 0.3s;
}
.msgp-map-enclave-link:hover .msgp-au-map-img {
    filter: brightness(0) saturate(100%) invert(35%) sepia(80%) saturate(2000%) hue-rotate(230deg);
}

/* Remove focus outline on map enclave */
.msgp-map-enclave-link:focus,
.msgp-map-enclave-link:focus-visible {
    outline: none;
}
.msgp-map-enclave-circle:focus,
.msgp-map-enclave-link:focus .msgp-map-enclave-circle {
    outline: none;
    box-shadow: 0 8px 32px rgba(28,22,53,0.15), 0 2px 8px rgba(28,22,53,0.08);
}

/* ── State map — brand-aligned colours ── */


/* ═══════════════════════════════════════
   Blog archive: Magazine hero layout
   First card spans 2 cols, horizontal.
   ═══════════════════════════════════════ */

/* First grid item spans 2 columns */
.blog .wp-block-post-template.columns-3 > *:first-child {
    grid-column: span 2;
}

/* Override WP flex layout with CSS grid for horizontal card */
.blog .wp-block-post-template.columns-3 > *:first-child .msgp-blog-card {
    display: grid !important;
    grid-template-columns: 55% 1fr !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

/* Image container: stretch to fill full height of grid row */
.blog .wp-block-post-template.columns-3 > *:first-child .msgp-blog-card > .wp-block-post-featured-image,
.blog .wp-block-post-template.columns-3 > *:first-child .msgp-blog-card > .wp-block-post-featured-image figure,
.blog .wp-block-post-template.columns-3 > *:first-child .msgp-blog-card > .wp-block-post-featured-image a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 340px !important;
    border-radius: 0 !important;
}
.blog .wp-block-post-template.columns-3 > *:first-child .msgp-blog-card > .wp-block-post-featured-image {
    align-self: stretch !important;
}
.blog .wp-block-post-template.columns-3 > *:first-child .msgp-blog-card > .wp-block-post-featured-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 340px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    border-radius: 0 !important;
}

/* Content column: vertically centred */
.blog .wp-block-post-template.columns-3 > *:first-child .msgp-blog-card > .wp-block-group:last-child {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 36px 40px !important;
}

/* Hero title: larger */
.blog .wp-block-post-template.columns-3 > *:first-child .msgp-blog-card .wp-block-post-title {
    font-size: clamp(19px, 1.8vw, 24px) !important;
    line-height: 1.25 !important;
}

/* ── Mobile: revert to standard vertical card ── */
@media (max-width: 768px) {
    .blog .wp-block-post-template.columns-3 > *:first-child {
        grid-column: span 1;
    }
    .blog .wp-block-post-template.columns-3 > *:first-child .msgp-blog-card {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: unset !important;
        border-radius: 16px !important;
    }
    .blog .wp-block-post-template.columns-3 > *:first-child .msgp-blog-card > .wp-block-post-featured-image,
    .blog .wp-block-post-template.columns-3 > *:first-child .msgp-blog-card > .wp-block-post-featured-image figure,
    .blog .wp-block-post-template.columns-3 > *:first-child .msgp-blog-card > .wp-block-post-featured-image a,
    .blog .wp-block-post-template.columns-3 > *:first-child .msgp-blog-card > .wp-block-post-featured-image img {
        height: 260px !important;
        min-height: unset !important;
        border-radius: 16px 16px 0 0 !important;
    }
    .blog .wp-block-post-template.columns-3 > *:first-child .msgp-blog-card > .wp-block-group:last-child {
        padding: 24px !important;
    }
}

/* ── Enhanced nav dropdowns ── */

/* --- Your state: 2-column grid --- */
.mysgp-header .wp-block-navigation-item:has(> .wp-block-navigation-item__content[href*="/state/"]) > .wp-block-navigation-submenu-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    min-width: 320px !important;
    gap: 2px !important;
    padding: 10px !important;
}

/* State link badges via ::after */
.mysgp-header .wp-block-navigation-submenu-container .wp-block-navigation-item__content[href*="/state/qld/"]::after,
.mysgp-header .wp-block-navigation-submenu-container .wp-block-navigation-item__content[href*="/state/nsw/"]::after,
.mysgp-header .wp-block-navigation-submenu-container .wp-block-navigation-item__content[href*="/state/sa/"]::after {
    content: 'Active';
    display: inline-block;
    margin-left: 8px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(28,22,53,0.06);
    color: #3d3860;
    vertical-align: middle;
}
.mysgp-header .wp-block-navigation-submenu-container .wp-block-navigation-item__content[href*="/state/vic/"]::after {
    content: 'Announced';
    display: inline-block;
    margin-left: 8px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(28,22,53,0.06);
    color: #7b78a0;
    vertical-align: middle;
}
.mysgp-header .wp-block-navigation-submenu-container .wp-block-navigation-item__content[href*="/state/wa/"]::after {
    content: 'In training';
    display: inline-block;
    margin-left: 8px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(28,22,53,0.06);
    color: #7b78a0;
    vertical-align: middle;
}
.mysgp-header .wp-block-navigation-submenu-container .wp-block-navigation-item__content[href*="/state/act/"]::after,
.mysgp-header .wp-block-navigation-submenu-container .wp-block-navigation-item__content[href*="/state/tas/"]::after,
.mysgp-header .wp-block-navigation-submenu-container .wp-block-navigation-item__content[href*="/state/nt/"]::after {
    content: 'Coming';
    display: inline-block;
    margin-left: 8px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(28,22,53,0.06);
    color: #7b78a0;
    vertical-align: middle;
}

/* --- How it works: sublabels --- */
.mysgp-header .wp-block-navigation-submenu-container .wp-block-navigation-item__content[href*="how-telehealth"]::after {
    content: 'The full process from booking to diagnosis';
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #7b78a0;
    margin-top: 2px;
    white-space: normal;
}
.mysgp-header .wp-block-navigation-submenu-container .wp-block-navigation-item__content[href*="pricing"]::after {
    content: 'Fees, Medicare rebates and gap';
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #7b78a0;
    margin-top: 2px;
    white-space: normal;
}
.mysgp-header .wp-block-navigation-submenu-container .wp-block-navigation-item__content[href*="faq"]::after {
    content: 'Common questions answered';
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #7b78a0;
    margin-top: 2px;
    white-space: normal;
}

/* How it works dropdown wider for sublabels */
.mysgp-header .wp-block-navigation-item:has(> .wp-block-navigation-item__content[href*="how-telehealth"]) > .wp-block-navigation-submenu-container {
    min-width: 300px !important;
}

/* ── Step card chips ── */
.msgp-step-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}
.msgp-step-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 999px;
    font-family: var(--wp--preset--font-family--jakarta);
    font-size: 12px;
    font-weight: 600;
    background: #f0f5f2;
    color: #395848;
}
.msgp-step-chip svg {
    width: 13px;
    height: 13px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    flex-shrink: 0;
}

/* ── Promise strip ── */
.msgp-promise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.msgp-promise-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.msgp-promise-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
.msgp-promise-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 2;
    fill: none;
}
.msgp-promise-icon-coral {
    background: rgba(255,107,107,0.1);
}
.msgp-promise-icon-coral svg { stroke: var(--wp--preset--color--coral); }
.msgp-promise-icon-indigo {
    background: rgba(91,79,217,0.1);
}
.msgp-promise-icon-indigo svg { stroke: var(--wp--preset--color--indigo); }
.msgp-promise-icon-peach {
    background: rgba(255,179,71,0.12);
}
.msgp-promise-icon-peach svg { stroke: #b45309; }
.msgp-promise-title {
    font-family: var(--wp--preset--font-family--jakarta);
    font-size: 14px;
    font-weight: 700;
    color: var(--wp--preset--color--forest);
}
.msgp-promise-desc {
    font-size: 13px;
    color: var(--wp--preset--color--muted);
    line-height: 1.5;
}
@media (max-width: 640px) {
    .msgp-promise-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* ── Native block promise grid icon support ──
   When .msgp-promise-icon is used on a wp:paragraph inside wp:columns,
   the icon is rendered via ::before using CSS mask-image.
   Combined class pattern: msgp-promise-icon + msgp-promise-icon-{colour} + msgp-icon-{name}
*/
.msgp-promise-item {
    align-items: center;
    text-align: center;
}
.msgp-promise-item.wp-block-group {
    align-items: center;
}
p.msgp-promise-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 4px;
    flex-shrink: 0;
    position: relative;
    font-size: 0;
    line-height: 0;
}
p.msgp-promise-icon::before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    -webkit-mask-size: 28px 28px;
    mask-size: 28px 28px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
p.msgp-promise-icon.msgp-icon-clock::before    { -webkit-mask-image: url('../icons/clock.svg');     mask-image: url('../icons/clock.svg');     background-color: inherit; }
p.msgp-promise-icon.msgp-icon-patient::before  { -webkit-mask-image: url('../icons/patient.svg');   mask-image: url('../icons/patient.svg');   background-color: inherit; }
p.msgp-promise-icon.msgp-icon-medicare::before { -webkit-mask-image: url('../icons/medicare.svg');  mask-image: url('../icons/medicare.svg');  background-color: inherit; }
p.msgp-promise-icon.msgp-icon-privacy::before   { -webkit-mask-image: url('../icons/privacy.svg');   mask-image: url('../icons/privacy.svg');   background-color: inherit; }
p.msgp-promise-icon.msgp-icon-confirmed::before { -webkit-mask-image: url('../icons/confirmed.svg'); mask-image: url('../icons/confirmed.svg'); background-color: inherit; }
p.msgp-promise-icon.msgp-promise-icon-coral    { background: rgba(255,107,107,0.15); }
p.msgp-promise-icon.msgp-promise-icon-coral::before  { background-color: var(--wp--preset--color--coral); }
p.msgp-promise-icon.msgp-promise-icon-indigo   { background: rgba(91,79,217,0.15); }
p.msgp-promise-icon.msgp-promise-icon-indigo::before { background-color: var(--wp--preset--color--indigo); }
p.msgp-promise-icon.msgp-promise-icon-peach    { background: rgba(255,179,71,0.18); }
p.msgp-promise-icon.msgp-promise-icon-peach::before  { background-color: #b45309; }

/* ── Ollie Menu Designer dropdown panels ── */
.wp-block-ollie-mega-menu__menu-container {
    background: #fff !important;
    border: 1px solid #e4e1f2 !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 48px rgba(91,79,217,0.12), 0 4px 12px rgba(91,79,217,0.06) !important;
    overflow: hidden;
}

/* ── Ollie dropdown fixes ── */
.wp-block-ollie-mega-menu__menu-container p {
    white-space: nowrap !important;
}
.wp-block-ollie-mega-menu__menu-container .wp-block-columns {
    gap: 32px !important;
}



/* ── Ensure page content sits above body background blobs ── */
.wp-site-blocks {
    position: relative;
    z-index: 1;
}

/* ── Force hamburger menu at tablet widths (<=1024px) ── */
/* Desktop nav links + mega-menu hidden; hamburger + Book now button visible */
@media (max-width: 1024px) {
    .mysgp-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
        display: none !important;
    }
    .mysgp-header .wp-block-navigation__responsive-container-open {
        display: flex !important;
    }
    .mysgp-header .wp-block-ollie-mega-menu {
        display: none !important;
    }
}

/* ── Book now button — always visible, never squished ── */
.mysgp-header-buttons {
    flex-shrink: 0;
}
.mysgp-header-buttons .wp-block-button__link {
    white-space: nowrap;
}
/* Slightly smaller padding on narrow phones */
@media (max-width: 400px) {
    .mysgp-header-buttons .wp-block-button__link {
        padding-left: 14px !important;
        padding-right: 14px !important;
        font-size: 12px !important;
    }
}

/* ── Mobile menu: break out of header, full viewport ── */
.wp-block-navigation__responsive-container.is-menu-open {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none !important;
    overflow-y: auto !important;
    z-index: 99999 !important;
    background: var(--wp--preset--color--cream) !important;
}

/* ── Mobile menu layout fixes ── */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__mobile-menu-content {
    padding: 20px !important;
    overflow-x: hidden !important;
}
/* State pills: wrap properly, don't overflow */
.wp-block-navigation__mobile-menu-content .wp-block-group .wp-block-group {
    flex-wrap: wrap !important;
}
/* Tighter top spacing */
.wp-block-navigation__mobile-menu-content > .wp-block-group {
    padding-top: 16px !important;
}



/* ── Lite YouTube embed: spacing and sizing ── */
.single-post .wp-block-embed-youtube {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.wp-block-embed-youtube lite-youtube {
    max-width: 100%;
    aspect-ratio: 16 / 9;
}
.wp-block-embed-youtube lite-youtube::after {
    display: none;
}

/* ── Kill WP padding-top spacer when lite-youtube replaces iframe ── */
.wp-block-embed-youtube .wp-block-embed__wrapper::before {
    display: none !important;
    padding-top: 0 !important;
}

/* ── Blog hero search bar ── */
.msgp-blog-search {
    max-width: 480px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.msgp-blog-search .wp-block-search__input {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 15px;
}
.msgp-blog-search .wp-block-search__input::placeholder {
    color: rgba(255,255,255,0.5);
}
.msgp-blog-search .wp-block-search__button {
    background: var(--wp--preset--color--indigo, #5B4FD9) !important;
    border-radius: 50px !important;
    padding: 8px 16px;
    border: none;
}
.msgp-blog-search .wp-block-search__button svg {
    fill: #fff;
}
.msgp-blog-search .wp-block-search__inside-wrapper {
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 50px !important;
}

/* ── Header search toggle button ── */
.msgp-search-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: var(--wp--preset--color--forest, #1c1635);
    cursor: pointer;
    transition: background 0.2s;
    padding: 0;
    flex-shrink: 0;
}
.msgp-search-toggle:hover {
    background: rgba(91,79,217,0.08);
}
.msgp-search-toggle[aria-expanded="true"] {
    background: rgba(91,79,217,0.12);
    color: var(--wp--preset--color--indigo, #5B4FD9);
}

/* ── Search drawer ── */
.msgp-search-drawer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    background: var(--wp--preset--color--cream, #FFFBF8);
    border-bottom: 1px solid rgba(28,22,53,0.08);
}
.msgp-search-drawer[hidden] {
    display: block !important;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}
.msgp-search-drawer.is-open {
    max-height: 120px;
    opacity: 1;
    pointer-events: auto;
}
.msgp-search-drawer__inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 16px 20px 20px;
}
.msgp-search-drawer__form {
    display: flex;
    gap: 10px;
    align-items: center;
}
.msgp-search-drawer__input {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid rgba(28,22,53,0.12);
    border-radius: 50px;
    font-size: 15px;
    font-family: inherit;
    background: #fff;
    color: var(--wp--preset--color--forest, #1c1635);
    outline: none;
    transition: border-color 0.2s;
}
.msgp-search-drawer__input:focus {
    border-color: var(--wp--preset--color--indigo, #5B4FD9);
    box-shadow: 0 0 0 3px rgba(91,79,217,0.1);
}
.msgp-search-drawer__input::placeholder {
    color: rgba(28,22,53,0.4);
}
.msgp-search-drawer__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: var(--wp--preset--color--indigo, #5B4FD9);
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s;
}
.msgp-search-drawer__submit:hover {
    background: #4a3fc8;
}


/* ── Service Area: Related Posts Grid ── */
.msgp-related-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .msgp-related-posts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .msgp-related-posts-grid { grid-template-columns: 1fr; } }

.msgp-related-post-card {
  background: #fff;
  border: 1px solid var(--wp--preset--color--border-light, #e4e1f2);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}
.msgp-related-post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(91,79,217,0.13);
}
.msgp-related-post-thumb {
  height: 180px;
  background-size: cover;
  background-position: center;
  background-color: var(--wp--preset--color--indigo-light, #eeedfc);
}
.msgp-related-post-body { padding: 20px; }
.msgp-related-post-date {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--coral, #FF6B6B);
  margin-bottom: 8px;
}
.msgp-related-post-title {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--wp--preset--color--forest, #1c1635);
  margin-bottom: 8px;
}
.msgp-related-post-excerpt {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: var(--wp--preset--color--muted, #7b78a0);
}

/* ── Service Area: Cross-links ── */
.msgp-cross-links { margin-bottom: 24px; }
.msgp-cross-links-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--muted, #7b78a0);
  margin-bottom: 12px;
}
.msgp-cross-links-list { display: flex; flex-wrap: wrap; gap: 8px; }
.msgp-cross-link {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--wp--preset--color--indigo, #5B4FD9);
  text-decoration: none;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--wp--preset--color--indigo-light, #eeedfc);
  border: 1.5px solid transparent;
  transition: all 0.15s;
}
.msgp-cross-link:hover {
  border-color: var(--wp--preset--color--indigo, #5B4FD9);
  background: #fff;
}


/* ── Service Area: GP Profile Card ── */
.msgp-sa-gp-card {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  background: #fff;
  border: 1.5px solid var(--wp--preset--color--border-light, #e4e1f2);
  border-radius: 20px;
  padding: 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.msgp-sa-gp-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(91,79,217,0.12);
}
.msgp-sa-gp-photo {
  flex-shrink: 0;
  width: 180px;
  position: relative;
}
.msgp-sa-gp-photo img {
  width: 180px;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
.msgp-sa-gp-telehealth-badge {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(91,79,217,0.9);
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.msgp-sa-gp-body {
  flex: 1;
  min-width: 0;
}
.msgp-sa-gp-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--wp--preset--color--forest, #1c1635);
  margin: 0 0 4px;
}
.msgp-sa-gp-name a { color: inherit; text-decoration: none; }
.msgp-sa-gp-name a:hover { color: var(--wp--preset--color--coral, #FF6B6B); }
.msgp-sa-gp-creds {
  font-size: 14px;
  font-weight: 600;
  color: var(--wp--preset--color--indigo, #5B4FD9);
  margin: 0 0 12px;
}
.msgp-sa-gp-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--wp--preset--color--muted, #7b78a0);
  margin-bottom: 16px;
}
.msgp-sa-gp-bio {
  font-size: 15px;
  line-height: 1.7;
  color: var(--wp--preset--color--text-mid, #3d3860);
  margin: 0 0 20px;
}
.msgp-sa-gp-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--wp--preset--color--coral, #FF6B6B);
  text-decoration: none;
}
.msgp-sa-gp-profile-link:hover { color: var(--wp--preset--color--coral-dark, #e8504f); }

@media (max-width: 640px) {
  .msgp-sa-gp-card { flex-direction: column; gap: 20px; }
  .msgp-sa-gp-photo { width: 100%; }
  .msgp-sa-gp-photo img { width: 100%; height: 240px; }
}

/* ═══════════════════════════════════════
   DOCTOR PRICING — single doctor page
═══════════════════════════════════════ */

.msgp-doctor-pricing {
    text-align: center;
}

.msgp-doctor-pricing-header {
    margin-bottom: 36px;
}

.msgp-doctor-pricing-title {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
    font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: var(--wp--preset--color--forest);
    margin: 0 0 12px;
}

.msgp-doctor-pricing-subtitle {
    font-size: clamp(15px, 1.4vw, 17px);
    line-height: 1.7;
    color: var(--wp--preset--color--muted);
    margin: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.msgp-doctor-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 32px;
}

.msgp-doctor-pricing .msgp-pricing-card {
    background: #fff;
    border: 1.5px solid var(--wp--preset--color--border-light);
    border-radius: 16px;
    padding: 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.msgp-doctor-pricing .msgp-pricing-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(91, 79, 217, 0.1);
}

.msgp-doctor-pricing-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--wp--preset--color--forest);
    margin: 0 0 8px;
}

.msgp-doctor-pricing .msgp-pricing-duration {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.msgp-doctor-pricing .msgp-pricing-duration svg {
    flex-shrink: 0;
    opacity: 0.5;
}

.msgp-doctor-pricing-qualifier {
    font-size: 12px;
    color: var(--wp--preset--color--muted);
    margin: 4px 0 0;
}

.msgp-doctor-pricing-price-wrap {
    margin-top: auto;
    padding-top: 16px;
}

/* Billing info badges */
.msgp-doctor-billing-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.msgp-doctor-billing-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid;
}

.msgp-doctor-billing-badge svg {
    flex-shrink: 0;
}

.msgp-doctor-billing-badge.is-positive {
    background: rgba(34, 197, 94, 0.06);
    color: #15803d;
    border-color: rgba(34, 197, 94, 0.2);
}

.msgp-doctor-billing-badge.is-positive svg {
    stroke: #22c55e;
}

.msgp-doctor-billing-badge.is-negative {
    background: rgba(239, 68, 68, 0.06);
    color: #b91c1c;
    border-color: rgba(239, 68, 68, 0.2);
}

.msgp-doctor-billing-badge.is-negative svg {
    stroke: #ef4444;
}

.msgp-doctor-billing-badge.is-neutral {
    background: rgba(107, 114, 128, 0.06);
    color: #6b7280;
    border-color: rgba(107, 114, 128, 0.2);
}

.msgp-doctor-billing-badge.is-neutral svg {
    stroke: #9ca3af;
}

/* Mobile: stack cards vertically */
@media (max-width: 600px) {
    .msgp-doctor-pricing-grid {
        grid-template-columns: 1fr;
    }

    .msgp-doctor-billing-info {
        flex-direction: column;
        align-items: stretch;
    }

    .msgp-doctor-billing-badge {
        justify-content: center;
    }
}

.msgp-doctor-billing-badge.is-link {
    text-decoration: none;
    cursor: pointer;
    transition: text-decoration 0.15s ease;
}

.msgp-doctor-billing-badge.is-link::after {
    content: '\2192';
    margin-left: 4px;
    font-size: 14px;
    transition: transform 0.15s ease;
}

.msgp-doctor-billing-badge.is-link:hover {
    text-decoration: underline;
}

.msgp-doctor-billing-badge.is-link:hover::after {
    transform: translateX(2px);
}
