/* ==========================================================================
   tablet.css  —  applies only at  768px – 1024px  (iPad, small laptops).
   Loaded via <link media="(min-width: 768px) and (max-width: 1024px)">.
   Add per-page tablet fixes here as they come up in QA.
   ========================================================================== */

/* Give edge-to-edge sections a little breathing room on tablet. */
.container,
.container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
