/* OLE home only: up to 24 genuine SSR cards use complete responsive rows.

   Keep the current template design and its existing tab controller intact.
   This small override changes only the grid column count; it does not
   duplicate, synthesize, crop, hide, or delete a real card. Sparse source
   inventory remains sparse. */
html:root body[class].front.portal.tpl-keke.keke-template.keke-home[data-moviecms-home-rows="24"] [data-moviecms-home-grid].keke-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (min-width: 901px) {
  html:root body[class].front.portal.tpl-keke.keke-template.keke-home[data-moviecms-home-rows="24"] [data-moviecms-home-grid].keke-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1280px) {
  html:root body[class].front.portal.tpl-keke.keke-template.keke-home[data-moviecms-home-rows="24"] [data-moviecms-home-grid].keke-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1600px) {
  html:root body[class].front.portal.tpl-keke.keke-template.keke-home[data-moviecms-home-rows="24"] [data-moviecms-home-grid].keke-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
