/* ==========================================================
   Социальные иконки (Font Awesome, минимализм)
============================================================ */

.socials {
    display: flex;
    gap: 20px;
    margin: 24px 0 28px;
    align-items: center;
}

.socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #6B6560;
    font-size: 28px;
    transition: color 0.3s ease, transform 0.3s ease;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}

.socials a i {
    color: inherit;
}

.socials a:hover {
    color: #1F1B19;
    transform: scale(1.10);
}