/* Therapist profile — listing header + main/sidebar layout (NNA theme) */

.therapist-profile-page article.therapist-profile-article {
    padding: 0;
}

.therapist-profile {
    margin-bottom: 1rem;
}

/* Header — left column, aligned with sidebar */
.therapist-profile-header {
    padding-bottom: 2rem;
}

.therapist-profile-header__title-name {
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1rem;
}

.therapist-profile-header__inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.therapist-profile-header__avatar {
    flex: 0 0 auto;
}

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

.therapist-profile-header__meta {
    display: flex;
    flex: 1 1 200px;
    flex-direction: column;
    gap: 0.15rem;
    justify-content: center;
    min-width: 0;
}

.therapist-profile-header__suffix {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.25;
}

.therapist-profile-header__location {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.25;
    margin-top: 0;
}

.therapist-profile-header__location .fa {
    color: #71bf44;
    margin-right: 0.25rem;
}

.therapist-profile-header__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.therapist-profile-header__actions .btn {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
}

/* Main content */
.therapist-profile-section {
    border-bottom: 1px solid #ddd;
    padding: 1.5rem 0;
}

.therapist-profile-section--last,
.therapist-profile-section:last-child {
    border-bottom: 0;
}

.therapist-profile-section-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.therapist-profile-content {
    font-size: 0.95rem;
    line-height: 1.6;
}

.therapist-profile-content p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.therapist-profile-health-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.therapist-profile-health-topic {
    background: #f7f7f7;
    border-radius: 3px;
    color: #222;
    font-size: 0.85rem;
    line-height: 1.4;
    padding: 0.25rem 0.55rem;
}

/* Sidebar — matches therapist-directory-filters panel */
.therapist-profile-sidebar-col {
    margin-top: 0;
    padding-top: 0;
}

.therapist-profile-sidebar-col .panel.bg-grey {
    position: sticky;
    top: 1rem;
}

.therapist-profile-sidebar-col .panel,
.therapist-profile-sidebar-col .panel-body {
    height: auto !important;
    min-height: 0 !important;
}

.therapist-profile-sidebar-col .therapist-directory-filters__title.h6 {
    font-size: 1rem;
    margin: 1rem 0 0.5rem;
    padding-bottom: 0.35rem;
}

.therapist-profile-location-group .therapist-profile-sidebar-map-wrap {
    margin-bottom: 0;
}

.therapist-profile-location-title {
    margin-top: 0.75rem;
}

.therapist-profile-sidebar-values .therapist-profile-sidebar-value {
    font-weight: normal;
}

.therapist-profile-sidebar-values .therapist-profile-sidebar-value:last-child {
    margin-bottom: 0;
}

.therapist-profile-sidebar-map-wrap {
    position: relative;
}

.therapist-profile-sidebar-map-link {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    color: #333;
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.45rem 0.65rem;
    text-decoration: none;
}

.therapist-profile-sidebar-map-link--standalone {
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.therapist-profile-sidebar-map-link:hover,
.therapist-profile-sidebar-map-link:focus {
    color: #ed1165;
    text-decoration: none;
}

.therapist-profile-sidebar-map-link .fa {
    color: #71bf44;
    margin-right: 0.25rem;
}

.therapist-profile-sidebar-map {
    background: #eee;
    height: 140px;
    overflow: hidden;
    position: relative;
}

.therapist-profile-sidebar-map iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.therapist-profile-sidebar__text {
    color: #444;
    font-size: 0.95rem;
    line-height: 1.45;
}

.therapist-profile-social a {
    display: inline-block;
    line-height: 0;
    margin-right: 0.35rem;
    text-decoration: none;
    vertical-align: middle;
}

.therapist-profile-social-icon {
    display: block;
    height: 28px;
    width: 28px;
}

.therapist-profile-social a:hover .therapist-profile-social-icon {
    opacity: 0.8;
}

.therapist-profile-back {
    font-size: 0.95rem;
    margin-top: 0.75rem;
}

.therapist-profile-not-found {
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
}

@media (min-width: 992px) {
    .therapist-profile-layout > .therapist-profile-main-col,
    .therapist-profile-layout > .therapist-profile-sidebar-col {
        float: left;
    }

    .therapist-profile-main-col .therapist-profile-header {
        padding-top: 0;
    }

    .therapist-profile-main-col .therapist-profile-section:first-child {
        padding-top: 0.25rem;
    }
}

@media (max-width: 991px) {
    .therapist-profile-header__title-name {
        font-size: 1.4rem;
    }

    .therapist-profile-sidebar-col .panel.bg-grey {
        position: static;
    }
}

@media (max-width: 767px) {
    .therapist-profile-header {
        padding-bottom: 0;
    }

    .therapist-profile-header__actions .btn {
        flex: 1 1 auto;
        justify-content: center;
        min-width: calc(50% - 0.25rem);
    }
}

/* Directory list item link weight (when directory.css also loaded) */
.therapist-directory .therapist-list-item__title a {
    font-weight: 600;
    text-decoration: none;
}

.therapist-directory .therapist-list-item__title a:hover {
    text-decoration: underline;
}
