.a_social_icon_in_popup {
    background-color: #235387;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.a_social_icon_in_popup img.social_icon_in_popup {
    width: 25px;
    height: 25px;
}
/* Только иконка телефона - 30px */
.a_phone_icon_in_popup img.phone_icon_in_popup {
    width: 30px !important;
    height: 30px !important;
}
/* Эффект при наведении */
.a_social_icon_in_popup:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

/* Убираем лишние span'ы (они уже скрыты, но на всякий случай) */
.a_social_icon_in_popup span.social_icon_in_popup {
    display: none !important;
}
