.social-login-section .social-buttons{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:20px}@media (max-width:576px){.social-login-section .social-buttons{grid-template-columns:1fr}}.social-login-section .btn-social{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:8px;text-decoration:none;font-weight:500;font-size:14px;transition:all .2s ease;border:2px solid transparent}.social-login-section .btn-social:hover{text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.social-login-section .btn-social i{font-size:16px}.social-login-section .btn-social.btn-google{background-color:#fff;color:#757575;border-color:#dadce0}.social-login-section .btn-social.btn-google:hover{background-color:#f8f9fa;color:#3c4043;border-color:#dadce0}.social-login-section .btn-social.btn-facebook{background-color:#1877f2;color:#fff}.social-login-section .btn-social.btn-facebook:hover{background-color:#166fe5;color:#fff}.social-login-section .btn-social.btn-apple{background-color:#000;color:#fff}.social-login-section .btn-social.btn-apple:hover{background-color:#333;color:#fff}.social-login-section .btn-social.btn-linkedin{background-color:#0a66c2;color:#fff}.social-login-section .btn-social.btn-linkedin:hover{background-color:#004182;color:#fff}.social-login-section .divider{position:relative;text-align:center;margin:24px 0}.social-login-section .divider:before{content:"";top:50%;left:0;right:0;height:1px;background-color:#e9ecef}.social-login-section .divider span{background-color:#fff;padding:0 16px;color:#6c757d;font-size:14px;position:relative;z-index:1}.auth-login .social-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.auth-login .social-buttons .btn{min-width:100px}.auth-login .divider{position:relative}.auth-login .divider hr{margin:0}.auth-login .divider span{background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}