/* Therapist directory — sidebar search + result cards (NNA theme) */
.therapist-directory-page {
    margin-bottom: 1.5rem;
}

.therapist-directory-filters {
    margin-bottom: 1.5rem;
}

.therapist-directory-filters__title {
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ddd;
}

.therapist-directory-filter-group {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ededed;
}

.therapist-directory-filter-group--last,
.therapist-directory-filter-group:not(:has(~ .therapist-directory-filter-group)) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.therapist-directory-filter-checkboxes .custom-control {
    display: block;
    margin-bottom: 0.4rem;
    padding-left: 1.85rem;
}

.therapist-directory-filter-checkboxes .custom-control-indicator {
    background-color: #fff;
    border: 1px solid #bbb;
    height: 1.15rem;
    top: 0.1rem;
    width: 1.15rem;
}

.therapist-directory-filter-checkboxes .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #71bf44;
    border-color: #71bf44;
}

.therapist-directory-filter-checkboxes .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem rgba(113, 191, 68, 0.45);
}

.therapist-directory-filter-checkboxes .custom-control-description {
    font-weight: 600;
    line-height: 1.45;
}

.therapist-directory-filter-hint {
    margin-top: 0.15rem;
    margin-bottom: 0.5rem;
}

.therapist-directory-health-select {
    width: 100%;
}

.therapist-directory-filters .ts-wrapper {
    margin-top: 0.35rem;
}

.therapist-directory-filters .ts-control {
    border-color: #ccc;
    border-radius: 4px;
    min-height: 38px;
}

.therapist-directory-filters .ts-control input {
    font-size: 0.95rem;
}

.therapist-directory-filters .ts-dropdown {
    border-color: #ccc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 20;
}

.therapist-directory-filters .ts-dropdown .optgroup-header {
    color: #555;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0.5rem 0.75rem 0.25rem;
    text-transform: uppercase;
}

.therapist-directory-filters .ts-dropdown .option {
    padding: 0.4rem 0.75rem;
}

.therapist-directory-filters .ts-dropdown .option .tomselect-checkbox {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% 70%;
    border: 1px solid #bbb;
    border-radius: 0.2rem;
    cursor: pointer;
    flex-shrink: 0;
    height: 1.1rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    width: 1.1rem;
}

.therapist-directory-filters .ts-dropdown .option .tomselect-checkbox:checked {
    background-color: #71bf44;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    border-color: #71bf44;
}

.therapist-directory-filters .ts-wrapper.multi .ts-control > div {
    background: #f7f7f7;
    border-radius: 3px;
    color: #333;
    font-size: 0.85rem;
}

.therapist-directory-radius {
    width: 100%;
    margin-top: 0.35rem;
}

.therapist-directory-filter-actions .btn {
    margin-bottom: 0.35rem;
}

.therapist-directory-page-header {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    position: relative;
}

.therapist-directory-page-header__main {
    flex: 1 1 auto;
    min-width: 0;
}

.therapist-directory-bookmarks {
    flex: 0 0 auto;
}

.therapist-directory-bookmarks.is-empty {
    display: none;
}

.therapist-directory-bookmarks__toggle {
    align-items: center;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    gap: 0.45rem;
    line-height: 1;
    padding: 0.55rem 1rem;
    white-space: nowrap;
}

.therapist-directory-bookmarks__toggle .therapist-directory-bookmarks__icon--fill {
    display: none;
}

.therapist-directory-bookmarks__toggle.is-active .therapist-directory-bookmarks__icon--outline {
    display: none;
}

.therapist-directory-bookmarks__toggle.is-active .therapist-directory-bookmarks__icon--fill {
    display: inline-block;
}

.therapist-directory-bookmarks-empty {
    margin-bottom: 1rem;
}

.therapist-directory-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.therapist-directory-tag {
    align-items: center;
    background: #f7f7f7;
    border-radius: 3px;
    color: #222;
    display: inline-flex;
    font-size: 0.85rem;
    gap: 0.3rem;
    padding: 0.2rem 0.35rem 0.2rem 0.55rem;
    text-decoration: none;
}

.therapist-directory-tag:hover,
.therapist-directory-tag:focus {
    background: #ededed;
    color: #222;
    text-decoration: none;
}

.therapist-directory-tag__remove {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    opacity: 0.55;
    padding: 0 0.1rem;
}

.therapist-directory-tag:hover .therapist-directory-tag__remove,
.therapist-directory-tag:focus .therapist-directory-tag__remove {
    opacity: 1;
}

.therapist-directory-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.therapist-directory-load-sentinel {
    padding: 1.25rem 0 0.5rem;
    text-align: center;
}

.therapist-directory-load-sentinel__text {
    color: #777;
    font-size: 0.9rem;
}

.therapist-directory-load-sentinel.is-loading .therapist-directory-load-sentinel__text {
    opacity: 0.65;
}

.therapist-result-card {
    align-items: stretch;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    display: grid;
    gap: 0;
    grid-template-columns: 155px 1fr;
    overflow: hidden;
    padding: 0;
}

.therapist-result-card__media {
    background: #f7f7f7;
    padding: 1.25rem 1rem;
    text-align: center;
}

.therapist-result-card__photo-wrap {
    border: 3px solid #71bf44;
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 auto;
    line-height: 0;
    margin: 0 auto 0.65rem;
    overflow: hidden;
}

.therapist-result-card__name--media {
    display: none;
}

.therapist-result-card__photo-link {
    display: block;
}

.therapist-result-card__body {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    padding: 1.25rem 1.35rem;
}

.therapist-result-card__content {
    flex: 1 1 auto;
}

.therapist-result-card__footer {
    align-items: center;
    border-top: 1px solid #ededed;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 0.85rem;
}

.therapist-result-card__fees {
    align-self: center;
    color: #222;
    flex: 1 1 auto;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    margin-right: auto;
    min-width: 0;
    padding: 0;
    text-align: left;
}

.therapist-result-card__fees--empty {
    display: none;
}

.therapist-result-card__photo {
    display: block;
    height: 100px;
    margin: 0;
    object-fit: cover;
    width: 100px;
}

.therapist-result-card__photo--placeholder {
    align-items: center;
    background: #fff;
    color: #ed1165;
    display: flex;
    font-size: 1.65rem;
    font-weight: 700;
    height: 100px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
    width: 100px;
}

.therapist-result-card__practice-parent {
    color: #666;
    font-size: 0.85rem;
}

.therapist-result-card__location-label,
.therapist-result-card__distance {
    color: #555;
    font-size: 0.8rem;
    line-height: 1.35;
}

.therapist-result-card__name {
    line-height: 1.35;
}

.therapist-result-card__name a:link {
    color: #ed1165;
    font-weight: 700;
    text-decoration: none;
}

.therapist-result-card__name a:visited {
    color: #222;
    font-weight: 700;
    text-decoration: none;
}

.therapist-result-card__name a:hover,
.therapist-result-card__name a:focus {
    color: #ed1165;
    text-decoration: underline;
}

.therapist-result-card__credentials {
    color: #444;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.2rem;
}

.therapist-result-card__bio {
    color: #444;
    font-size: 0.95rem;
    line-height: 1.55;
    margin-top: 0.55rem;
}

.therapist-result-card__actions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-left: auto;
}

.therapist-result-card__actions .btn {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
    justify-content: center;
    line-height: 1;
}

.therapist-result-card__actions .btn svg,
.therapist-result-card__actions .btn i {
    flex-shrink: 0;
}

.therapist-result-card__bookmark .therapist-result-card__bookmark-icon--fill {
    display: none;
}

.therapist-result-card__bookmark.active .therapist-result-card__bookmark-icon--outline {
    display: none;
}

.therapist-result-card__bookmark.active .therapist-result-card__bookmark-icon--fill {
    display: inline-block;
}

/* Practice editor (member area) */
.practice-editor-avatar__row {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
}

.practice-editor-avatar__upload-col {
    padding-left: 0;
    width: auto;
}

.practice-editor-avatar__hint-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 140px;
    padding-left: 0;
    padding-right: 0;
}

.practice-editor-avatar__hint {
    display: block;
    line-height: 1.45;
    margin: 0;
    max-width: 100%;
}

@media (max-width: 767px) {
    .practice-editor-avatar__hint-col {
        justify-content: flex-start;
        margin-top: 0.75rem;
        min-height: 0;
        padding-left: 0;
    }
}

.practice-editor-avatar .timmarner-uploader-fileupload.style-image-single .upload-button,
.practice-editor-avatar .timmarner-uploader-fileupload.style-image-single .upload-object .icon-container.image img {
    border-radius: 50%;
}

.practice-editor-avatar .timmarner-uploader-fileupload.style-image-single .upload-button {
    height: 140px;
    min-height: 140px;
    min-width: 140px;
    width: 140px;
}

.practice-editor-avatar .timmarner-uploader-fileupload.style-image-single .upload-object .icon-container.image img {
    height: 140px;
    min-height: 140px;
    min-width: 140px;
    object-fit: cover;
    width: 140px;
}

.practice-editor-page-title {
    color: #ed1165;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.75rem;
}

.practice-editor-map {
    height: 300px;
}

.practice-editor-section {
    border-top: 1px solid #ededed;
    margin-top: 1rem;
    padding-top: 1rem;
}

.practice-editor-section--first {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.practice-editor-section .h5 {
    font-weight: 700;
    margin-bottom: 0.75rem;
    margin-top: 0;
}

.practice-editor-section__label {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.practice-editor .form-control-label,
.practice-editor .practice-editor-section .h5,
.practice-editor .practice-editor-section__label,
.practice-editor fieldset legend,
.practice-editor .checkbox label {
    text-transform: capitalize;
}

.practice-editor .redactor-box {
    margin-bottom: 0;
}

.practice-editor .redactor-toolbar {
    background: #f7f7f7;
    border: 1px solid #ededed;
    border-radius: 4px 4px 0 0;
}

.practice-editor .redactor-editor,
.practice-editor .redactor-layer {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    min-height: 160px;
    padding: 0.75rem 1rem;
}

.practice-editor .redactor-editor:focus {
    border-color: #888;
    outline: 0;
}

.practice-editor-tabs {
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
}

.practice-editor-tabs .nav-link {
    border-radius: 4px 4px 0 0;
    color: inherit;
    font-size: 0.95rem;
    margin-bottom: -1px;
    transition: background-color 0.15s ease;
}

@media (max-width: 767px) {
    .practice-editor-tabs {
        display: flex;
        flex-wrap: nowrap;
    }

    .practice-editor-tabs .nav-item {
        flex: 1 1 0;
        min-width: 0;
        text-align: center;
    }

    .practice-editor-tabs .nav-link {
        font-size: 0.72rem;
        line-height: 1.2;
        padding: 0.45rem 0.2rem;
        text-align: center;
        white-space: nowrap;
    }
}

@media (max-width: 360px) {
    .practice-editor-tabs .nav-link {
        font-size: 0.65rem;
        padding: 0.4rem 0.1rem;
    }
}

.practice-editor-tabs .nav-link:hover,
.practice-editor-tabs .nav-link:focus {
    background-color: #f7f7f7;
    outline: none;
    text-decoration: none;
}

.practice-editor-tabs .nav-link.active,
.practice-editor-tabs .nav-item.show .nav-link {
    background-color: #f7f7f7;
}

.practice-editor-tab-content {
    padding-top: 1rem;
}

.practice-editor-tab-content > .tab-pane.fade.active {
    opacity: 1;
}

.practice-editor-tab-content .tab-pane > .row {
    margin-bottom: 1rem;
}

.practice-editor-tab-footer {
    border-top: 1px solid #ededed;
    clear: both;
    display: block;
    margin-top: 2rem;
    padding-top: 2rem;
    text-align: center;
}

.practice-editor-tab-content .tab-pane > .practice-editor-tab-footer {
    margin-top: 2rem;
    padding-top: 2rem;
}

.practice-location-form__header {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    justify-content: space-between;
}

/* Practice locations accordion (member area) */
.practice-locations-accordion {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.practice-accordion-item {
    border-bottom: 1px solid #ddd;
}

.practice-accordion-item:last-child {
    border-bottom: 0;
}

.practice-accordion-item--primary .practice-accordion-item__header {
    background: #f8f9fa;
}

.practice-accordion-item__toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    gap: 0.5rem;
    padding: 0.55rem 0.75rem;
    text-align: left;
    width: 100%;
}

.practice-accordion-item__lines {
    flex: 1 1 auto;
    min-width: 0;
}

.practice-accordion-item__label {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    font-weight: 600;
    gap: 0.35rem;
    line-height: 1.3;
}

.practice-accordion-item__label .badge {
    font-size: 0.65rem;
    font-weight: 600;
}

.practice-badge-primary,
.practice-badge-on,
.practice-badge-off {
    font-weight: 600;
    padding: 0.2rem 0.5rem;
}

.practice-badge-primary {
    background-color: #000;
    color: #fff;
}

.practice-badge-on {
    background-color: #28a745;
    color: #fff;
}

.practice-badge-off {
    background-color: #6c757d;
    color: #fff;
}

.practice-accordion-item__address {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.35;
    margin-top: 0.15rem;
}

.practice-accordion-item__toggle:hover,
.practice-accordion-item__toggle:focus {
    background: rgba(0, 0, 0, 0.03);
    outline: none;
    text-decoration: none;
}

.practice-accordion-item__title {
    align-items: center;
    display: inline-flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 0.35rem;
    min-width: 10rem;
}

.practice-accordion-item__title .badge {
    font-size: 0.7rem;
    font-weight: 600;
}

.practice-accordion-item__summary {
    flex: 1 1 100%;
    margin-left: 0;
}

@media (min-width: 576px) {
    .practice-accordion-item__summary {
        flex: 1 1 auto;
        margin-left: auto;
        text-align: right;
    }
}

.practice-accordion-item__chevron {
    flex-shrink: 0;
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}

.practice-accordion-item__toggle:not(.collapsed) .practice-accordion-item__chevron {
    transform: rotate(180deg);
}

.practice-accordion-item__body {
    border-top: 1px solid #ededed;
    padding: 0.65rem 0.75rem 0.75rem;
}

.practice-location-fields .form-group {
    margin-bottom: 0.65rem;
}

.practice-accordion-item--new .practice-accordion-item__header {
    background: #f8fbff;
}

.practice-accordion-item--disabled {
    opacity: 0.72;
}

.practice-accordion-item--disabled .practice-accordion-item__header {
    background: #fafafa;
}

.practice-accordion-item__actions-row {
    margin-left: 0;
    margin-right: 0;
}

.practice-accordion-item__actions-col {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding-left: 0;
    padding-right: 0;
}

.practice-accordion-item__actions-col--primary {
    justify-content: flex-start;
}

.practice-accordion-item__actions-col--remove {
    justify-content: flex-end;
}

.therapist-directory-mobile-bar {
    display: none;
}

.therapist-directory-mobile-toolbar {
    --therapist-directory-toolbar-btn-size: 2.5rem;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

.therapist-directory-search-field {
    overflow: visible;
    position: relative;
    width: 100%;
}

.therapist-directory-search-field--toolbar {
    box-sizing: border-box;
    flex: 1 1 0;
    max-width: 100%;
    min-width: 0;
    width: 0;
}

.therapist-directory-search-field__input {
    box-sizing: border-box;
    padding-right: 2.25rem;
    width: 100%;
}

.therapist-directory-compact-search__q {
    height: var(--therapist-directory-toolbar-btn-size);
    padding-bottom: 0;
    padding-top: 0;
}

.therapist-directory-search-field__clear {
    align-items: center;
    background: transparent;
    border: 0;
    color: #666;
    cursor: pointer;
    display: none;
    font-size: 0.85rem;
    height: 1.75rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.75rem;
    z-index: 2;
}

.therapist-directory-search-field__clear.is-visible {
    display: inline-flex;
}

.therapist-directory-search-field__clear-icon {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
}

.therapist-directory-search-field__clear:hover,
.therapist-directory-search-field__clear:focus {
    color: #222;
    outline: none;
}

.therapist-directory-mobile-toolbar__btn {
    align-items: center;
    align-self: center;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 var(--therapist-directory-toolbar-btn-size);
    font-size: 1rem;
    height: var(--therapist-directory-toolbar-btn-size);
    justify-content: center;
    line-height: 1;
    max-width: var(--therapist-directory-toolbar-btn-size);
    min-height: var(--therapist-directory-toolbar-btn-size);
    min-width: var(--therapist-directory-toolbar-btn-size);
    padding: 0;
    text-align: center;
    width: var(--therapist-directory-toolbar-btn-size);
}

.therapist-directory-mobile-toolbar__btn .fa {
    display: block;
    line-height: 1;
    margin: 0;
}

.therapist-directory-compact-search__submit {
    border-radius: 4px;
}

.therapist-directory-filters-toggle {
    align-items: center;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 700;
    gap: 0.4rem;
    justify-content: center;
    line-height: 1;
    padding: 0.55rem 0.75rem;
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    width: auto;
}

.therapist-directory-mobile-toolbar .therapist-directory-compact-search__submit,
.therapist-directory-mobile-toolbar .therapist-directory-filters-toggle,
.therapist-directory-mobile-toolbar .therapist-directory-bookmarks__toggle {
    align-items: center;
    display: flex;
    gap: 0;
    justify-content: center;
    margin-top: 0;
    padding: 0;
    white-space: nowrap;
}

.therapist-directory-filters-toggle.is-open {
    background-color: #f7f7f7;
    border-color: #71bf44;
    box-shadow: inset 0 0 0 1px #71bf44;
}

.therapist-directory-filters-toggle.is-active:not(.is-open) {
    border-color: #71bf44;
    box-shadow: inset 0 0 0 1px #71bf44;
}

.therapist-directory-filters-mobile-slot {
    display: none;
}

.therapist-directory-filters-mobile-slot .therapist-directory-filters {
    float: none;
    margin-bottom: 0;
    min-height: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

@media (max-width: 991px) {
    .therapist-directory-layout > .therapist-directory-filters {
        display: none;
    }

    .therapist-directory-filters-mobile-slot {
        display: grid;
        grid-template-rows: 0fr;
        padding-top: 0;
        transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1), padding-top 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .therapist-directory-filters-mobile-slot.is-open {
        grid-template-rows: 1fr;
        padding-top: 0.65rem;
    }

    .therapist-directory-filters-mobile-slot .therapist-directory-filters {
        display: block !important;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .therapist-directory-filters-mobile-slot.is-open .therapist-directory-filters {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.08s;
    }

    @media (prefers-reduced-motion: reduce) {
        .therapist-directory-filters-mobile-slot,
        .therapist-directory-filters-mobile-slot .therapist-directory-filters,
        .therapist-directory-filters-toggle,
        .therapist-directory-filters-toggle__chevron {
            transition: none;
        }

        .therapist-directory-filters-mobile-slot .therapist-directory-filters {
            transform: none;
        }
    }

    .therapist-directory-filters .therapist-directory-filter-group--compact-field {
        display: none;
    }

    .therapist-directory-results {
        min-width: 0;
    }

    .therapist-directory-mobile-bar {
        display: block;
        margin-bottom: 1rem;
        min-width: 0;
        overflow: visible;
    }

    .therapist-directory-search-field--toolbar {
        overflow: visible;
        position: relative;
        z-index: 1;
    }

    .therapist-directory-search-field--toolbar .therapist-directory-search-field__input {
        padding-right: 2.5rem;
        position: relative;
        z-index: 1;
    }

    .therapist-directory-search-field--toolbar .therapist-directory-search-field__clear {
        -webkit-appearance: none;
        appearance: none;
        height: 2rem;
        right: 0.2rem;
        touch-action: manipulation;
        width: 2rem;
        z-index: 3;
    }

    .therapist-directory-search-field--toolbar .therapist-directory-search-field__clear.is-visible {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 50%;
        display: inline-flex !important;
    }

    .therapist-directory-search-field--toolbar .therapist-directory-search-field__clear-icon {
        font-size: 1.5rem;
    }

    .therapist-directory-bookmarks--mobile.is-empty {
        display: inline-flex;
    }

    .therapist-directory-bookmarks--desktop {
        display: none !important;
    }

    .therapist-directory-page-header {
        align-items: stretch;
        flex-direction: column;
        gap: 0.5rem;
    }

    .therapist-result-card {
        grid-template-columns: 1fr;
    }

    .therapist-result-card__media {
        align-items: center;
        display: flex;
        gap: 0.85rem;
        padding: 1rem 1.25rem;
        text-align: left;
    }

    .therapist-result-card__photo-wrap {
        margin: 0;
    }

    .therapist-result-card__summary {
        display: block;
        flex: 1 1 auto;
        min-width: 0;
    }

    .therapist-result-card__name--media {
        display: block;
    }

    .therapist-result-card__name--body {
        display: none;
    }

    .therapist-result-card__summary .therapist-result-card__distance,
    .therapist-result-card__summary .therapist-result-card__location-label {
        margin-top: 0.25rem;
    }

    .therapist-result-card__fees--empty {
        display: none;
    }
}

@media (min-width: 992px) {
    .therapist-directory-bookmarks--mobile {
        display: none !important;
    }

    .therapist-directory-layout > .therapist-directory-filters {
        display: block;
    }
}

@media (max-width: 575px) {
    .therapist-directory-mobile-toolbar {
        --therapist-directory-toolbar-btn-size: 2.25rem;
    }

    .therapist-directory-mobile-toolbar__btn {
        font-size: 0.95rem;
    }

    .therapist-result-card__footer {
        align-items: flex-end;
        flex-direction: column;
    }

    .therapist-result-card__fees {
        margin-right: 0;
        text-align: right;
        width: 100%;
    }

    .therapist-result-card__fees--empty {
        display: none;
    }

    .therapist-result-card__actions {
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-left: 0;
        width: 100%;
    }
}
