.hm-error {
  background: #fdecea;
  border-left: 4px solid #d63638;
  color: #b32d2e;
  padding: 12px 16px;
  margin: 12px 0;
  font-size: 14px;
}

.hm-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
}

.hm-popup {
  background: #fff;
  max-width: 480px;
  width: 100%;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.hm-popup-text {
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  margin-bottom: 24px;
}

.hm-popup-close {
  background: #222;
  color: #fff;
  border: 0;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.hm-popup-close:hover {
  background: #444;
}
