/* Desktop-only registration secondary action. Mobile registration remains unchanged. */
@media screen and (min-width: 901px) {
  html body #root > .login-action-screen:has(> .register-page) .register-existing-login {
    box-sizing: border-box !important;
    padding: 0 16px !important;
    border: 1px solid rgba(205, 181, 132, 0.56) !important;
    border-radius: 11px !important;
    background: rgba(250, 246, 237, 0.92) !important;
    color: #123b5a !important;
    box-shadow: none !important;
  }

  html body #root > .login-action-screen:has(> .register-page) .register-existing-login:hover {
    border-color: rgba(185, 143, 38, 0.72) !important;
    background: #f7efdf !important;
  }

  html body #root > .login-action-screen:has(> .register-page) .register-existing-login:focus-visible {
    outline: 2px solid rgba(185, 143, 38, 0.4) !important;
    outline-offset: 2px !important;
  }
}
