/* ============================================================
   SAFECAT — Home page supplementary styles
   ------------------------------------------------------------
   The landing page's core styles live inline in index.php.
   This file is for small, safe additions/overrides that you
   may want to tweak without editing the main template.
   Loaded after the inline <style> block, so rules here win.
   ============================================================ */

/* Utility: visually hidden but accessible to screen readers */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

/* The filter "custom range" label spacing (admin reuse-safe, harmless here) */
.filter-range-label {
  margin-inline-start: 4px;
}

/* Place your own home-page overrides below this line ↓ */
