/* Optional helper styles for the custom modal script - minimal since project uses Tailwind */
.modal-open-overlay {
  /* fallback overlay style if needed */
  background: rgba(0,0,0,0.3);
}
