.single-members_dir_ltg .gh-hypnotherapist-contact-box h3 {
    margin: 0 !important;
    padding: 0 !important;
}

.single.single-members_dir_ltg #gh-find-a-hypnotherapist-result-title1, .single.single-members_dir_ltg #gh-find-a-hypnotherapist-result-title2 {
    display: none;
}

.single-members_dir_ltg .gh-hypnotherapist-contact-box .elementor-icon-box-title {
    display: inline;
}

.single-members_dir_ltg .gh-hypnotherapist-contact-box .elementor-icon-box-description::before {
    content: " ";
}
.single-members_dir_ltg .gh-hypnotherapist-contact-box .elementor-icon-box-description {
    display: inline;
}

.single-members_dir_ltg .gh-hypnotherapist-contact-box .elementor-button {
    width: 100% !important;
}   
.gh-hypnotherapist-contact-box-bottom {
    padding-left: 10px !important;
}
.gh-hypnotherapist-contact-box-bottom h3 {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.single-members_dir_ltg .gh-hypnotherapist-image img {
    width: 136px !important;
    height: 136px !important;
    max-width: 136px !important;
    max-height: 136px !important;
}

/* Hide icon boxes with empty descriptions - handled by JavaScript instead of CSS :has() which may be unreliable */

.gh-hypnotherapist-content-specialties .elementor-icon-box-description {
    display: block;
    white-space: pre-line;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
}

.gh-hypnotherapist-content-specialties .elementor-icon-box-description::before,
.gh-hypnotherapist-content-specialties .elementor-icon-box-description::after {
    content: none;
}

.gh-hypnotherapist-socials {
    display: none; /* hide by default */
}
.gh-hypnotherapist-socials .elementor-grid {
    min-width: max-content;
}

.gh-hypnotherapist-social-container {
    transition: all 0.3s ease;
    max-width: 120px;
}

.gh-hypnotherapist-social-container .e-con-inner {
    margin-left: 0 !important;
}
.gh-hypnotherapist-social-container:hover .gh-hypnotherapist-socials {
    display: block; /* show on hover */
}


.gh-hypnotherapist-bio-content {
    overflow: hidden;
    max-height: 250px; /* show preview */
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    position: relative;
}

/* Fade gradient effect at bottom when collapsed */
.gh-hypnotherapist-bio-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(transparent, #F5F7F9);
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

/* Hide gradient if "Read more" button is not shown (content is short) */
.gh-hypnotherapist-bio-content.no-read-more::before {
    display: none;
}

/* Hide gradient when expanded */
.gh-hypnotherapist-bio-content.expanded::before {
    opacity: 0;
}

.gh-hypnotherapist-bio-content.expanded {
    max-height: unset;
}

/* Ellipsis effect when collapsed */
/* .gh-hypnotherapist-bio-content::after {
    content: '...';
    display: inline;
    font-size: 18px;
    font-weight: bold;
    color: #546881;
    margin-left: 4px;
    transition: opacity 0.3s ease-in-out;
} */

.gh-hypnotherapist-bio-content.expanded::after {
    display: none;
}

.gh-read-more .elementor-button {
    padding: 0 !important;
}

.gh-read-more {
    display: block;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: #1D242D;
    transition: all 0.3s ease-in-out;
    background: none;
    position: relative;
    margin-bottom: 1rem !important;
}

.read-more-icon {
    margin-right: 6px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}

.gh-read-more:hover {
    opacity: 0.8;
}
@media (max-width: 1200px) {
    .single-members_dir_ltg .gh-hypnotherapist-image img {
        width: 110px !important;
        height: 110px !important;
        max-width: 110px !important;
        max-height: 110px !important;
    }
    
}

@media (max-width: 767px) {
    
    .single-members_dir_ltg .gh-hypnotherapist-image {
        align-items: center !important;
        padding: 0 !important;
    }

    .single-members_dir_ltg .gh-hypnotherapist-content .elementor-widget-theme-post-title {
        text-align: center !important;
    }

    .single-members_dir_ltg .gh-hypnotherapist-image img {
        width: 136px !important;
        height: 136px !important;
        max-width: 136px !important;
        max-height: 136px !important;
    }
}