.reviewed-by-expert-block {
    margin: 20px auto;
    color: #ffffff;
    font-family: inherit;
}

.reviewed-by-header {
    margin-bottom: 20px;
}

.reviewed-by-label {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 400;
}

.reviewed-by-name {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.4;
}

.reviewed-by-photo-link {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.reviewed-by-photo-link:hover {
    opacity: 0.8;
}

.reviewed-by-photo {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background-color: #ffffff;
}

.reviewed-by-bio {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    text-align: left;
    margin-top: 15px;
}

/* Адаптивні стилі для мобільних пристроїв */
@media only screen and (max-width: 767px) {
    .reviewed-by-expert-block {
        padding: 25px 20px;
        max-width: 100%;
        margin: 15px 0;
    }

    .reviewed-by-photo {
        width: 120px;
        height: 120px;
    }

    .reviewed-by-label {
        font-size: 14px;
    }

    .reviewed-by-name {
        font-size: 16px;
    }

    .reviewed-by-bio {
        font-size: 13px;
    }
}
