.auth-modal__submit--link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
}

.auth-modal--password .auth-modal__dialog--password {
  height: auto;
  min-height: 18.75rem;
}

@media (max-width: 767px) {
  .auth-mobile-page--password .auth-modal__dialog--password {
    width: min(100%, 22.5rem);
    padding: 1.5rem 1.25rem;
  }

  .auth-mobile-page--password .auth-modal__close {
    top: 0.75rem;
    right: 0.75rem;
  }
}

/* iOS Safari: safe area + уникнути зуму на input ≥16px у вузьких формах */
@supports (padding: max(0px)) {
  .auth-mobile-page--password .auth-mobile__topbar {
    padding-top: max(0.5rem, env(safe-area-inset-top, 0px));
  }
}

@media (max-width: 430px) {
  .auth-mobile-page--password .auth-modal__input {
    font-size: 1rem;
  }
}
