.pbCustomGrid .pcg-grid{display:grid;gap:calc(var(--base-gap) * 3px);grid-template-columns:1fr;grid-template-columns:repeat(attr(data-ncolm type(<number>)),1fr)}@media(min-width:768px){.pbCustomGrid .pcg-grid{grid-template-columns:repeat(2,1fr);grid-template-columns:repeat(attr(data-ncolt type(<number>)),1fr)}}@media(min-width:992px){.pbCustomGrid .pcg-grid{grid-template-columns:repeat(3,1fr);grid-template-columns:repeat(attr(data-ncold type(<number>)),1fr)}}.pbCustomGrid .pcg-col{display:flex;flex-direction:column;grid-column:span var(--pcgColSpanM,1);grid-row:span var(--pcgRowSpanM,1)}@media(min-width:768px){.pbCustomGrid .pcg-col{grid-column:span var(--pcgColSpanT,1);grid-row:span var(--pcgRowSpanT,1)}}@media(min-width:992px){.pbCustomGrid .pcg-col{grid-column:span var(--pcgColSpanD,1);grid-row:span var(--pcgRowSpanD,1)}}