.google-auth-button { width: 100%; min-height: 44px; margin: .75rem 0; }
.auth-separator { display: flex; align-items: center; gap: .75rem; color: var(--muted); margin: .5rem 0; }
.auth-separator::before, .auth-separator::after { content: ""; flex: 1; height: 1px; background: var(--border); }
[data-google-account] { min-width: 0; overflow-wrap: anywhere; }
@media (max-width: 600px) { [data-google-account] button, .google-auth-button { width: 100%; } }
