.marqueblanche-stats-card {
	background: var(--marqueblanche-theme-surface);
	color: var(--marqueblanche-theme-text);
	box-sizing: border-box;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	font-family: 'Barlow', sans-serif;
	align-self: stretch;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: clamp(260px, 24vw, 418px);
	padding: clamp(1.35rem, 2.4vw, 2rem) clamp(1rem, 2.2vw, 1.5rem);
	text-align: center;
	overflow-wrap: anywhere;
}
