body.page-id-634 .site-content .content-area {
    width: 100%;
}

body.page-id-634 #right-sidebar,
body.page-id-634 .entry-header {
    display: none;
}

body.page-id-634 .site-main {
    margin-top: 0;
}

body.page-id-634.separate-containers .inside-article {
    padding: 0;
    background: transparent;
}

.wtmg-directory-v2 {
    --wtmg-directory-primary: #1e4f9c;
    --wtmg-directory-primary-dark: #173f80;
    --wtmg-directory-bg: #f8fafc;
    --wtmg-directory-surface: #ffffff;
    --wtmg-directory-border: #e5e7eb;
    --wtmg-directory-text: #172033;
    --wtmg-directory-muted: #64748b;
    --wtmg-directory-green: #157a4d;
    --wtmg-directory-green-bg: #ecfdf5;
    --wtmg-directory-blue-bg: #eef6ff;
    --wtmg-directory-radius: 14px;
    color: var(--wtmg-directory-text);
    background: var(--wtmg-directory-bg);
    margin: -20px 0 0;
    padding: 0 0 56px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wtmg-directory-v2 *,
.wtmg-directory-v2 *::before,
.wtmg-directory-v2 *::after {
    box-sizing: border-box;
}

.wtmg-directory-v2 a {
    color: inherit;
    text-decoration: none;
}

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

.wtmg-directory-v2-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 36px;
    align-items: center;
    min-height: 320px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0px 28px 27px;
    position: relative;
}

.wtmg-directory-v2-hero-content {
    max-width: 640px;
}

.wtmg-directory-v2-kicker,
.wtmg-directory-v2-eyebrow {
    margin: 0 0 10px;
    color: var(--wtmg-directory-primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.wtmg-directory-v2-hero h1 {
    margin: 0;
    color: #0f2442;
    font-family: inherit;
    font-size: clamp(44px, 3vw, 56px);
    line-height: 1.28;
    letter-spacing: 0;
}

.wtmg-directory-v2-hero p:not(.wtmg-directory-v2-kicker) {
    max-width: 520px;
    margin: 22px 0 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.65;
}

.wtmg-directory-v2-hero-art {
    min-height: 260px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 72% 24%, rgba(30, 79, 156, 0.18), transparent 28%),
        radial-gradient(circle at 20% 78%, rgba(21, 122, 77, 0.14), transparent 26%),
        linear-gradient(135deg, #ffffff 0%, #eef6ff 55%, #edf7f0 100%);
    box-shadow: 0 24px 60px rgba(30, 79, 156, 0.12);
    position: relative;
    overflow: hidden;
}

.wtmg-directory-v2-hero-art::before,
.wtmg-directory-v2-hero-art::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(30, 79, 156, 0.14);
    border-radius: 999px;
}

.wtmg-directory-v2-hero-art::before {
    width: 360px;
    height: 360px;
    right: -70px;
    top: -70px;
}

.wtmg-directory-v2-hero-art::after {
    width: 230px;
    height: 230px;
    left: -60px;
    bottom: -70px;
}

.wtmg-directory-v2-map {
    position: absolute;
    inset: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--wtmg-directory-primary);
}

.wtmg-directory-v2-map svg {
    width: 150px;
    height: 150px;
    stroke-width: 1.2;
    opacity: 0.95;
}

.wtmg-directory-v2-map-dot {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--wtmg-directory-green);
    box-shadow: 0 0 0 8px rgba(21, 122, 77, 0.12);
}

.wtmg-directory-v2-map-dot-one {
    left: 22%;
    top: 35%;
}

.wtmg-directory-v2-map-dot-two {
    right: 25%;
    top: 46%;
}

.wtmg-directory-v2-map-dot-three {
    left: 49%;
    bottom: 20%;
}

.wtmg-directory-v2-filters {
    display: grid;
    grid-template-columns: 1.05fr 1.45fr 0.9fr auto auto auto;
    gap: 14px;
    align-items: end;
    max-width: 1124px;
    margin: -46px auto 34px;
    padding: 18px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 18px;
    background: var(--wtmg-directory-surface);
    box-shadow: 0 8px 22px rgba(15, 35, 68, 0.12);
    position: relative;
    z-index: 3;
}

.wtmg-directory-v2-filter-field label,
.wtmg-directory-v2-checkbox {
    display: block;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
}

.wtmg-directory-v2-filter-field select {
    width: 100%;
    min-height: 46px;
    margin-top: 7px;
    padding: 0 13px;
    border: 1px solid var(--wtmg-directory-border);
    border-radius: 12px;
    background: #fff;
    color: var(--wtmg-directory-text);
    font-size: 14px;
}

.wtmg-directory-v2-location-selects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.wtmg-directory-v2-checkbox {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 12px;
    border: 1px solid var(--wtmg-directory-border);
    border-radius: 12px;
    background: #fff;
    color: #475569;
    white-space: nowrap;
}

.wtmg-directory-v2-checkbox input {
    width: 16px;
    height: 16px;
    margin: 0;
}

.wtmg-directory-v2-filter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    background: var(--wtmg-directory-primary);
    color: #fff;
    font-weight: 600;
	letter-spacing: 1px;
    cursor: pointer;
}

.wtmg-directory-v2-filter-button:hover,
.wtmg-directory-v2-filter-button:focus {
    background: var(--wtmg-directory-primary-dark);
    color: #fff;
}

.wtmg-directory-v2-clear {
    align-self: center;
    color: var(--wtmg-directory-primary);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
	padding-top: 23px;
}

.wtmg-directory-v2-shell {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
    gap: 10px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
}

.wtmg-directory-v2-list-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.wtmg-directory-v2-list-header h2 {
    margin: 0;
    color: #10233f;
    font-family: inherit;
    font-size: 30px;
    line-height: 1.15;
}

.wtmg-directory-v2-list-header span {
    color: var(--wtmg-directory-muted);
    font-size: 14px;
    font-weight: 600;
	padding-right: 10px;
}

.wtmg-directory-v2-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.wtmg-directory-v2-card,
.wtmg-directory-v2-side-card,
.wtmg-directory-v2-empty {
    border: 1px solid var(--wtmg-directory-border);
    border-radius: var(--wtmg-directory-radius);
    background: var(--wtmg-directory-surface);
    box-shadow: 0 12px 30px rgba(15, 35, 68, 0.06);
}

.wtmg-directory-v2-card {
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: 18px;
}

.wtmg-directory-v2-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.wtmg-directory-v2-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8fbff, #edf7f0);
    overflow: hidden;
    color: var(--wtmg-directory-primary);
    font-size: 18px;
    font-weight: 900;
}

.wtmg-directory-v2-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.wtmg-directory-v2-verified {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 6px;
    border-radius: 6px;
    background: var(--wtmg-directory-green-bg);
    color: var(--wtmg-directory-green);
    font-size: 12px;
    font-weight: 500;
}

.wtmg-directory-v2-verified svg {
    width: 14px;
    height: 14px;
}

.wtmg-directory-v2-sponsored {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 6px;
    border-radius: 6px;
    background: #fff7ed;
    color: #9a4d00;
    font-size: 12px;
    font-weight: 700;
}

.wtmg-directory-v2-card h3 {
    margin: 0 0 10px;
    color: #10233f;
    font-size: 18px;
    line-height: 1.25;
}

.wtmg-directory-v2-card h3 a:hover,
.wtmg-directory-v2-card h3 a:focus {
    color: var(--wtmg-directory-primary);
}

.wtmg-directory-v2-meta {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-height: 22px;
    margin-bottom: 14px;
    color: var(--wtmg-directory-muted);
    font-size: 13px;
    line-height: 1.45;
}

.wtmg-directory-v2-meta svg {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    color: var(--wtmg-directory-primary);
}

.wtmg-directory-v2-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 14px;
}

.wtmg-directory-v2-tags span {
    padding: 6px 9px;
    border-radius: 6px;
    background: #eff6ff;
    color: #1e3a8a;
    font-size: 12px;
    font-weight: 600;
}

.wtmg-directory-v2-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--wtmg-directory-border);
    color: #334155;
    font-size: 14px;
}

.wtmg-directory-v2-price strong {
    color: var(--wtmg-directory-muted);
    font-size: 12px;
    text-transform: uppercase;
}

.wtmg-directory-v2-options {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
}

.wtmg-directory-v2-options span {
    color: var(--wtmg-directory-green);
    font-size: 12px;
    font-weight: 600;
}

.wtmg-directory-v2-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 32px;
    margin-top: 16px;
    border: 1px solid var(--wtmg-directory-primary);
    border-radius: 7px;
    color: var(--wtmg-directory-primary);
    font-size: 13px;
    font-weight: 500;
}

.wtmg-directory-v2-profile:hover,
.wtmg-directory-v2-profile:focus {
    background: var(--wtmg-directory-primary);
    color: #fff;
}

.wtmg-directory-v2-empty {
    grid-column: 1 / -1;
    padding: 36px;
    text-align: center;
}

.wtmg-directory-v2-empty h3 {
    margin: 0 0 8px;
}

.wtmg-directory-v2-empty p {
    margin: 0;
    color: var(--wtmg-directory-muted);
}

.wtmg-directory-v2-sidebar {
    display: grid;
    gap: 16px;
    align-self: start;
    position: sticky;
    top: 24px;
}

.wtmg-directory-v2-side-card {
    padding: 20px;
}

.wtmg-directory-v2-side-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 13px;
    background: var(--wtmg-directory-blue-bg);
    color: var(--wtmg-directory-primary);
}

.wtmg-directory-v2-side-card h3 {
    margin: 0 0 8px;
    color: #10233f;
    font-size: 17px;
}

.wtmg-directory-v2-side-card p {
    margin: 0;
    color: var(--wtmg-directory-muted);
    font-size: 14px;
    line-height: 1.6;
}

.wtmg-directory-v2-side-card > a,
.wtmg-directory-v2-help a {
    display: inline-flex;
    margin-top: 14px;
    color: var(--wtmg-directory-primary);
    font-size: 13px;
    font-weight: 500;
}

.wtmg-directory-v2-service-list {
    display: grid;
    gap: 3px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wtmg-directory-v2-service-list a {
    display: block;
    padding: 7px 12px;
    border-radius: 6px;
    background: white;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
}

.wtmg-directory-v2-service-list a:hover,
.wtmg-directory-v2-service-list a:focus {
    background: #eff6ff;
    color: var(--wtmg-directory-primary);
}

.wtmg-directory-v2-help {
    background: linear-gradient(135deg, #eff6ff, #ecfdf5);
}

@media (max-width: 1100px) {
    .wtmg-directory-v2-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wtmg-directory-v2-filter-button,
    .wtmg-directory-v2-clear {
        width: 100%;
    }

    .wtmg-directory-v2-shell {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 900px) {
    .wtmg-directory-v2-hero {
        grid-template-columns: 1fr;
        padding-top: 46px;
    }

    .wtmg-directory-v2-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .wtmg-directory-v2 {
        margin-top: 0;
    }

    .wtmg-directory-v2-hero,
    .wtmg-directory-v2-shell {
        padding-left: 18px;
        padding-right: 18px;
    }

    .wtmg-directory-v2-hero {
        min-height: 0;
        padding-bottom: 64px;
    }

    .wtmg-directory-v2-hero-art {
        min-height: 210px;
    }

    .wtmg-directory-v2-filters {
        grid-template-columns: 1fr;
        margin-left: 18px;
        margin-right: 18px;
    }

    .wtmg-directory-v2-location-selects,
    .wtmg-directory-v2-grid,
    .wtmg-directory-v2-sidebar {
        grid-template-columns: 1fr;
    }

    .wtmg-directory-v2-list-header {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* WTLG city-guide contextual handoff */
.wtmg-directory-v2-wtlg-guide {
    width: calc(100% - 80px);
    max-width: 1180px;
    margin: 22px auto 30px;
    padding: 24px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border: 1px solid #dbe7f4;
    border-radius: 18px;
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 58%, #eef8f2 100%);
    box-shadow: 0 16px 38px rgba(25, 56, 96, 0.08);
}

.wtmg-directory-v2-wtlg-guide-copy {
    max-width: 780px;
}

.wtmg-directory-v2-wtlg-guide h2 {
    margin: 4px 0 8px;
    color: #102b50;
    font-size: 26px;
    line-height: 1.15;
}

.wtmg-directory-v2-wtlg-guide p {
    margin: 0;
    color: #53657d;
    font-size: 15px;
    line-height: 1.55;
}

.wtmg-directory-v2-wtlg-guide-button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 12px 17px;
    border-radius: 999px;
    background: #1f4f99;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.wtmg-directory-v2-wtlg-guide-button:hover,
.wtmg-directory-v2-wtlg-guide-button:focus {
    background: #173f7a;
    color: #fff !important;
}

.wtmg-directory-v2-wtlg-guide-button svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 760px) {
    .wtmg-directory-v2-wtlg-guide {
        width: calc(100% - 30px);
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .wtmg-directory-v2-wtlg-guide h2 {
        font-size: 23px;
    }

    .wtmg-directory-v2-wtlg-guide-button {
        width: 100%;
        white-space: normal;
    }
}

/* Provider directory final UX refinements */
body.page-id-634 .site-header,
body.page-id-634 #site-navigation,
body.page-id-634 .main-navigation,
body.page-id-634 .site-footer,
body.page-id-634 .footer-widgets,
body.page-id-634 .site-info,
body.page-id-634 #right-sidebar,
body.page-id-634 .widget-area.sidebar {
    display: none !important;
}

body.page-id-634 .site-content,
body.page-id-634 .site-content .content-area {
    display: block;
    width: 100% !important;
    max-width: none;
    padding: 0;
    margin: 0;
}

body.page-id-634 .site-main {
    margin: 0;
}

body.page-id-634 .wtmg-directory-v2-page .hpv2-header-compat {
    display: block;
}

body.page-id-634 .wtmg-directory-v2-page .hpv2-footer {
    display: block;
}

.wtmg-directory-v2-page .wtmg-directory-v2 {
    margin-top: 0;
    padding-bottom: 8px;
	background-color: white;
}

.wtmg-directory-v2-page .wtmg-directory-v2-filters {
    grid-template-columns: 1fr 1.35fr auto auto;
    gap: 10px;
    max-width: 1040px;
    margin-top: -38px;
    margin-bottom: 30px;
    padding: 12px;
    border-radius: 16px;
}

.wtmg-directory-v2-page .wtmg-directory-v2-filter-field label {
    margin-bottom: 5px;
    font-size: 11px;
}

.wtmg-directory-v2-page .wtmg-directory-v2-filter-field select {
    min-height: 42px;
    margin-top: 0;
    border-radius: 10px;
    font-size: 13px;
}

.wtmg-directory-v2-page .wtmg-directory-v2-location-selects {
    gap: 8px;
}

.wtmg-directory-v2-page .wtmg-directory-v2-filter-button {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 10px;
    font-size: 13px;
}

.wtmg-directory-v2-page .wtmg-directory-v2-filter-button svg {
    width: 16px;
    height: 16px;
}

.wtmg-directory-v2-page .wtmg-directory-v2-clear {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.wtmg-directory-v2-page .wtmg-directory-v2-clear:hover,
.wtmg-directory-v2-page .wtmg-directory-v2-clear:focus {
    color: var(--wtmg-directory-primary);
}

.wtmg-directory-v2-page .wtmg-directory-v2-sidebar {
    gap: 9px;
}

@media (max-width: 1100px) {
    .wtmg-directory-v2-page .wtmg-directory-v2-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .wtmg-directory-v2-page .wtmg-directory-v2-filters {
        grid-template-columns: 1fr;
        margin-top: -32px;
        padding: 12px;
    }
}

/* Provider directory final visual refinement */
.wtmg-directory-v2-page .wtmg-directory-v2-hero {
    max-width: none;
    min-height: 340px;
    padding-left: 78px;
   

    overflow: hidden;
}

.wtmg-directory-v2-page .wtmg-directory-v2-hero-art {
    min-height: 300px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.wtmg-directory-v2-page .wtmg-directory-v2-hero-art::before {
    width: 520px;
    height: 520px;
    right: -90px;
    top: -115px;
    border-color: rgba(30, 79, 156, 0.12);
}

.wtmg-directory-v2-page .wtmg-directory-v2-hero-art::after {
    width: 330px;
    height: 330px;
    left: 8%;
    bottom: -95px;
    border-color: rgba(21, 122, 77, 0.1);
}

.wtmg-directory-v2-page .wtmg-directory-v2-map {
    inset: 0;
}

.wtmg-directory-v2-page .wtmg-directory-v2-map::before,
.wtmg-directory-v2-page .wtmg-directory-v2-map::after {
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(30, 79, 156, 0.24), transparent);
    transform-origin: center;
}

.wtmg-directory-v2-page .wtmg-directory-v2-map::before {
    width: 460px;
    transform: rotate(-14deg);
}

.wtmg-directory-v2-page .wtmg-directory-v2-map::after {
    width: 390px;
    transform: rotate(19deg);
}

.wtmg-directory-v2-page .wtmg-directory-v2-map svg {
    width: 185px;
    height: 185px;
    color: #1e4f9c;
    opacity: 0.9;
    filter: drop-shadow(0 18px 24px rgba(30, 79, 156, 0.12));
}

.wtmg-directory-v2-page .wtmg-directory-v2-map-dot {
    width: 10px;
    height: 10px;
    z-index: 2;
    background: #157a4d;
    box-shadow: 0 0 0 7px rgba(21, 122, 77, 0.11);
}

.wtmg-directory-v2-page .wtmg-directory-v2-map-dot-one {
    left: 18%;
    top: 30%;
}

.wtmg-directory-v2-page .wtmg-directory-v2-map-dot-two {
    right: 18%;
    top: 37%;
}

.wtmg-directory-v2-page .wtmg-directory-v2-map-dot-three {
    left: 61%;
    bottom: 22%;
}

.wtmg-directory-v2-page .wtmg-directory-v2-shell {
    grid-template-columns: minmax(0, 4fr) minmax(240px, 1fr);
}

.wtmg-directory-v2-page .wtmg-directory-v2-card {
    background: #ffffff;
    border-color: rgba(226, 232, 240, 0.95);
    box-shadow: 0 8px 22px rgba(15, 35, 68, 0.045);
}

.wtmg-directory-v2-page .wtmg-directory-v2-card:hover {
    border-color: rgba(30, 79, 156, 0.22);
    box-shadow: 0 12px 28px rgba(15, 35, 68, 0.07);
}

.wtmg-directory-v2-page .wtmg-directory-v2-logo {
    background: #ffffff;
    border-color: #dbeafe;
}

.wtmg-directory-v2-page .wtmg-directory-v2-tags span {
    background: #f5f9ff;
}

.wtmg-directory-v2-page .wtmg-directory-v2-side-card {
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(15, 35, 68, 0.04);
}

.wtmg-directory-v2-page .wtmg-directory-v2-side-icon {
    display: none;
}

.wtmg-directory-v2-page .wtmg-directory-v2-side-card h3 {
    margin-top: 0;
}

.wtmg-directory-v2-page .wtmg-directory-v2-help {
    border-color: rgba(30, 79, 156, 0.14);
    background: linear-gradient(135deg, #eff6ff 0%, #f8fbff 100%);
}

.wtmg-directory-v2-page .wtmg-directory-v2-help a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 10px;
    background: #1e4f9c;
    color: #ffffff;
}

.wtmg-directory-v2-page .wtmg-directory-v2-help a:hover,
.wtmg-directory-v2-page .wtmg-directory-v2-help a:focus {
    background: #173f80;
    color: #ffffff;
}

@media (max-width: 1100px) {
    .wtmg-directory-v2-page .wtmg-directory-v2-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .wtmg-directory-v2-page .wtmg-directory-v2-hero {
        max-width: none;
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (max-width: 680px) {
    .wtmg-directory-v2-page .wtmg-directory-v2-hero {
        padding-left: 18px;
        padding-right: 18px;
    }
}
.entry-content:not(:first-child) !important{
	margin-top: 1em;
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child){
	margin-top: 20px !important;
}
.hpv2-container {
    padding-left: 50px !important;
    padding-right: 25px !important;
}


/* =========================================================
   ACTIVE PROVIDER FILTERS
   ========================================================= */

.wtmg-directory-v2-active-filters {
    width: calc(100% - 80px);
    max-width: 1180px;
    margin: 16px auto 24px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #d6e3f4;
    border-radius: 12px;
    background: #f5f9ff;
    box-shadow: 0 4px 14px rgba(25, 64, 120, .05);
}

.wtmg-directory-v2-active-heading {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 700;
    color: #102b55;
}

.wtmg-directory-v2-active-items {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.wtmg-directory-v2-active-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border: 1px solid #d6e4f7;
    border-radius: 8px;
    background: #ffffff;
    font-size: 13px;
    line-height: 1.2;
}

.wtmg-directory-v2-active-item span {
    color: #687994;
    font-weight: 500;
}

.wtmg-directory-v2-active-item strong {
    color: #1855a7;
    font-weight: 700;
}

.wtmg-directory-v2-active-clear {
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    color: #2457a6;
    text-decoration: none;
}

.wtmg-directory-v2-active-clear:hover {
    text-decoration: underline;
}

@media (max-width: 760px) {

    .wtmg-directory-v2-active-filters {
        width: calc(100% - 30px);
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .wtmg-directory-v2-active-items {
        width: 100%;
    }

}


/* =========================================================
   ACTIVE FILTER BAR — THEME MATCH
   ========================================================= */

.wtmg-directory-v2-active-filters {
    width: calc(100% - 80px);
    max-width: 1180px;
    margin: 18px auto 28px;
    padding: 14px 18px;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

    border: 1px solid #dce6f2;
    border-radius: 12px;

    background: #f8fbff;
    box-shadow: 0 4px 14px rgba(30, 67, 118, .05);

    font-family: inherit;
}

.wtmg-directory-v2-active-heading {
    margin-right: 4px;

    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;

    color: #2457a6;
}

.wtmg-directory-v2-active-items {
    flex: 1 1 auto;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.wtmg-directory-v2-active-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 7px 11px;

    border: 1px solid #dce6f2;
    border-radius: 8px;

    background: #ffffff;

    font-size: 13px;
    line-height: 1.2;

    color: #183252;
}

.wtmg-directory-v2-active-item span {
    font-size: 12px;
    font-weight: 500;

    color: #6b7c94;
}

.wtmg-directory-v2-active-item strong {
    font-size: 13px;
    font-weight: 700;

    color: #173b72;
}

.wtmg-directory-v2-active-clear {
    flex: 0 0 auto;

    padding: 7px 10px;

    border-radius: 7px;

    color: #536983 !important;

    font-size: 12px;
    line-height: 1;
    font-weight: 600;

    text-decoration: none !important;
}

.wtmg-directory-v2-active-clear:hover {
    background: #edf4fd;
    color: #2457a6 !important;
}


/* tighter relationship with provider results */

.wtmg-directory-v2-active-filters + .wtmg-directory-v2-shell {
    margin-top: 0;
}


@media (max-width: 760px) {

    .wtmg-directory-v2-active-filters {
        width: calc(100% - 30px);
        margin-top: 14px;
        padding: 13px 14px;
        align-items: flex-start;
    }

    .wtmg-directory-v2-active-heading {
        width: 100%;
    }

    .wtmg-directory-v2-active-items {
        width: 100%;
    }

}


/* WTMG Provider Directory Card V3 */

.wtmg-directory-v2-grid {
    align-items: stretch;
}

.wtmg-directory-v2-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 430px;
    padding: 20px;
}

.wtmg-directory-v2-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    margin-bottom: 14px;
}

.wtmg-directory-v2-logo,
.wtmg-directory-v2-page .wtmg-directory-v2-logo {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border: 0;
    border-radius: 50%;
    background: #eaf2ff;
    color: #174b9b;
    box-shadow: none;
}

.wtmg-directory-v2-logo img {
    width: 100%;
    height: 100%;
    padding: 8px;
    border-radius: 50%;
    object-fit: contain;
}

.wtmg-directory-v2-logo span {
    font-size: 18px;
    font-weight: 800;
}

.wtmg-directory-v2-card-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}

.wtmg-directory-v2-heading {
    min-height: 72px;
}

.wtmg-directory-v2-card h3 {
    margin: 0 0 7px;
    color: #10233f;
    font-size: 18px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.wtmg-directory-v2-meta {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 20px;
    margin: 0;
    color: #64748b;
    font-size: 13px;
}

.wtmg-directory-v2-tags {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 5px;
    min-height: 58px;
    max-height: 58px;
    margin: 4px 0 12px;
    overflow: hidden;
}

.wtmg-directory-v2-tags span {
    padding: 5px 9px;
    border-radius: 7px;
    background: #edf4ff;
    color: #174b9b;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

.wtmg-directory-v2-description {
    min-height: 42px;
    max-height: 42px;
    margin-bottom: 15px;
    color: #64748b;
    font-size: 13px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.wtmg-directory-v2-description-empty {
    color: #94a3b8;
}

.wtmg-directory-v2-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: auto;
    padding: 13px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.wtmg-directory-v2-metric {
    min-width: 0;
    padding: 0 8px;
    text-align: center;
    border-right: 1px solid #e2e8f0;
}

.wtmg-directory-v2-metric:last-child {
    border-right: 0;
}

.wtmg-directory-v2-metric strong {
    display: block;
    overflow: hidden;
    color: #10233f;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wtmg-directory-v2-metric span {
    display: block;
    margin-top: 3px;
    overflow: hidden;
    color: #64748b;
    font-size: 10px;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wtmg-directory-v2-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 82px;
    gap: 8px;
    margin-top: 14px;
}

.wtmg-directory-v2-profile,
.wtmg-directory-v2-save {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin: 0;
    border-radius: 7px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.wtmg-directory-v2-profile {
    width: 100%;
    border: 1px solid #174b9b;
    background: white;
    color: #ffffff;
}

.wtmg-directory-v2-profile:hover,
.wtmg-directory-v2-profile:focus {
    background: #123e82;
    color: #ffffff;
}

.wtmg-directory-v2-save-form {
    display: flex;
    width: 100%;
    margin: 0;
}

.wtmg-directory-v2-save {
    width: 100%;
    padding: 0 12px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #334155;
}

.wtmg-directory-v2-save:hover,
.wtmg-directory-v2-save:focus {
    border-color: #174b9b;
    color: #174b9b;
}

.wtmg-directory-v2-save.is-saved {
    border-color: #86efac;
    background: #f0fdf4;
    color: #15803d;
}

@media (max-width: 640px) {
    .wtmg-directory-v2-card {
        min-height: 0;
    }
}

/* WTMG Provider Directory Card Color Accents */

.wtmg-directory-v2-save {
    min-width: 54px;
    width: 54px;
    padding: 0;
    border-radius: 9px;
    color: #64748b;
}

.wtmg-directory-v2-save svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wtmg-directory-v2-save:hover,
.wtmg-directory-v2-save:focus {
    background: #fff7f7;
    border-color: #fda4af;
    color: #e11d48;
}

.wtmg-directory-v2-save.is-saved {
    background: #fff1f2;
    border-color: #fda4af;
    color: #e11d48;
}

.wtmg-directory-v2-save.is-saved svg {
    fill: currentColor;
}

.wtmg-directory-v2-actions {
    grid-template-columns: minmax(0, 1fr) 54px;
}

/* Blue */
.wtmg-directory-v2-grid .wtmg-directory-v2-card:nth-child(3n + 1) {
    border-top: 3px solid #4f7fc7;
}

.wtmg-directory-v2-grid .wtmg-directory-v2-card:nth-child(3n + 1) .wtmg-directory-v2-logo {
    background: #eaf2ff;
    color: #174b9b;
}

.wtmg-directory-v2-grid .wtmg-directory-v2-card:nth-child(3n + 1) .wtmg-directory-v2-tags span {
    background: #edf4ff;
    color: #174b9b;
}

.wtmg-directory-v2-grid .wtmg-directory-v2-card:nth-child(3n + 1) .wtmg-directory-v2-metrics {
    background: #f6f9ff;
}

/* Green */
.wtmg-directory-v2-grid .wtmg-directory-v2-card:nth-child(3n + 2) {
    border-top: 3px solid #55a874;
}

.wtmg-directory-v2-grid .wtmg-directory-v2-card:nth-child(3n + 2) .wtmg-directory-v2-logo {
    background: #e8f7ed;
    color: #18733a;
}

.wtmg-directory-v2-grid .wtmg-directory-v2-card:nth-child(3n + 2) .wtmg-directory-v2-tags span {
    background: #edf9f0;
    color: #18733a;
}

.wtmg-directory-v2-grid .wtmg-directory-v2-card:nth-child(3n + 2) .wtmg-directory-v2-meta svg {
    color: #268c4d;
}

.wtmg-directory-v2-grid .wtmg-directory-v2-card:nth-child(3n + 2) .wtmg-directory-v2-metrics {
    background: #f5fbf7;
}

/* Purple */
.wtmg-directory-v2-grid .wtmg-directory-v2-card:nth-child(3n) {
    border-top: 3px solid #9165c6;
}

.wtmg-directory-v2-grid .wtmg-directory-v2-card:nth-child(3n) .wtmg-directory-v2-logo {
    background: #f1eafa;
    color: #65369b;
}

.wtmg-directory-v2-grid .wtmg-directory-v2-card:nth-child(3n) .wtmg-directory-v2-tags span {
    background: #f4edfb;
    color: #65369b;
}

.wtmg-directory-v2-grid .wtmg-directory-v2-card:nth-child(3n) .wtmg-directory-v2-meta svg {
    color: #7a4eae;
}

.wtmg-directory-v2-grid .wtmg-directory-v2-card:nth-child(3n) .wtmg-directory-v2-metrics {
    background: #faf7fd;
}
