/*! HG ReadGaza Hotfix CSS v1 */
@media (max-width: 767.98px){
  /* Force horizontal row behavior (match See Gaza) on Read Gaza archives */
  body.post-type-archive-hg_photo .card-grid{
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    gap: 1rem !important;
  }
  body.post-type-archive-hg_photo .card-grid > article.hg-card{
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 100% !important; /* full viewport width minus section padding already handled inline */
  }
  /* Ensure any Tailwind grid utilities accidentally applied do not stack items vertically */
  body.post-type-archive-hg_photo .card-grid[class*="grid"]{
    display: flex !important;
  }
}
