/*
 * SIA Content Cards — LAYOUT only.
 *
 * The card is `sia-card-base` (assets/css/card-base.css), shared with the Blog
 * Posts widgets; this file only arranges the cards. Declared as a dependency in
 * module.php, so `sia-content-cards` always pulls the card in.
 */

.sia-cc__grid {
	display: grid;
	grid-template-columns: repeat(var(--sia-bp-cols, 3), minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
}
