/* Functional styles required by the registration integration.
   Existing page styles remain authoritative so the visual design is unchanged. */

.registration-form .iti {
  display: block;
  width: 100%;
}

.registration-form .suggestion {
  cursor: pointer;
  text-decoration: underline;
}

.pageloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  background: rgba(249, 249, 249, 0.8);
}

#toast-container > .toast {
  z-index: 10000;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  .registration-form *,
  .registration-form *::before,
  .registration-form *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
