#modalOverlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#modalContent {
  background: #fff;
  padding: 30px 20px 20px;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  position: relative;
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
  border: solid #09adf5 3px;
}

#closeModalBtn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

#mc_embed_signup .button {
  background-color: #09adf5 !important;
}
#mc_embed_signup .button:hover {
  background-color: #ff4e4e !important;
}

#mc_embed_signup_scroll h3 {
  text-align: center;
}

#mc-embedded-subscribe i.dashicons {
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
}

#mc-embedded-subscribe {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

