/* ==========================================================================
   PAGE STYLES — index.html
   Page-specific overrides for the homepage.
   Loaded after tokens.css → components.css → layout.css.
   ========================================================================== */


/* ==========================================================================
   MODALS
   ========================================================================== */

/* Bootstrap only applies margin:auto (centering) at ≥576px — force it at all sizes */
#facilityPhotoModal .modal-dialog {
  margin: 0.5rem auto;
}
