.bel-grid{display:grid;grid-template-columns:repeat(var(--bel-cols,3),minmax(0,1fr));gap:var(--bel-gap,12px);margin:0 0 1.5em}.bel-item{margin:0;padding:0;min-width:0}.bel-media{display:block;overflow:hidden}.bel-img{display:block;width:100%;height:auto;max-width:100%}.bel-link{display:block;line-height:0}.bel-grid-fixed .bel-media{aspect-ratio:var(--bel-ar,1 / 1)}.bel-grid-fixed .bel-media .bel-link{height:100%}.bel-grid-fixed .bel-img{width:100%;height:100%;object-fit:var(--bel-fit,cover)}.bel-text{margin:var(--bel-text-gap,8px) 0 0;font-size:var(--bel-text-size,14px);line-height:1.5;text-align:var(--bel-text-align,left);color:var(--bel-text-color,inherit)}.bel-text p{margin:0 0 .6em;font-size:inherit;line-height:inherit}.bel-text p:last-child{margin-bottom:0}@media (max-width:768px){.bel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.bel-grid{grid-template-columns:1fr}}