/* Card placeholder component rules. */

.card-grid,
.card {
	background: var(--twb2b-color-surface);
}

.card {
	border-radius: var(--twb2b-radius-sm);
	padding: var(--twb2b-space-md);
}

/* Used by the About and Contact pages; lives here so neither page owns it. */
.mirror-card {
	background: #fff;
}
