/* Auth error modal above Elden loading screen (z-index 10001) */
.ae-auth-modal {
  z-index: 20000 !important;
}

.ae-auth-modal__text {
  color: #f5f0e6 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
  word-break: break-word;
}

.ae-auth-modal__title {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}
