.auth-resend {
  display: block;
  margin: 10px auto 0;
  border: 0;
  background: transparent;
  color: #1f7a52;
  font-size: 10px;
  font-weight: 600;
  text-decoration: underline;
}
.forgot-link { display: block; margin-top: 12px; }
.service-status { margin: 14px 0 2px; padding: 9px; border: 1px solid #d9dfdb; border-radius: 7px; background: #f5f7f5; color: #6f7873; font-size: 10px; text-align: left; line-height: 1.45; }
.service-status.ready { border-color: #b9d8c6; background: #edf7f1; color: #226344; }
.service-status.warning { border-color: #edcfc7; background: #fff3f0; color: #954333; }
.verification-card { text-align: center; }
.verification-card > p { line-height: 1.55; }
.verification-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  border-radius: 15px;
  background: #e8f3ed;
  color: #1f7a52;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 700;
}
.verification-icon.success { background: #dff2e7; }
.verification-icon.error { background: #fff0ed; color: #a33f30; }
.verification-help { color: #77817b !important; font-size: 10px !important; }
.verification-card .portal-btn { width: 100%; margin-top: 14px; }
.verification-login {
  display: block;
  margin-top: 16px;
  color: #1f7a52;
  font-size: 11px;
  font-weight: 600;
}
.verification-button { display: block; text-decoration: none; }
