.hazelpopup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hazelpopup-overlay.is-open {
  display: flex;
}

.hazelpopup-modal {
  width: min(720px, 100%);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  position: relative;
  padding: 18px 18px 16px;
}

.hazelpopup-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.hazelpopup-content {
  padding-top: 10px;
}
