.halcy-card-grid{display:grid}@media (min-width:768px){.halcy-card-grid[data-rows="2"]{grid-template-rows:auto 1fr;grid-auto-rows:auto 1fr}.halcy-card-grid[data-rows="3"]{grid-template-rows:auto 1fr auto;grid-auto-rows:auto 1fr auto}.halcy-card-grid[data-rows="4"]{grid-template-rows:auto auto 1fr auto;grid-auto-rows:auto auto 1fr auto}.halcy-card-grid[data-rows]>*{display:grid;grid-template-rows:subgrid;row-gap:0}.halcy-card-grid[data-rows="2"]>*{grid-row:span 2}.halcy-card-grid[data-rows="3"]>*{grid-row:span 3}.halcy-card-grid[data-rows="4"]>*{grid-row:span 4}}@supports not (grid-template-rows:subgrid){@media (min-width:768px){.halcy-card-grid[data-rows]>*{display:flex;flex-direction:column}.halcy-card-grid[data-rows]>*>:last-child{margin-top:auto}}}