.therapist-contact-info {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    line-height: 1.5;
}

.therapist-contact-info-name,
.therapist-contact-info-email,
.therapist-contact-info-phone {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    margin: 2px 0;
    text-transform: uppercase;
    word-wrap: break-word;
}

.therapist-contact-info-email,
.therapist-contact-info-phone {
    display: none;
}

.therapist-contact-controll p:first-child {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}

.therapist-contact-dropdown {
    width: 100%;
    max-width: 400px;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.therapist-contact-dropdown:focus {
    border-color: #0073aa;
    outline: none;
}


.therapist-contact-info-label {
    font-size: 20px;
    margin-bottom: 5px;
    margin-right: 10px;
    display: none;
}


@media (max-width: 600px) {
    .therapist-contact-dropdown {
        width: 100%;
    }

    .therapist-contact-info-name,
    .therapist-contact-info-email,
    .therapist-contact-info-phone {
        font-size: 15px;
    }

    .therapist-contact-info-label {
        font-size: 14px;
    }
}

.therapist-contact-info-back a {
    font-size: 13px;
    font-weight: 500;
}