/* ============================================ */
/* CARD.CSS - Card view layout                  */
/* ============================================ */

/* Card panel container (view-card) */
.card-panel {
	background: var(--bg-light);
	border-radius: 10px;
	padding: 5px;
	overflow-y: auto;
	height: 100%;
}

/* Single card display area */
.card-display {
	aspect-ratio: 7/10;
}
