.social-auth-block { text-align: center; } .social-auth-divider { display: flex; align-items: center; gap: 0.85rem; margin-bottom: 1rem; color: #95a1b5; font-size: 0.86rem; font-weight: 500; } .social-auth-divider::before, .social-auth-divider::after { content: ''; flex: 1; height: 1px; background: #e7eaf0; } .social-auth-grid { display: flex; justify-content: center; gap: 0.95rem; } .social-auth-button { width: 58px; height: 58px; border: 1px solid #dfe3ea; border-radius: 14px; background: #fff; color: #111827; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06); transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; } .social-auth-button:hover { transform: translateY(-2px); border-color: #c8d2df; box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1); color: #111827; } .social-auth-button svg { width: 24px; height: 24px; display: block; } .social-auth-button--kakao svg { width: 28px; height: 28px; } @media (max-width: 575.98px) { .social-auth-grid { gap: 0.75rem; } }