.nsa-login-social-wrap {
    margin-top: 18px;
    text-align: center;
}
.nsa-login-social-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0 16px;
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}
.nsa-login-social-divider::before,
.nsa-login-social-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(0,0,0,0.10);
}
.nsa-login-social-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
}
.nsa-login-social-btn {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dddddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
    transition: all .18s ease;
}
.nsa-login-social-btn:hover,
.nsa-login-social-btn:focus {
    transform: translateY(-1px);
    border-color: #cfcfcf;
    box-shadow: 0 10px 18px rgba(0,0,0,0.12);
    outline: none;
}
@media (max-width: 480px) {
    .nsa-login-social-btn {
        width: 46px;
        height: 46px;
    }
}
