body.single-wtmg_provider .site-header,
body.single-wtmg_provider #site-navigation,
body.single-wtmg_provider .main-navigation,
body.single-wtmg_provider .site-footer,
body.single-wtmg_provider .footer-widgets,
body.single-wtmg_provider .site-info,
body.single-wtmg_provider #right-sidebar,
body.single-wtmg_provider .widget-area.sidebar,
body.single-wtmg_provider .entry-header {
    display: none !important;
}

body.single-wtmg_provider .site-content,
body.single-wtmg_provider .site-content .content-area {
    display: block;
    width: 100% !important;
    max-width: none;
    padding: 0;
    margin: 0;
	margin-top: 20px;
}

body.single-wtmg_provider.separate-containers .inside-article {
    padding: 0;
    background: transparent;
}

body.single-wtmg_provider .site-main {
    margin: 0;
}

.wtmg-provider-single-v3 {
    --ps-primary: #0f52ba;
    --ps-primary-dark: #0b459d;
    --ps-green: #168a35;
    --ps-green-dark: #116d2c;
    --ps-bg: #f8fafc;
    --ps-card: #ffffff;
    --ps-border: #dfe7f0;
    --ps-text: #0e2444;
    --ps-muted: #536780;
    --ps-blue-soft: #eff6ff;
    --ps-green-soft: #eefaf1;
    --ps-shadow: 0 18px 42px rgba(15, 35, 68, 0.07);
    color: var(--ps-text);
    background: white;
    padding: 20px 30px 13px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wtmg-provider-single-v3 *,
.wtmg-provider-single-v3 *::before,
.wtmg-provider-single-v3 *::after {
    box-sizing: border-box;
}

.wtmg-provider-single-v3 a {
    color: inherit;
    text-decoration: none;
}

.wtmg-provider-single-v3 svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wtmg-provider-single-v3-breadcrumbs,
.wtmg-provider-single-v3-hero,
.wtmg-provider-single-v3-tabs,
.wtmg-provider-single-v3-layout {
    width: min(100%, 1240px);
    margin-right: auto;
    margin-left: auto;
}

.wtmg-provider-single-v3-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 auto 16px;
    color: #65758b;
    font-size: 13px;
    font-weight: 600;
}

.wtmg-provider-single-v3-breadcrumbs a:hover,
.wtmg-provider-single-v3-breadcrumbs a:focus {
    color: var(--ps-primary);
}

.wtmg-provider-hero.wtmg-provider-single-v3-hero {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) 318px;
    gap: 42px;
    align-items: stretch;
    min-height: 360px;
    padding: 44px 42px;
    border: 1px solid var(--ps-border);
    border-radius: 8px;
    background: var(--ps-card);
    box-shadow: var(--ps-shadow);
}

.wtmg-provider-single-v3-hero-logo-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding-top: 0;
}

.provider-logo-large.wtmg-provider-single-v3-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 168px;
    border: 1px solid #d7e6fb;
    border-radius: 14px;
    background: #eef6ff;
    color: var(--ps-primary);
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
    overflow: hidden;
}

.wtmg-provider-single-v3-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
}

.wtmg-provider-single-v3-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 7px;
    background: var(--ps-green-soft);
    color: var(--ps-green);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.wtmg-provider-single-v3-badge svg,
.wtmg-provider-single-v3-heading-check svg {
    width: 16px;
    height: 16px;
}

.wtmg-provider-single-v3-hero-main {
    min-width: 0;
    padding-top: 0;
}

.provider-hero-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: var(--ps-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(27px, 2vw, 27px);
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: 0;
}

.wtmg-provider-single-v3-heading-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 23px;
    height: 23px;
    border-radius: 999px;
    background: var(--ps-green);
    color: #ffffff;
}

.provider-hero-content .wtmg-provider-single-v3-category {
    margin: 12px 0 0;
    color: #10233f;
    font-size: 15px;
    font-weight: 760;
}

.provider-hero-content .wtmg-provider-single-v3-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
    color: var(--ps-muted);
    font-size: 15px;
    font-weight: 650;
}

.wtmg-provider-single-v3-meta-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.wtmg-provider-single-v3-meta-row svg {
    width: 16px;
    height: 16px;
    color: var(--ps-primary);
}

.wtmg-provider-single-v3-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.provider-hero-content .wtmg-provider-single-v3-tags a,
.provider-hero-content .wtmg-provider-single-v3-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 8px;
    background: #f1f5fb;
    color: #1d4f9b;
    font-size: 13px;
    font-weight: 500;
}

.provider-hero-content .wtmg-provider-single-v3-hero-description {
    max-width: 650px;
    margin: 24px 0 0;
    color: #405673;
    font-size: 15.5px;
    line-height: 1.75;
}

.provider-actions.wtmg-provider-single-v3-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: flex-start;
    padding-top: 4px;
}

.wtmg-provider-single-v3-button,
.wtmg-provider-single-v3-action-row button,
.wtmg-provider-single-v3-side-card > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 56px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

.wtmg-provider-single-v3-button svg {
    width: 18px;
    height: 18px;
}

.wtmg-provider-single-v3-button-primary {
    background: linear-gradient(180deg, #0f5fd2, #0b4faf);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(15, 82, 186, 0.2);
}

.wtmg-provider-single-v3-button-primary:hover,
.wtmg-provider-single-v3-button-primary:focus {
    background: var(--ps-primary-dark);
    color: #ffffff;
}

.wtmg-provider-single-v3-button-secondary {
    border: 1px solid var(--ps-primary);
    background: #ffffff;
    color: var(--ps-primary);
}

.wtmg-provider-single-v3-button-claim {
    min-height: 48px;
    border: 1px solid rgba(15, 82, 186, 0.18);
    background: #ffffff;
    color: #4d6078;
}

.wtmg-provider-single-v3-button-secondary:hover,
.wtmg-provider-single-v3-button-secondary:focus,
.wtmg-provider-single-v3-button-claim:hover,
.wtmg-provider-single-v3-button-claim:focus {
    color: var(--ps-primary);
    border-color: var(--ps-primary);
}

.provider-actions .wtmg-provider-single-v3-action-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px;
}

.provider-actions .wtmg-provider-single-v3-action-row button {
    min-height: 50px;
    border: 1px solid var(--ps-border);
    background: #ffffff;
    color: #50657f;
    cursor: pointer;
}

.wtmg-provider-single-v3-action-row svg {
    width: 17px;
    height: 17px;
}

.provider-profile-tabs.wtmg-provider-single-v3-tabs {
    display: flex;
    align-items: center;
    margin-top: 0;
    border: 1px solid var(--ps-border);
    border-radius: 8px;
    background: #ffffff;
    overflow-x: auto;
    box-shadow: 0 8px 20px rgba(15, 35, 68, 0.035);
	margin-top: 10px;
	height: 62px;
}

.wtmg-provider-single-v3-tabs a {
    position: relative;
    flex: 0 0 auto;
    padding: 19px 28px 18px;
    color: var(--ps-text);
    font-size: 14px;
    font-weight: 800;
}

.wtmg-provider-single-v3-tabs a.is-active {
    color: var(--ps-primary);
}

.wtmg-provider-single-v3-tabs a.is-active::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: -1px;
    left: 16px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--ps-primary);
}

.provider-main-grid.wtmg-provider-single-v3-layout {
    display: grid;
    grid-template-columns: minmax(0, 70fr) minmax(350px, 30fr);
    gap: 10px;
    align-items: start;
	padding-top: 10px;
}

.wtmg-provider-single-v3-content,
.wtmg-provider-single-v3-sidebar {
    display: grid;
    gap: 10px;
}

.wtmg-provider-single-v3-sidebar {
    position: sticky;
    top: 22px;
}

.wtmg-provider-single-v3-section,
.wtmg-provider-single-v3-side-card {
    border: 1px solid var(--ps-border);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 35, 68, 0.045);
	padding: 38px 34px;
}

.provider-overview-card.wtmg-provider-single-v3-section,
.provider-services-section.wtmg-provider-single-v3-section,
.provider-about-card.wtmg-provider-single-v3-section {
    padding: 38px 34px;
}

.wtmg-provider-single-v3-section h2,
.wtmg-provider-single-v3-side-card h3 {
    margin: 0 0 20px;
    color: var(--ps-text);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
}

.wtmg-provider-single-v3-copy {
    max-width: 780px;
    color: #405673;
    font-size: 15px;
    line-height: 1.75;
}

.wtmg-provider-single-v3-copy p {
    margin: 0 0 14px;
}

.wtmg-provider-single-v3-copy p:last-child {
    margin-bottom: 0;
}

.provider-info-cards.wtmg-provider-single-v3-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px !important;
    margin-top: 34px;
}

.provider-info-card.wtmg-provider-single-v3-info-item {
    position: relative;
    min-height: 122px;
    padding: 22px 20px 20px 62px;
    border: 1px solid var(--ps-border);
    border-radius: 8px;
    background: #fbfdff;
    box-shadow: 0 8px 18px rgba(15, 35, 68, 0.025);
}

.provider-info-card .wtmg-provider-single-v3-info-icon {
    position: absolute;
    top: 22px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--ps-blue-soft);
    color: var(--ps-primary);
}

.wtmg-provider-single-v3-info-icon svg {
    width: 16px;
    height: 16px;
}

.wtmg-provider-single-v3-info-label {
    display: block;
    margin-bottom: 7px;
    color: var(--ps-text);
    font-size: 14px;
    font-weight: 800;
}

.wtmg-provider-single-v3-info-item strong {
    display: block;
    color: #1052ba;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}

.wtmg-provider-single-v3-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.wtmg-provider-single-v3-section-head h2 {
    margin-bottom: 0;
}

.wtmg-provider-single-v3-section-head a {
    color: var(--ps-primary);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.provider-services-grid.wtmg-provider-single-v3-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.provider-service-card-large.wtmg-provider-single-v3-service-card {
    min-height: 238px;
    padding: 28px 22px 24px;
    border: 1px solid var(--ps-border);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 35, 68, 0.035);
}

.wtmg-provider-single-v3-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: var(--ps-blue-soft);
    color: var(--ps-primary);
    box-shadow: inset 0 0 0 1px rgba(15, 82, 186, 0.1);
}

.wtmg-provider-single-v3-service-icon svg {
    width: 21px;
    height: 21px;
}

.wtmg-provider-single-v3-service-card h3 {
    margin: 0 0 10px;
    color: var(--ps-text);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.wtmg-provider-single-v3-service-card p {
    margin: 0;
    color: #1052ba;
    font-size: 14px;
    line-height: 1.62;
}

.wtmg-provider-single-v3-service-price {
    margin-top: 14px;
    color: var(--ps-green);
    font-size: 14px;
    font-weight: 850;
}

.wtmg-provider-single-v3-detail-list p {
    margin: 0 0 10px;
    color: var(--ps-muted);
    font-size: 14.5px;
    line-height: 1.7;
}

.wtmg-provider-single-v3-detail-list p:last-child {
    margin-bottom: 0;
}

.wtmg-provider-single-v3-detail-list strong {
    color: var(--ps-text);
}

.provider-sidebar-card.wtmg-provider-single-v3-side-card {
    padding: 26px 24px;
}

.wtmg-provider-single-v3-side-card h3 {
    margin-bottom: 18px;
    font-size: 18px;
}

.wtmg-provider-single-v3-contact-list,
.wtmg-provider-single-v3-cta-list {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

	
.wtmg-provider-single-v3-contact-list li {
    display: grid;
    gap: 4px;
}

.wtmg-provider-single-v3-contact-list strong {
    color: var(--ps-muted);
    font-size: 13px;
    font-weight: 650;
}

.wtmg-provider-single-v3-contact-list a,
.wtmg-provider-single-v3-contact-list span {
    color: var(--ps-primary);
    font-size: 13px;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.wtmg-provider-single-v3-map {
    position: relative;
    height: 132px;
    margin: 0 0 20px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 24% 36%, rgba(15, 82, 186, 0.45) 0 9px, transparent 10px),
        radial-gradient(circle at 39% 55%, rgba(15, 82, 186, 0.24) 0 16px, transparent 17px),
        radial-gradient(circle at 68% 34%, rgba(15, 82, 186, 0.14) 0 13px, transparent 14px),
        linear-gradient(135deg, #f8fbff 0%, #edf5ff 100%);
    overflow: hidden;
}

.wtmg-provider-single-v3-map::before {
    content: "";
    position: absolute;
    inset: 21px 16px;
    opacity: 0.62;
    background:
        linear-gradient(18deg, transparent 31%, #c9d7e8 32% 35%, transparent 36%),
        linear-gradient(-12deg, transparent 25%, #d8e2ee 26% 29%, transparent 30%),
        radial-gradient(ellipse at 25% 40%, #cbd7e6 0 20%, transparent 22%),
        radial-gradient(ellipse at 57% 38%, #cbd7e6 0 25%, transparent 27%),
        radial-gradient(ellipse at 78% 58%, #cbd7e6 0 18%, transparent 20%);
}

.wtmg-provider-single-v3-map svg {
    position: absolute;
    right: 18px;
    bottom: 14px;
    width: 42px;
    height: 42px;
    color: rgba(15, 82, 186, 0.2);
}

.wtmg-provider-single-v3-map span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ps-primary);
    box-shadow: 0 0 0 4px rgba(15, 82, 186, 0.12);
}

.wtmg-provider-single-v3-map span:nth-of-type(1) {
    left: 72px;
    top: 48px;
}

.wtmg-provider-single-v3-map span:nth-of-type(2) {
    left: 118px;
    top: 80px;
}

.wtmg-provider-single-v3-map span:nth-of-type(3) {
    right: 80px;
    top: 54px;
}

.wtmg-provider-single-v3-side-card h4 {
    margin: 0 0 12px;
    color: var(--ps-text);
    font-size: 15px;
    font-weight: 600;
}

.wtmg-provider-single-v3-area-list {
    display: grid;
    gap: 8px;
}

.wtmg-provider-single-v3-area-list a {
    color: var(--ps-primary);
    font-size: 14px;
    font-weight: 500;
}

.wtmg-provider-single-v3-provider-cta {
    border-color: rgba(22, 138, 53, 0.18);
    background: linear-gradient(135deg, #eefaf1 0%, #ffffff 100%);
}

.wtmg-provider-single-v3-user-cta {
    border-color: rgba(15, 82, 186, 0.18);
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
}

.wtmg-provider-single-v3-side-card p {
    margin: 0 0 18px;
    color: #405673;
    font-size: 14.5px;
    line-height: 1.65;
}

.wtmg-provider-single-v3-cta-list {
    gap: 9px;
    margin-bottom: 22px;
}

.wtmg-provider-single-v3-cta-list li {
    position: relative;
    padding-left: 20px;
    color: #405673;
    font-size: 14px;
    line-height: 1.45;
}

.wtmg-provider-single-v3-cta-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--ps-green);
    font-weight: 900;
}

.wtmg-provider-single-v3-provider-cta > a,
.wtmg-provider-single-v3-user-cta > a {
    width: max-content;
    min-height: 44px;
    padding: 0 18px;
    color: #ffffff;
    font-size: 14px;
}

.wtmg-provider-single-v3-provider-cta > a {
    background: var(--ps-green);
}

.wtmg-provider-single-v3-provider-cta > a:hover,
.wtmg-provider-single-v3-provider-cta > a:focus {
    background: var(--ps-green-dark);
    color: #ffffff;
}

.wtmg-provider-single-v3-user-cta > a {
    background: var(--ps-primary);
}

.wtmg-provider-single-v3-user-cta > a:hover,
.wtmg-provider-single-v3-user-cta > a:focus {
    background: var(--ps-primary-dark);
    color: #ffffff;
}

@media (max-width: 1120px) {
    .wtmg-provider-single-v3 {
        padding-right: 22px;
        padding-left: 22px;
    }

    .wtmg-provider-hero.wtmg-provider-single-v3-hero {
        grid-template-columns: 160px minmax(0, 1fr);
    }

    .wtmg-provider-single-v3-actions {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wtmg-provider-single-v3-action-row {
        grid-column: 1 / -1;
        margin-top: 0;
    }

    .wtmg-provider-single-v3-layout {
        grid-template-columns: 1fr;
    }

    .wtmg-provider-single-v3-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .wtmg-provider-single-v3 {
        padding: 18px 16px 46px;
    }

    .wtmg-provider-hero.wtmg-provider-single-v3-hero {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 26px 22px;
    }

    .wtmg-provider-single-v3-hero-logo-panel {
        align-items: flex-start;
    }

    .wtmg-provider-single-v3-actions,
    .wtmg-provider-single-v3-info-grid,
    .wtmg-provider-single-v3-service-grid,
    .wtmg-provider-single-v3-sidebar {
        grid-template-columns: 1fr;
    }

    .wtmg-provider-single-v3-tabs a {
        padding-right: 18px;
        padding-left: 18px;
    }

    .wtmg-provider-single-v3-section {
        padding: 26px 20px;
    }
}

/* Provider single v3 contact card compact override */
.wtmg-single-page .wtmg-provider-single-v3-sidebar .wtmg-provider-single-v3-side-card:has(.wtmg-provider-single-v3-contact-list) {
    padding: 26px 28px;
    background: #ffffff;
    border: 1px solid #dce6f2;
    border-radius: 12px;
}

.wtmg-single-page .wtmg-provider-single-v3-sidebar .wtmg-provider-single-v3-side-card:has(.wtmg-provider-single-v3-contact-list) h3 {
    margin: 0 0 20px;
    color: #0b2344;
    font-size: 18px;
    line-height: 1.25;
}

.wtmg-single-page .wtmg-provider-single-v3-contact-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin: 0;
    padding: 0;
}

.wtmg-single-page .wtmg-provider-single-v3-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 0;
    margin: 0;
    padding: 0;
    color: #405673;
}

.wtmg-single-page .wtmg-provider-single-v3-contact-list .provider-contact-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-top: 1px;
    border-radius: 50%;
    background: #eff6ff;
    color: #1456b8;
}

.wtmg-single-page .wtmg-provider-single-v3-contact-list .provider-contact-icon svg {
    width: 16px;
    height: 16px;
    stroke-width: 1.5px;
    margin: 6px;
    padding: 0px;
}

.wtmg-single-page .wtmg-provider-single-v3-contact-list li > span:last-child {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 2px;
    padding-top: 0;
}

.wtmg-single-page .wtmg-provider-single-v3-contact-list strong {
    display: block;
    margin: 0;
    color: #61728a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.wtmg-single-page .wtmg-provider-single-v3-contact-list a,
.wtmg-single-page .wtmg-provider-single-v3-contact-list em,
.wtmg-single-page .wtmg-provider-single-v3-contact-list li > span:last-child > span {
    display: block;
    margin: 0;
    color: #1456b8;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.wtmg-single-page .wtmg-provider-single-v3-contact-list a {
    text-decoration: none;
}

.wtmg-single-page .wtmg-provider-single-v3-contact-list a:hover,
.wtmg-single-page .wtmg-provider-single-v3-contact-list a:focus {
    color: #0b3f91;
    text-decoration: underline;
}

/* Provider single v3 contact value hierarchy correction */
.wtmg-single-page .wtmg-provider-single-v3-contact-list em,
.wtmg-single-page .wtmg-provider-single-v3-contact-list li > span:last-child > span {
    color: #1052ba;
    font-style: normal;
    font-weight: 500;
}

.wtmg-single-page .wtmg-provider-single-v3-contact-list a {
    color: #1456b8;
    font-weight: 600;
}
.hpv2-header-row {
	align-self: center !important;
    padding: 0px 39px 0px !important;
}
/* Provider Reviews V1 */
.wtmg-provider-reviews-section {
    scroll-margin-top: 120px;
}

.wtmg-review-summary-grid {
    display: grid;
    grid-template-columns: minmax(190px, .8fr) minmax(0, 1.6fr);
    gap: 18px;
    margin-bottom: 22px;
}

.wtmg-review-summary-score,
.wtmg-review-breakdown,
.wtmg-review-card,
.wtmg-provider-review-form,
.wtmg-review-form-gate,
.wtmg-review-empty {
    border: 1px solid #e5e8ef;
    border-radius: 8px;
    background: #fff;
    padding: 20px;
}

.wtmg-review-summary-score strong {
    display: block;
    color: #161b2a;
    font-size: 34px;
    line-height: 1.1;
}

.wtmg-review-summary-score span,
.wtmg-review-card-head span,
.wtmg-review-breakdown-row span,
.wtmg-review-breakdown-row strong {
    color: #667085;
}

.wtmg-review-stars {
    display: inline-flex;
    color: #f5a524;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
    margin: 8px 0;
}

.wtmg-review-breakdown {
    display: grid;
    gap: 10px;
}

.wtmg-review-breakdown-row {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 10px;
}

.wtmg-review-breakdown-bar {
    height: 9px;
    border-radius: 999px;
    overflow: hidden;
    background: #eef1f6;
}

.wtmg-review-breakdown-bar span {
    display: block;
    height: 100%;
    background: #4057d6;
}

.wtmg-review-list {
    display: grid;
    gap: 14px;
}

.wtmg-review-card-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
}

.wtmg-review-card-head strong,
.wtmg-review-card h3 {
    color: #161b2a;
}

.wtmg-review-card h3 {
    font-size: 20px;
    margin: 12px 0 8px;
}

.wtmg-review-card p,
.wtmg-review-provider-response p,
.wtmg-provider-review-form label {
    color: #344054;
}

.wtmg-review-provider-response {
    margin-top: 16px;
    padding: 14px;
    border-left: 3px solid #4057d6;
    background: #f7f8ff;
    border-radius: 8px;
}

.wtmg-review-write {
    margin-top: 22px;
}

.wtmg-review-notice {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 700;
}

.wtmg-review-notice strong {
    display: block;
    margin-bottom: 5px;
    color: inherit;
    font-size: 18px;
}

.wtmg-review-notice p {
    margin: 0;
    font-weight: 500;
    line-height: 1.55;
}

.wtmg-review-notice.is-success {
    background: #ecfdf3;
    color: #027a48;
}

.wtmg-review-notice.is-error {
    background: #fff1f0;
    color: #b42318;
}

.wtmg-provider-review-form {
    display: grid;
    gap: 14px;
}

.wtmg-provider-review-form h3 {
    margin: 0;
}

.wtmg-provider-review-form label span {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
}

.wtmg-provider-review-form input[type="text"],
.wtmg-provider-review-form textarea {
    width: 100%;
    border: 1px solid #d9deea;
    border-radius: 8px;
    background: #fff;
    padding: 11px 12px;
}

.wtmg-review-rating-field {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 6px;
    border: 0;
    margin: 0;
    padding: 0;
}

.wtmg-review-rating-field legend {
    width: 100%;
    margin-bottom: 6px;
    font-weight: 700;
}

.wtmg-review-rating-field input {
    position: absolute;
    opacity: 0;
}

.wtmg-review-rating-field label {
    cursor: pointer;
    color: #b7bfcc;
    font-size: 0;
}

.wtmg-review-rating-field label::before {
    content: "★";
    font-size: 26px;
}

.wtmg-review-rating-field input:checked ~ label,
.wtmg-review-rating-field label:hover,
.wtmg-review-rating-field label:hover ~ label,
.wtmg-review-rating-field input:focus + label {
    color: #f5a524;
}

@media (max-width: 760px) {
    .wtmg-review-summary-grid {
        grid-template-columns: 1fr;
    }

    .wtmg-review-card-head {
        display: block;
    }
}

/* Provider Reviews V1 UI polish */
.wtmg-provider-review-section-head {
    align-items: center;
}

.wtmg-provider-review-write-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid var(--ps-primary);
    border-radius: 8px;
    color: var(--ps-primary) !important;
    background: #ffffff;
    font-weight: 750;
}

.wtmg-provider-review-write-button:hover,
.wtmg-provider-review-write-button:focus {
    background: var(--ps-blue-soft);
}

.wtmg-provider-review-summary-panel {
    display: grid;
    grid-template-columns: minmax(220px, 35%) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
    margin-bottom: 24px;
    padding: 24px;
    border: 1px solid var(--ps-border);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 35, 68, 0.05);
}

.wtmg-provider-review-summary-panel .wtmg-review-summary-score {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 0;
    border-right: 1px solid #e7edf5;
    border-radius: 0;
    padding: 4px 24px 4px 0;
}

.wtmg-provider-review-summary-panel .wtmg-review-summary-score div {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.wtmg-provider-review-summary-panel .wtmg-review-summary-score strong {
    color: var(--ps-text);
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}

.wtmg-provider-review-summary-panel .wtmg-review-summary-score div span {
    color: var(--ps-muted);
    font-size: 18px;
    font-weight: 700;
}

.wtmg-provider-review-summary-panel .wtmg-review-summary-score p {
    margin: 6px 0 0;
    color: var(--ps-muted);
    font-size: 14px;
}

.wtmg-provider-review-summary-panel .wtmg-review-breakdown {
    border: 0;
    padding: 0;
    align-content: center;
}

.wtmg-provider-review-summary-panel .wtmg-review-breakdown-row {
    grid-template-columns: 72px minmax(0, 1fr) 44px;
    min-height: 25px;
}

.wtmg-provider-review-summary-panel .wtmg-review-breakdown-bar {
    height: 10px;
    background: #edf2f7;
}

.wtmg-provider-review-summary-panel .wtmg-review-breakdown-bar span {
    background: var(--ps-primary);
}

.wtmg-review-empty {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 32px 24px;
    text-align: center;
    color: var(--ps-muted);
}

.wtmg-review-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: var(--ps-blue-soft);
    color: var(--ps-primary);
    font-size: 22px;
    line-height: 1;
}

.wtmg-review-empty h3 {
    margin: 0;
    color: var(--ps-text);
    font-size: 21px;
}

.wtmg-review-empty p {
    margin: 0;
}

.wtmg-review-card {
    padding: 22px;
    border-color: var(--ps-border);
    box-shadow: 0 8px 22px rgba(15, 35, 68, 0.04);
}

.wtmg-review-card-head {
    align-items: center;
    margin-bottom: 12px;
}

.wtmg-review-card-head time {
    color: var(--ps-muted);
    font-size: 13px;
    font-weight: 650;
    white-space: nowrap;
}

.wtmg-reviewer-identity {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wtmg-reviewer-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--ps-blue-soft);
    color: var(--ps-primary);
    font-size: 14px;
    font-weight: 800;
}

.wtmg-reviewer-identity strong {
    display: block;
    color: var(--ps-text);
    font-size: 15px;
}

.wtmg-review-card > .wtmg-review-stars {
    margin: 0 0 12px;
}

.wtmg-review-card h3 {
    margin: 0 0 8px;
    font-size: 17px;
}

.wtmg-review-card > p {
    margin: 0;
    line-height: 1.65;
}

.wtmg-review-provider-response {
    border-left-color: var(--ps-primary);
    background: #f6f9ff;
}

.wtmg-review-provider-response time {
    display: block;
    margin-top: 8px;
    color: var(--ps-muted);
    font-size: 12px;
}

.wtmg-provider-review-form {
    margin-top: 18px;
    border-color: var(--ps-border);
    box-shadow: 0 8px 22px rgba(15, 35, 68, 0.04);
}

.wtmg-review-form-gate {
    border-color: var(--ps-border);
    color: var(--ps-muted);
}

.wtmg-review-pending-state strong {
    display: block;
    margin-bottom: 6px;
    color: var(--ps-text);
    font-size: 18px;
}

.wtmg-review-pending-state p {
    margin: 0;
}

.wtmg-provider-review-guidelines {
    margin-top: 16px;
    padding: 18px;
    border: 1px solid #cfe0f4;
    border-radius: 8px;
    background: #f5f9ff;
    color: var(--ps-muted);
}

.wtmg-provider-review-guidelines h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    color: var(--ps-text);
    font-size: 18px;
}

.wtmg-provider-review-guidelines h3 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    border-radius: 999px;
    background: var(--ps-primary);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    font-style: normal;
}

.wtmg-provider-review-guidelines p {
    margin: 0 0 10px;
    line-height: 1.55;
}

.wtmg-provider-review-guidelines ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.45;
}

@media (max-width: 860px) {
    .wtmg-provider-review-section-head {
        align-items: flex-start;
    }

    .wtmg-provider-review-summary-panel {
        grid-template-columns: 1fr;
    }

    .wtmg-provider-review-summary-panel .wtmg-review-summary-score {
        border-right: 0;
        border-bottom: 1px solid #e7edf5;
        padding: 0 0 18px;
    }
}

@media (max-width: 560px) {
    .wtmg-provider-review-write-button {
        width: 100%;
    }

    .wtmg-provider-review-summary-panel {
        padding: 18px;
    }

    .wtmg-provider-review-summary-panel .wtmg-review-breakdown-row {
        grid-template-columns: 58px minmax(0, 1fr) 38px;
        gap: 8px;
    }

    .wtmg-review-card-head {
        display: flex;
        align-items: flex-start;
    }
}

/* =========================================================
   Provider Single — About / Social Links redesign
   ========================================================= */

#about.provider-about-card .wtmg-provider-about-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin-top: 26px !important;
}

#about.provider-about-card .wtmg-provider-about-stat {
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start;
    min-width: 0;
    min-height: 142px;
    padding: 24px 26px !important;
    border: 1px solid #dce5f0 !important;
    border-radius: 14px !important;
    background: #fbfdff !important;
    box-shadow: 0 8px 22px rgba(15,35,68,.035);
}

#about.provider-about-card .wtmg-provider-about-stat > span {
    display: block;
    margin: 0 0 12px !important;
    color: #172844;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3;
}

#about.provider-about-card .wtmg-provider-about-stat > strong {
    display: block;
    margin: 0;
    color: #1757c2;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

#about.provider-about-card .wtmg-provider-about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#about.provider-about-card .wtmg-provider-about-tags em {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 11px;
    border: 1px solid #d8e4f2;
    border-radius: 999px;
    background: #f3f8fe;
    color: #255aa5;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}


/* Social Links — independent section */

#social-links.provider-social-card {
    margin-top: 22px;
}

#social-links .wtmg-provider-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

#social-links .wtmg-provider-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 54px;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid #d8e4f2;
    border-radius: 12px;
    background: #fbfdff;
    color: #1757c2;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(15,35,68,.035);
    transition:
        transform .15s ease,
        background .15s ease,
        border-color .15s ease;
}

#social-links .wtmg-provider-social-link:hover {
    border-color: #b8cdec;
    background: #f2f7fd;
    transform: translateY(-1px);
    text-decoration: none;
}

#social-links .wtmg-provider-social-link svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 1.8;
}

#social-links .wtmg-provider-social-link svg .wtmg-social-play {
    fill: #fff;
    stroke: none;
}

#social-links .wtmg-provider-social-link span {
    color: #172844;
    font-size: 13px;
    font-weight: 700;
}


/* Responsive */

@media (max-width: 980px) {
    #about.provider-about-card .wtmg-provider-about-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    #about.provider-about-card .wtmg-provider-about-grid {
        grid-template-columns: 1fr !important;
    }

    #about.provider-about-card .wtmg-provider-about-stat {
        min-height: auto;
    }

    #social-links .wtmg-provider-social-link {
        width: 54px;
        padding: 0;
    }

    #social-links .wtmg-provider-social-link span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }
}


/* =========================================================
   WTMG PUBLIC TEAM — FINAL OVERRIDE
   Same visual language, no management controls
   ========================================================= */

#team.provider-team-section .wtmg-public-team-grid {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
    margin-top: 28px !important;
}

#team.provider-team-section .wtmg-public-team-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 390px !important;
    padding: 30px 28px !important;
    border: 1px solid #d9e4ef !important;
    border-radius: 16px !important;
    box-sizing: border-box !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(15,35,68,.045) !important;
    text-align: center !important;
}

#team.provider-team-section .wtmg-public-team-card .wtmg-team-photo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    margin: 0 auto 20px !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    background: #eaf1f8 !important;
}

#team.provider-team-section .wtmg-public-team-card .wtmg-team-photo img,
#team.provider-team-section .wtmg-public-team-card .wtmg-team-photo-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

#team.provider-team-section .wtmg-team-photo-placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(145deg,#eef4fa,#dce7f2) !important;
    color: #7e91a7 !important;
}

#team.provider-team-section .wtmg-team-photo-placeholder svg {
    width: 68px !important;
    height: 68px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.5 !important;
}

#team.provider-team-section .wtmg-public-team-card h3 {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 0 10px !important;
    color: #132642 !important;
    font-size: 23px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

#team.provider-team-section .wtmg-public-team-card .wtmg-team-title {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto 18px !important;
    padding: 7px 11px !important;
    border-radius: 7px !important;
    background: #edf4ff !important;
    color: #1755b7 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    word-break: normal !important;
}

#team.provider-team-section .wtmg-public-team-card p {
    display: block !important;
    width: 100% !important;
    max-width: 430px !important;
    margin: 0 auto !important;
    padding-top: 18px !important;
    border-top: 1px solid #e7edf3 !important;
    color: #566980 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    text-align: center !important;
}

#team.provider-team-section .wtmg-public-team-linkedin {
    display: inline-flex !important;
    margin-top: 18px !important;
    color: #2462bd !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

@media (max-width: 850px) {

    #team.provider-team-section .wtmg-public-team-grid {
        grid-template-columns: 1fr !important;
    }

}

