/* Scoped styles for JT Smart Modal (avoid affecting other modals site-wide) */
.jt-smartmodal .jt-content { margin-top: 10px; }

.jt-smartmodal .jt-countdown {
  font-size: 14px;
  font-weight: 600;
  color: #6c757d;
}

/* Slightly nicer modal look (safe defaults) */
.jt-smartmodal .modal-content {
  border-radius: 16px;
  overflow: hidden;
}

/* Optional: Full-bleed mode (keeps title/header visible, only tightens spacing) */
.jt-smartmodal.jt-fullbleed .modal-header {
  padding: 12px 16px;
}

.jt-smartmodal.jt-fullbleed .modal-body {
  padding: 0;
}
