.dsp-social-login-wrap { margin-bottom: 20px; }
.dsp-social-title { text-align: center; font-size: 13px; color: #64748b; margin: 0 0 12px; }
.dsp-social-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.dsp-social-btn {
    flex: 1;
    min-width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #334155 !important;
    transition: .2s;
}
.dsp-social-btn:hover { box-shadow: 0 4px 12px rgba(0,0,0,.08); transform: translateY(-1px); }
.dsp-social-google:hover { border-color: #4285F4; }
.dsp-social-zalo { background: #0068FF !important; color: #fff !important; border-color: #0068FF !important; }
.dsp-social-zalo:hover { background: #0056d6 !important; }
.dsp-social-divider { display: flex; align-items: center; margin: 18px 0 4px; color: #94a3b8; font-size: 12px; }
.dsp-social-divider::before, .dsp-social-divider::after { content: ''; flex: 1; height: 1px; background: #e2e8f0; }
.dsp-social-divider span { padding: 0 12px; }
