/* Relacionados: cuadrícula editorial uniforme, no masonry. */
.etc-related .etc-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:440px;gap:22px;column-count:auto}.etc-related .etc-related__grid .etc-card{display:flex;width:auto;height:100%;margin:0;break-inside:auto;flex-direction:column}.etc-related .etc-card__image{flex:0 0 185px;aspect-ratio:auto}.etc-related .etc-card__image img{height:100%;object-fit:cover}.etc-related .etc-card__body{flex:1;overflow:hidden}@media(max-width:800px){.etc-related .etc-related__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:430px}}@media(max-width:520px){.etc-related .etc-related__grid{grid-template-columns:1fr;grid-auto-rows:auto}.etc-related .etc-related__grid .etc-card{min-height:400px}}
