.bmhc-embedded-page .container {
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
}

.bmhc-directory-hero {
    background: #fff;
    padding: 44px 0 34px;
}

.bmhc-directory-hero-inner {
    max-width: 1180px;
}

.bmhc-directory-kicker {
    display: inline-block;
    color: #0c7d82;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bmhc-directory-hero h1 {
    margin: 14px 0 0;
    color: #111;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 48px;
    line-height: 1.12;
    letter-spacing: 0;
}

.bmhc-directory-hero p {
    max-width: 760px;
    margin: 18px 0 0;
    color: #4b5d63;
    font-size: 18px;
    line-height: 1.65;
}

.bmhc-directory-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.bmhc-directory-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    border-radius: 4px;
    background: #0c7d82;
    color: #fff;
    font-family: 'MontserratBold', Arial, sans-serif;
    padding: 0 20px;
}

.bmhc-directory-submit-secondary {
    border: 1px solid #0c7d82;
    background: #fff;
    color: #0c7d82;
}

.bmhc-directory-submit:hover,
.bmhc-directory-submit:focus {
    background: #095f63;
    color: #fff;
}

.bmhc-directory-submit-secondary:hover,
.bmhc-directory-submit-secondary:focus {
    border-color: #095f63;
    background: #e8f3f3;
    color: #095f63;
}

.bmhc-directory-body {
    padding: 42px 0 86px;
    background: #f4f8f8;
}

.bmhc-directory-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.bmhc-directory-filter-panel,
.bmhc-directory-results,
.bmhc-directory-card {
    border: 1px solid #e3ecec;
    border-radius: 4px;
    background: #fff;
}

.bmhc-directory-filter-panel {
    position: sticky;
    top: 112px;
    padding: 22px;
    box-shadow: 0 10px 26px rgba(17, 55, 59, .06);
}

.bmhc-directory-panel-title {
    margin-bottom: 18px;
    border-bottom: 1px solid #e3ecec;
    padding-bottom: 16px;
}

.bmhc-directory-panel-title span {
    display: block;
    color: #0c7d82;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bmhc-directory-panel-title strong {
    display: block;
    margin-top: 6px;
    color: #111;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 22px;
    line-height: 1.25;
}

.bmhc-directory-filter {
    display: grid;
    gap: 14px;
}

.bmhc-directory-filter label {
    display: grid;
    gap: 7px;
    margin: 0;
}

.bmhc-directory-filter label span {
    color: #2d5055;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 13px;
}

.bmhc-directory-filter input {
    width: 100%;
    min-height: 42px;
    border: 1px solid #d7e4e4;
    border-radius: 3px;
    background: #fff;
    color: #122b31;
    font-size: 15px;
    padding: 0 12px;
}

.bmhc-directory-filter input:focus {
    border-color: #0c7d82;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(12, 125, 130, .12);
}

.bmhc-directory-filter button {
    min-height: 42px;
    border: 0;
    border-radius: 3px;
    background: #111;
    color: #fff;
    font-family: 'MontserratBold', Arial, sans-serif;
    padding: 0 16px;
}

.bmhc-directory-filter button:hover,
.bmhc-directory-filter button:focus {
    background: #0c7d82;
}

.bmhc-directory-results {
    padding: 24px;
}

.bmhc-directory-results-header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 22px;
    border-bottom: 1px solid #e3ecec;
    padding-bottom: 18px;
}

.bmhc-directory-results-header h2 {
    margin: 6px 0 0;
    color: #111;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 28px;
}

.bmhc-directory-count {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border-radius: 999px;
    background: #e8f3f3;
    color: #0c7d82;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 13px;
    padding: 0 12px;
    white-space: nowrap;
}

.bmhc-directory-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 160px;
    border: 1px dashed #bfd6d7;
    border-radius: 4px;
    background: #f9fcfc;
    color: #4b5d63;
    font-size: 16px;
    padding: 24px;
    text-align: center;
}

.bmhc-directory-status-error {
    border-color: #e6b8b8;
    background: #fff7f7;
    color: #8a2f2f;
}

.bmhc-directory-list {
    display: grid;
    gap: 20px;
}

.bmhc-directory-card {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 22px;
    padding: 18px;
    box-shadow: 0 8px 20px rgba(17, 55, 59, .05);
}

.bmhc-directory-photo {
    width: 160px;
    max-width: 160px;
    height: 160px;
    border-radius: 4px;
    overflow: hidden;
    background: #e8f3f3;
}

.bmhc-directory-photo img,
.bmhc-directory-photo-placeholder {
    display: block;
    width: 160px;
    max-width: 160px;
    height: 160px;
}

.bmhc-directory-photo img {
    object-fit: cover;
    object-position: center top;
}

.bmhc-directory-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0c7d82;
    font-size: 42px;
}

.bmhc-directory-card-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
}

.bmhc-directory-card h3 {
    margin: 0;
    color: #111;
    font-family: 'MontserratBold', Arial, sans-serif;
    font-size: 26px;
    line-height: 1.22;
}

.bmhc-directory-role {
    margin: 6px 0 0;
    color: #0c7d82;
    font-family: 'Montserrat_500', Arial, sans-serif;
}

.bmhc-directory-bio {
    margin: 14px 0 0;
    color: #425a61;
    font-size: 15px;
    line-height: 1.65;
}

.bmhc-directory-tags,
.bmhc-directory-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 16px;
}

.bmhc-directory-tags span,
.bmhc-directory-actions a,
.bmhc-directory-view {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    border-radius: 999px;
    font-family: 'Montserrat_500', Arial, sans-serif;
    font-size: 13px;
    padding: 0 12px;
}

.bmhc-directory-tags span {
    background: #e8f3f3;
    color: #24484d;
}

.bmhc-directory-tags i {
    color: #0c7d82;
}

.bmhc-directory-actions a,
.bmhc-directory-view {
    background: #0c7d82;
    color: #fff;
}

.bmhc-directory-actions a:hover,
.bmhc-directory-actions a:focus,
.bmhc-directory-view:hover,
.bmhc-directory-view:focus {
    background: #095f63;
    color: #fff;
}

@media (max-width: 991px) {
    .bmhc-directory-layout {
        grid-template-columns: 1fr;
    }

    .bmhc-directory-filter-panel {
        position: static;
    }

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

    .bmhc-directory-filter label:first-child,
    .bmhc-directory-filter button {
        grid-column: span 2;
    }
}

@media (max-width: 767px) {
    .bmhc-directory-hero {
        padding: 44px 0 34px;
    }

    .bmhc-directory-hero h1 {
        font-size: 34px;
    }

    .bmhc-directory-results {
        padding: 18px;
    }

    .bmhc-directory-results-header,
    .bmhc-directory-card-top {
        display: grid;
    }

    .bmhc-directory-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .bmhc-directory-filter {
        grid-template-columns: 1fr;
    }

    .bmhc-directory-filter label:first-child,
    .bmhc-directory-filter button {
        grid-column: auto;
    }

    .bmhc-directory-photo,
    .bmhc-directory-photo img,
    .bmhc-directory-photo-placeholder {
        width: 140px;
        max-width: 140px;
        height: 140px;
    }
}

.bmhc-embedded-page {
    background: #fff;
}

.bmhc-embedded-page .container {
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
}

.bmhc-embedded-page .bmhc-directory-hero {
    background: #fff;
    padding-top: 8px;
    padding-bottom: 22px;
}

.bmhc-embedded-page .bmhc-directory-hero-inner {
    max-width: none;
}

.bmhc-embedded-page .bmhc-directory-kicker {
    color: #007c80;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.bmhc-embedded-page .bmhc-directory-hero h1 {
    margin-top: 10px;
    color: #050f16;
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.18;
}

.bmhc-embedded-page .bmhc-directory-hero p {
    max-width: none;
    margin-top: 12px;
    color: #233943;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.45;
    white-space: nowrap;
}

.bmhc-embedded-page .bmhc-directory-body {
    background: #f4f8f8;
    padding-top: 24px;
    padding-bottom: 44px;
}

.bmhc-embedded-page .bmhc-directory-layout {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 24px;
}

.bmhc-embedded-page .bmhc-directory-filter-panel,
.bmhc-embedded-page .bmhc-directory-results,
.bmhc-embedded-page .bmhc-directory-card {
    border-color: #dce9e9;
    border-radius: 6px;
    box-shadow: none;
}

.bmhc-embedded-page .bmhc-directory-filter-panel {
    top: 16px;
    padding: 18px;
}

.bmhc-embedded-page .bmhc-directory-panel-title {
    margin-bottom: 16px;
    padding-bottom: 14px;
}

.bmhc-embedded-page .bmhc-directory-panel-title span {
    color: #007c80;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.bmhc-embedded-page .bmhc-directory-panel-title strong,
.bmhc-embedded-page .bmhc-directory-results-header h2,
.bmhc-embedded-page .bmhc-directory-card h3 {
    color: #050f16;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.bmhc-embedded-page .bmhc-directory-panel-title strong {
    font-size: 22px;
}

.bmhc-embedded-page .bmhc-directory-filter label span {
    color: #24484d;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.bmhc-embedded-page .bmhc-directory-filter input,
.bmhc-embedded-page .bmhc-directory-filter select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #d7e4e4;
    border-radius: 4px;
    background-color: #fff;
    color: #122b31;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.bmhc-embedded-page .bmhc-directory-filter select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #007c80 50%), linear-gradient(135deg, #007c80 50%, transparent 50%);
    background-position: calc(100% - 18px) 18px, calc(100% - 12px) 18px;
    background-repeat: no-repeat;
    background-size: 6px 6px, 6px 6px;
    padding: 0 34px 0 12px;
}

.bmhc-embedded-page .bmhc-directory-filter input {
    padding: 0 12px;
}

.bmhc-embedded-page .bmhc-directory-filter input:focus,
.bmhc-embedded-page .bmhc-directory-filter select:focus {
    border-color: #007c80;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 124, 128, .12);
}

.bmhc-embedded-page .bmhc-directory-filter button {
    border-radius: 4px;
    background: #050f16;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.bmhc-embedded-page .bmhc-directory-filter button:hover,
.bmhc-embedded-page .bmhc-directory-filter button:focus {
    background: #007c80;
}

.bmhc-embedded-page .bmhc-directory-results {
    padding: 20px;
}

.bmhc-embedded-page .bmhc-directory-results-header {
    margin-bottom: 18px;
    padding-bottom: 16px;
}

.bmhc-embedded-page .bmhc-directory-results-header h2 {
    font-size: 26px;
}

.bmhc-embedded-page .bmhc-directory-count,
.bmhc-embedded-page .bmhc-directory-tags span {
    background: #e8f3f3;
    color: #007c80;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.bmhc-embedded-page .bmhc-directory-card {
    grid-template-columns: 140px minmax(0, 1fr);
    padding: 16px;
}

.bmhc-embedded-page .bmhc-directory-photo,
.bmhc-embedded-page .bmhc-directory-photo img,
.bmhc-embedded-page .bmhc-directory-photo-placeholder {
    width: 140px;
    max-width: 140px;
    height: 140px;
}

.bmhc-embedded-page .bmhc-directory-role,
.bmhc-embedded-page .bmhc-directory-bio {
    color: #425a61;
    font-family: Arial, sans-serif;
}

.bmhc-embedded-page .bmhc-directory-actions a,
.bmhc-embedded-page .bmhc-directory-view,
.bmhc-embedded-page .bmhc-directory-submit {
    border-radius: 4px;
    background: #007c80;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.bmhc-embedded-page .bmhc-directory-submit-secondary {
    border: 1px solid #007c80;
    background: #fff;
    color: #007c80;
}

.bmhc-embedded-page .bmhc-directory-actions a:hover,
.bmhc-embedded-page .bmhc-directory-actions a:focus,
.bmhc-embedded-page .bmhc-directory-view:hover,
.bmhc-embedded-page .bmhc-directory-view:focus,
.bmhc-embedded-page .bmhc-directory-submit:hover,
.bmhc-embedded-page .bmhc-directory-submit:focus {
    background: #005f63;
    color: #fff;
}

.bmhc-embedded-page .bmhc-directory-submit-secondary:hover,
.bmhc-embedded-page .bmhc-directory-submit-secondary:focus {
    background: #e8f3f3;
    color: #005f63;
}

@media (max-width: 991px) {
    .bmhc-embedded-page .bmhc-directory-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .bmhc-embedded-page .bmhc-directory-hero p {
        white-space: normal;
    }

    .bmhc-embedded-page .bmhc-directory-card {
        grid-template-columns: 1fr;
    }
}

        .bmhc-embedded-page .bmhc-directory-hero {
            padding-top: 18px;
            padding-bottom: 24px;
        }

        .bmhc-embedded-page .bmhc-directory-hero-inner {
            max-width: none;
        }

        .bmhc-embedded-page .bmhc-directory-hero p {
            max-width: none;
            white-space: nowrap;
        }

        .bmhc-directory-filter select {
            width: 100%;
            min-height: 42px;
            border: 1px solid #d7e4e4;
            border-radius: 3px;
            appearance: none;
            background-color: #fff;
            background-image: linear-gradient(45deg, transparent 50%, #0c7d82 50%), linear-gradient(135deg, #0c7d82 50%, transparent 50%);
            background-position: calc(100% - 18px) 18px, calc(100% - 12px) 18px;
            background-repeat: no-repeat;
            background-size: 6px 6px, 6px 6px;
            color: #122b31;
            font-size: 15px;
            padding: 0 34px 0 12px;
        }

        .bmhc-directory-filter select:focus {
            border-color: #0c7d82;
            outline: 0;
            box-shadow: 0 0 0 3px rgba(12, 125, 130, .12);
        }

        .bmhc-embedded-page .bmhc-directory-hero {
            padding-top: 0;
            padding-bottom: 14px;
        }

        .bmhc-embedded-page .bmhc-directory-hero h1 {
            margin-top: 6px;
        }

        .bmhc-embedded-page .bmhc-directory-hero p {
            margin-top: 8px;
        }

        .bmhc-embedded-page .bmhc-directory-body {
            padding-top: 14px;
        }

        .bmhc-embedded-page .bmhc-directory-list {
            display: grid;
            gap: 18px;
        }

        .bmhc-embedded-page .bmhc-directory-card {
            display: block;
            border: 1px solid #d7e4df;
            border-radius: 6px;
            background: #fbfdfb;
            padding: 26px 24px;
            box-shadow: none;
        }

        .bmhc-embedded-page .bmhc-directory-summary {
            display: grid;
            grid-template-columns: 88px minmax(0, 1fr);
            gap: 20px;
            align-items: center;
        }

        .bmhc-embedded-page .bmhc-directory-photo,
        .bmhc-embedded-page .bmhc-directory-photo img,
        .bmhc-embedded-page .bmhc-directory-photo-placeholder {
            width: 88px;
            max-width: 88px;
            height: 88px;
            border-radius: 15px;
        }

        .bmhc-embedded-page .bmhc-directory-photo {
            border: 3px solid #fff;
            box-shadow: 0 0 0 1px #d7e4df;
        }

        .bmhc-embedded-page .bmhc-directory-card h3 {
            color: #114f57;
            font-size: 24px;
            line-height: 1.15;
        }

        .bmhc-embedded-page .bmhc-directory-role {
            margin-top: 6px;
            color: #222;
            font-size: 14px;
        }

        .bmhc-embedded-page .bmhc-directory-actions {
            margin-top: 20px;
            border-top: 1px solid #d7e4df;
            border-bottom: 1px solid #d7e4df;
            padding: 16px 0 18px;
        }

        .bmhc-embedded-page .bmhc-directory-actions a {
            min-height: 46px;
            border-radius: 999px;
            font-size: 15px;
            padding: 0 18px;
        }

        .bmhc-embedded-page .bmhc-directory-actions .bmhc-directory-email {
            background: #58b900;
            color: #fff;
        }

        .bmhc-embedded-page .bmhc-directory-actions .bmhc-directory-call {
            border: 2px solid #111;
            background: #fff;
            color: #111;
        }

        .bmhc-embedded-page .bmhc-directory-more {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            min-height: 42px;
            margin-top: 14px;
            border: 2px solid #114f57;
            border-radius: 999px;
            background: #fff;
            color: #114f57;
            font-family: Arial, sans-serif;
            font-size: 15px;
            font-weight: 700;
            padding: 0 18px;
        }

        .bmhc-embedded-page .bmhc-directory-more:hover,
        .bmhc-embedded-page .bmhc-directory-more:focus {
            background: #114f57;
            color: #fff;
        }

        .bmhc-embedded-page .bmhc-directory-expanded {
            display: none;
            margin-top: 18px;
            border-top: 1px solid #d7e4df;
            padding-top: 18px;
        }

        .bmhc-embedded-page .bmhc-directory-card.is-expanded .bmhc-directory-expanded {
            display: block;
        }

        .bmhc-embedded-page .bmhc-directory-card.is-expanded .bmhc-directory-more {
            background: #114f57;
            color: #fff;
        }

        .bmhc-embedded-page .bmhc-directory-full-bio {
            margin-bottom: 14px;
        }

        .bmhc-embedded-page .bmhc-directory-full-bio strong {
            display: block;
            margin-bottom: 8px;
            color: #114f57;
            font-size: 15px;
        }

        .bmhc-embedded-page .bmhc-directory-full-bio p {
            margin: 0;
            color: #444;
            font-size: 15px;
            line-height: 1.55;
        }

        .bmhc-embedded-page .bmhc-directory-availability {
            margin-bottom: 14px;
            border-left: 4px solid #f3a21b;
            border-radius: 6px;
            background: #edf8f4;
            color: #114f57;
            font-weight: 700;
            padding: 12px 14px;
        }

        .bmhc-embedded-page .bmhc-directory-details {
            display: grid;
            gap: 10px;
        }

        .bmhc-embedded-page .bmhc-directory-detail-row {
            display: grid;
            grid-template-columns: 112px minmax(0, 1fr);
            gap: 10px;
            align-items: start;
        }

        .bmhc-embedded-page .bmhc-directory-detail-row strong {
            color: #7a2049;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .08em;
            line-height: 1.15;
            text-transform: uppercase;
        }

        .bmhc-embedded-page .bmhc-directory-detail-row span,
        .bmhc-embedded-page .bmhc-directory-detail-row a {
            color: #114f57;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.35;
        }

        @media (max-width: 560px) {
            .bmhc-embedded-page .bmhc-directory-card {
                padding: 20px 16px;
            }

            .bmhc-embedded-page .bmhc-directory-summary {
                grid-template-columns: 76px minmax(0, 1fr);
                gap: 14px;
            }

            .bmhc-embedded-page .bmhc-directory-photo,
            .bmhc-embedded-page .bmhc-directory-photo img,
            .bmhc-embedded-page .bmhc-directory-photo-placeholder {
                width: 76px;
                max-width: 76px;
                height: 76px;
            }

            .bmhc-embedded-page .bmhc-directory-detail-row {
                grid-template-columns: 1fr;
                gap: 3px;
            }
        }

        .bmhc-embedded-page .bmhc-directory-submit {
            min-height: 44px;
            border: 0;
            border-radius: 999px;
            background: #58b900;
            color: #fff;
            font-size: 16px;
            padding: 0 22px;
        }

        .bmhc-embedded-page .bmhc-directory-submit:hover,
        .bmhc-embedded-page .bmhc-directory-submit:focus {
            background: #479700;
            color: #fff;
        }

        .bmhc-embedded-page .bmhc-directory-submit-secondary {
            border: 2px solid #111;
            background: #fff;
            color: #111;
        }

        .bmhc-embedded-page .bmhc-directory-submit-secondary:hover,
        .bmhc-embedded-page .bmhc-directory-submit-secondary:focus {
            border-color: #114f57;
            background: #114f57;
            color: #fff;
        }


        .bmhc-embedded-page .bmhc-directory-list {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        @media (max-width: 900px) {
            .bmhc-embedded-page .bmhc-directory-list {
                grid-template-columns: 1fr;
            }
        }

        .bmhc-directory-button-icon {
            width: 15px;
            height: 15px;
            margin-left: 4px;
            stroke: currentColor;
            stroke-width: 2.4;
            stroke-linecap: round;
            stroke-linejoin: round;
            fill: none;
            flex: 0 0 auto;
        }

        body {
            padding-top: 24px;
        }

        .bmhc-embedded-page .bmhc-directory-hero {
            padding-top: 0;
            padding-bottom: 14px;
        }

        .bmhc-embedded-page .bmhc-directory-hero h1 {
            margin-top: 6px;
        }

        .bmhc-embedded-page .bmhc-directory-hero p {
            margin-top: 8px;
        }

        .bmhc-embedded-page .bmhc-directory-cta-row {
            margin-top: 26px;
        }

        .bmhc-embedded-page .bmhc-directory-body {
            padding-top: 14px;
        }

        .bmhc-guided-match {
            align-items: center;
            background: linear-gradient(135deg, #edf8f2 0%, #f8fbf4 100%);
            border: 1px solid #cfe4dc;
            border-radius: 8px;
            display: flex;
            gap: 18px;
            justify-content: space-between;
            margin-bottom: 22px;
            padding: 20px 24px;
        }

        .bmhc-guided-match-copy {
            align-items: baseline;
            display: flex;
            flex-wrap: wrap;
            gap: 12px 18px;
        }

        .bmhc-guided-match-kicker {
            color: #111;
            font-family: 'MontserratBold', Arial, sans-serif;
            font-size: 14px;
            letter-spacing: .06em;
            text-transform: uppercase;
        }

        .bmhc-guided-match h2 {
            color: #064d5b;
            font-family: Georgia, 'Times New Roman', serif;
            font-size: 32px;
            line-height: 1.1;
            margin: 0;
        }

        .bmhc-guided-match p {
            color: #17262c;
            font-size: 16px;
            line-height: 1.5;
            margin: 0;
        }

        .bmhc-guided-match-button {
            align-items: center;
            background: #54b500;
            border-radius: 999px;
            color: #fff;
            display: inline-flex;
            flex: 0 0 auto;
            font-family: 'MontserratBold', Arial, sans-serif;
            font-size: 16px;
            justify-content: center;
            min-height: 48px;
            padding: 0 24px;
        }

        .bmhc-guided-match-button:hover,
        .bmhc-guided-match-button:focus {
            background: #449700;
            color: #fff;
        }

        .bmhc-guided-question {
            background: #fff;
            border: 1px solid #d9e1df;
            border-radius: 8px;
            margin: 0 0 22px;
            padding: 24px;
        }

        .bmhc-guided-question[hidden] {
            display: none;
        }

        .bmhc-guided-question-step {
            color: #7a2046;
            display: block;
            font-family: 'MontserratBold', Arial, sans-serif;
            font-size: 13px;
            letter-spacing: .05em;
            margin-bottom: 22px;
            text-transform: uppercase;
        }

        .bmhc-guided-question h3 {
            color: #064d5b;
            font-family: 'MontserratBold', Arial, sans-serif;
            font-size: 24px;
            line-height: 1.25;
            margin: 0 0 6px;
        }

        .bmhc-guided-question p {
            color: #17262c;
            font-size: 16px;
            margin: 0 0 14px;
        }

        .bmhc-guided-select {
            appearance: none;
            background-color: #fffdf9;
            background-image: linear-gradient(45deg, transparent 50%, #111 50%), linear-gradient(135deg, #111 50%, transparent 50%);
            background-position: calc(100% - 18px) 27px, calc(100% - 12px) 27px;
            background-repeat: no-repeat;
            background-size: 6px 6px, 6px 6px;
            border: 1px solid #ded8cf;
            border-radius: 8px;
            color: #111;
            font-size: 20px;
            margin-bottom: 22px;
            min-height: 58px;
            padding: 0 42px 0 22px;
            width: 100%;
        }

        input.bmhc-guided-select {
            background-image: none;
        }

        .bmhc-guided-options {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 12px;
            margin-bottom: 24px;
        }

        .bmhc-guided-option {
            background: #eef8f6;
            border: 1px solid #c7ddda;
            border-radius: 999px;
            color: #064d5b;
            font-family: 'MontserratBold', Arial, sans-serif;
            font-size: 14px;
            min-height: 42px;
            padding: 0 16px;
        }

        .bmhc-guided-option.is-selected {
            background: #115b63;
            border-color: #115b63;
            box-shadow: 0 12px 26px rgba(17, 91, 99, .18);
            color: #fff;
        }

        .bmhc-guided-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .bmhc-guided-actions button {
            border-radius: 999px;
            font-family: 'MontserratBold', Arial, sans-serif;
            font-size: 16px;
            min-height: 50px;
            padding: 0 24px;
        }

        .bmhc-guided-back,
        .bmhc-guided-reset {
            background: #fff;
            border: 2px solid #111;
            color: #111;
        }

        .bmhc-guided-back:disabled {
            color: #aaa;
            cursor: not-allowed;
            opacity: .75;
        }

        .bmhc-guided-next,
        .bmhc-guided-find {
            background: #54b500;
            border: 2px solid #54b500;
            color: #fff;
        }

        @media (max-width: 900px) {
            .bmhc-guided-match {
                align-items: flex-start;
                flex-direction: column;
            }

            .bmhc-guided-match-copy {
                align-items: flex-start;
                flex-direction: column;
                gap: 8px;
            }

            .bmhc-guided-match h2 {
                font-size: 26px;
            }

            .bmhc-guided-question {
                padding: 18px;
            }
        }

        @media (max-width: 560px) {
            body {
                padding-top: 10px;
            }

            .bmhc-embedded-page .container {
                padding-left: 12px;
                padding-right: 12px;
            }

            .bmhc-guided-match {
                gap: 14px;
                padding: 16px;
            }

            .bmhc-guided-match h2 {
                font-size: 24px;
            }

            .bmhc-guided-match p {
                font-size: 15px;
            }

            .bmhc-guided-match-button,
            .bmhc-guided-actions button {
                min-height: 44px;
                width: 100%;
            }

            .bmhc-guided-question h3 {
                font-size: 20px;
            }

            .bmhc-guided-select {
                font-size: 16px;
                min-height: 50px;
                padding-left: 14px;
            }

            .bmhc-guided-option {
                justify-content: center;
                width: 100%;
            }
        }

        .bmhc-directory-pagination {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
            margin-top: 22px;
        }

        .bmhc-directory-page-summary {
            color: #536170;
            flex: 0 0 100%;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 2px;
            text-align: center;
        }

        .bmhc-directory-pagination button {
            align-items: center;
            background: #ffffff;
            border: 1px solid #dbe4f0;
            border-radius: 999px;
            color: #323edb;
            display: inline-flex;
            font-size: 14px;
            font-weight: 800;
            justify-content: center;
            min-height: 38px;
            min-width: 38px;
            padding: 8px 13px;
        }

        .bmhc-directory-pagination span {
            color: #6b7785;
            font-weight: 800;
            padding: 0 2px;
        }

        .bmhc-directory-pagination button.is-active {
            background: #323edb;
            border-color: #323edb;
            color: #ffffff;
        }

        .bmhc-directory-pagination button:disabled {
            cursor: not-allowed;
            opacity: 0.45;
        }