.wow-email-code {
  position: fixed;
  inset: 0;
  background: rgba(15, 20, 33, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
  font-family: 'Assistant', sans-serif;
}

.wow-email-code__card {
  background: #ffffff;
  border-radius: 4px;
  padding: 28px 24px;
  width: 100%;
  max-width: 420px;
  border: 1px solid transparent;
  border-image: linear-gradient(135deg, #16a34a, #22c55e) 1;
  box-shadow: 0 20px 50px rgba(11, 38, 22, 0.18);
  position: relative;
}

.wow-email-code__close {
  position: absolute;
  top: 10px;
  left: 18px;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #1f2937;
}

.wow-email-code__title {
  margin: 0 0 8px;
  font-size: 22px;
  color: #0f172a;
}

.wow-email-code__subtitle {
  margin: 0 0 18px;
  color: #475569;
}

.wow-email-code__input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 4px;
  border: 1px solid #d3d8df;
  margin-bottom: 12px;
  font-size: 16px;
  color: #0f172a;
  background: #f8fafc;
}

.wow-email-code__message {
  min-height: 20px;
  font-size: 14px;
  color: #15803d;
  margin-bottom: 12px;
}

.wow-email-code__message.is-error {
  color: #b91c1c;
}

.wow-email-code__button {
  width: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid transparent;
  border-image: linear-gradient(135deg, #16a34a, #22c55e) 1;
  background: #f8fafc;
  color: #0f172a;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}

.wow-email-code__link {
  margin-top: 10px;
  width: 100%;
  background: transparent;
  border: none;
  color: #14532d;
  cursor: pointer;
  font-size: 14px;
}
