/* V153 final homepage hardening. Loaded after V152. */
.sv153-trending-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:14px}
.sv153-trending-grid .trend{min-width:0;text-decoration:none}
.sv153-trending-grid .trend b,.sv153-trending-grid .trend span{display:block}
@media(max-width:1100px){.sv153-trending-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){.sv153-trending-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}
/* The homepage must not create a page-level horizontal scroll. */
html,body{max-width:100%;overflow-x:hidden}
