.platform-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.platform-social--compact {
    justify-content: center;
    margin-top: 10px;
}

.platform-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--color-border, #d8dadf);
    background: var(--color-surface-elevated, #fff);
    color: var(--color-text-secondary, #6e7378);
    text-decoration: none;
    font-size: 17px;
    line-height: 1;
    transition: color 0.15s, border-color 0.15s, background 0.15s, transform 0.15s;
}

.platform-social a:hover {
    color: var(--color-primary, #0069E5);
    border-color: var(--color-blue, #3b5bdb);
    background: var(--color-blue-soft, rgba(59, 91, 219, 0.12));
    transform: translateY(-1px);
}

.platform-social a:focus-visible {
    outline: 2px solid var(--color-blue, #3b5bdb);
    outline-offset: 2px;
}

.sidebar-social {
    margin-top: 0;
    margin-bottom: 12px;
}

.sidebar-social a {
    width: 32px;
    height: 32px;
    font-size: 15px;
    background: transparent;
    border-color: var(--sidebar-border, rgba(255, 255, 255, 0.12));
    color: var(--sidebar-text, #9aa3ad);
}

.sidebar-social a:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.06);
}

.platform-social--footer a {
    width: 32px;
    height: 32px;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: #9aa3ad;
}

.platform-social--footer a:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.1);
    transform: none;
}

.platform-social--icons-only {
    gap: 14px;
}

.platform-social--icons-only a {
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 18px;
    color: var(--color-text-secondary, #6e7378);
}

.platform-social--icons-only a:hover {
    color: var(--color-text-primary, #1f2429);
    background: transparent;
    border: none;
    transform: none;
    opacity: 0.85;
}

.business-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.business-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 2px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: var(--color-text-secondary, #6e7378);
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    transition: opacity 0.12s, color 0.12s;
}

.business-social a:hover {
    color: var(--color-text-primary, #1f2429);
    opacity: 0.85;
    transform: none;
}

.business-social a:active {
    opacity: 0.65;
}

.booking-contacts-block .business-social,
.booking-hero-contacts .business-social,
.branch-about-contacts .business-social,
.bbp-contacts .business-social {
    margin-top: 2px;
}
