/* Passwort-Reset: undurchlässige Vollbild-Wand vor dem Konfigurator */
.password-reset-wall {
  position: fixed;
  inset: 0;
  z-index: 10100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #ffffff;
}

.password-reset-wall[hidden] {
  display: none !important;
}

body.password-reset-flow-locked {
  overflow: hidden !important;
}

body.password-reset-flow-locked #kitchen-composition-gate,
body.password-reset-flow-locked .apl4-cookie-consent,
body.password-reset-flow-locked .apl4-feedback-popup {
  display: none !important;
  pointer-events: none !important;
}

.password-reset-wall__card {
  width: min(100%, 420px);
}

.password-reset-wall__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
}

.password-reset-wall__intro {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

.password-reset-wall__card .form-field {
  margin-bottom: 12px;
}

.password-reset-wall__actions {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end;
}

.password-reset-wall__success {
  text-align: center;
}

.password-reset-wall__success-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #e8f5ec;
  color: #1a7f37;
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-reset-wall__success-lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
}

.password-forgot-ready {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #c8e6c9;
  border-radius: 10px;
  background: #f1faf3;
  text-align: center;
}

.password-forgot-ready__text {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #1a7f37;
  font-weight: 600;
}

.password-forgot-ready__btn {
  width: 100%;
  min-height: 44px;
  font-size: 15px;
  font-weight: 700;
}
