/* ======================================================================
   ZANTI PHARMACY — HEALTH TIPS PAGE STYLES (assets/css/pages/health-tips.css)
   ----------------------------------------------------------------------
   Minimal additions only — all components come from the shared design
   system in assets/css/style.css.
   ====================================================================== */

/* Centre the filter chips under the centred section head. */
[data-article-filters] {
  justify-content: center;
}

/* When a filter yields no results, let the empty state span the grid. */
[data-articles-grid] .empty-state {
  grid-column: 1 / -1;
}
