.urg-guard-host {
  margin-top: 8px;
}

.urg-email-wrap {
  margin-top: 8px;
}

.urg-email-wrap-auto {
  display: block;
}

.urg-email-status {
  margin-top: 0;
  font-size: 13px;
  line-height: 1.4;
}

.urg-email-status:empty {
  display: none;
}

.urg-email-status.is-success {
  color: #137333;
}

.urg-email-status.is-error {
  color: #b42318;
}

.urg-email-status.is-checking {
  color: #555;
}

.urg-hc-trap,
.urg-hc-ticktrap {
  position: absolute !important;
  left: -99999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.urg-hc-wrap-hidden {
  position: static;
  margin: 0;
  padding: 0;
}

.urg-hc-modal[hidden] {
  display: none !important;
}

.urg-hc-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.urg-hc-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
}

.urg-hc-panel {
  position: relative;
  max-width: 520px;
  margin: 60px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
  overflow: hidden;
  z-index: 2;
}

.urg-hc-close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #666;
  z-index: 3;
}

.urg-hc-head {
  padding: 20px;
  background: linear-gradient(135deg, #74bde0, #58aad7);
  color: #fff;
}

.urg-hc-head h3 {
  margin: 0 0 6px !important;
  color: #fff !important;
  font-size: 22px !important;
}

.urg-hc-head p {
  margin: 0 !important;
  color: #eef8ff !important;
  font-size: 14px !important;
}

.urg-hc-body {
  padding: 20px;
}

.urg-hc-question {
  font-size: 18px;
  font-weight: 700;
  color: #24323d;
  margin-bottom: 14px;
}

.urg-hc-display {
  margin: 0 0 14px;
  font-weight: 600;
  color: #4a5d6b;
}

.urg-hc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.urg-hc-option {
  padding: 14px 12px !important;
  border: 1px solid #d4dbe3 !important;
  border-radius: 10px !important;
  background: #f8fafb !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  color: #2d3640 !important;
  text-align: center !important;
  width: 100% !important;
}

.urg-hc-option.is-selected {
  border-color: #4ca3d2 !important;
  background: #dff2fb !important;
  color: #126089 !important;
}

.urg-hc-input {
  width: 100% !important;
  padding: 14px !important;
  border: 1px solid #ccd5de !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
  background: #fff !important;
  color: #222 !important;
}

.urg-hc-actions {
  display: flex;
  gap: 10px;
  padding: 0 20px 20px;
  flex-wrap: wrap;
}

.urg-hc-error {
  padding: 0 20px 14px;
  color: #b42318;
  font-size: 14px;
  min-height: 20px;
}

@media (max-width: 640px) {
  .urg-hc-panel {
    margin: 30px 14px;
  }

  .urg-hc-grid {
    grid-template-columns: 1fr;
  }
}


.urg-protection-note {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #555;
}
