.social-bind-actions { display: flex; flex-direction: column; gap: 10px; align-items: stretch; margin-top: 8px; }
.social-bind-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #fff !important;
    border: 0;
    cursor: pointer;
}
.social-bind-btn--vk { background: #0077ff; }
.social-bind-btn--compact { min-height: 32px; font-size: 0.8rem; margin-top: 6px; }
.social-bind-tg { display: flex; justify-content: center; }
.social-unbind-link {
    margin-top: 4px;
    background: none;
    border: 0;
    padding: 0;
    color: inherit;
    opacity: 0.65;
    font-size: 0.75rem;
    cursor: pointer;
    text-align: left;
}
.social-unbind-link:hover { color: #f87171; opacity: 1; }
