/* Local loader for flatpickr CSS
   This file imports the upstream flatpickr stylesheet from jsDelivr as a fallback.
   If you prefer to commit the full minified CSS to this file (removing CDN usage),
   I can replace this @import with the real minified CSS.
*/
@import url('https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css');

/* Optional: you can add small site-specific overrides below */

.flatpickr-calendar {
  z-index: 9999; /* ensure picker appears above modals/overlays */
}
