/* ths_email_capture – email capture modal styles */

.ths-ec-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.ths-ec-modal {
  background: #fff;
  padding: 2rem;
  max-width: 500px;
  width: 90%;
  border-radius: 12px;
  position: relative;
}

.ths-ec-modal h2 {
  margin-top: 0;
}

.ths-ec-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.ths-ec-dismiss-text {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.9rem;
}

.ths-ec-dismiss-text a {
  color: #666;
  text-decoration: underline;
}

.ths-ec-hidden {
  display: none !important;
}
