
custom-grid[type="news"][top="true"] > custom-grid-item > .info-container > .head-infos > .badge
{
   display: inherit;
}

/* @media screen and (max-width: 743px)
{
   section-title:has(+custom-grid[type="news"][top="true"]),
   custom-grid[type="news"][top="true"]
   {
      display: none;
   }
}

@media screen and (min-width: 744px)
{
   custom-grid[type="news"][top="true"] > custom-grid-item:nth-child(n+5)
   {
      display: none;
   }
}

@media screen and (min-width: 1440px)
{
   custom-grid[type="news"][top="true"] > custom-grid-item:nth-child(n+4)
   {
      display: none;
   }
} */

