/* Minimal overrides on top of React-injected styles */

[data-testid='languageSwitchNavItem'] {
  display: none !important;
}

html:not(.provider-buttons-ready) [data-testid='login-with-email-button'],
html:not(.provider-buttons-ready) [data-testid='signup-with-email-button'],
html:not(.provider-buttons-ready) [data-testid='login-with-google-button'],
html:not(.provider-buttons-ready) [data-testid='login-with-apple-button'],
html:not(.provider-buttons-ready) [data-testid='signup-with-google-button'],
html:not(.provider-buttons-ready) [data-testid='signup-with-apple-button'] {
  visibility: hidden !important;
  pointer-events: none !important;
  min-height: 48px;
}

.auth-pages-signup-link {
  pointer-events: auto !important;
}
