/* Tips & Curiosidades: tarjetas legibles, sin encabezado duplicado. */
#newsFeatured[hidden]{display:none}
body[data-page="news"] #newsCatalog.tips-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
body[data-page="news"] #newsCatalog.tips-grid .news-card{min-width:0;background:#16181c;border-color:rgba(255,255,255,.19)}
body[data-page="news"] #newsCatalog.tips-grid .news-card-media{aspect-ratio:16/9 !important;overflow:hidden}
body[data-page="news"] #newsCatalog.tips-grid .news-card-media img{width:100%;height:100%;object-fit:cover;object-position:center}
body[data-page="news"] #newsCatalog.tips-grid .news-card .body{padding:22px;background:#16181c}
body[data-page="news"] #newsCatalog.tips-grid .news-card h3{color:#fff;font-size:clamp(20px,1.7vw,26px);line-height:1.22;text-shadow:none}
body[data-page="news"] #newsCatalog.tips-grid .news-card .body p{color:#d1d3d7;line-height:1.6;font-size:15px}
body[data-page="news"] #newsCatalog.tips-grid .news-card small{color:#ff7379}
@media(max-width:980px){body[data-page="news"] #newsCatalog.tips-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}
@media(max-width:600px){body[data-page="news"] #newsCatalog.tips-grid{grid-template-columns:1fr !important}}
