.townly-cb {
	--townly-cb-accent: #003BAB;
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.townly-cb__card {
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 24px 60px rgba(17, 24, 39, 0.10), 0 2px 6px rgba(17, 24, 39, 0.06);
	padding: 56px 60px;
}

.townly-cb__header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 36px;
}

.townly-cb__header-text {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #1f2430;
	text-align: center;
}

.townly-cb__row {
	display: flex;
	gap: 26px;
	flex-wrap: wrap;
	justify-content: center;
}

.townly-cb__unit {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.townly-cb__digits {
	display: flex;
	gap: 5px;
}

.townly-cb__digit {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	height: 66px;
	padding: 0 6px;
	background: var(--townly-cb-accent);
	color: #ffffff;
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	border-radius: 11px;
	box-shadow: 0 6px 14px color-mix(in srgb, var(--townly-cb-accent) 32%, transparent);
	font-variant-numeric: tabular-nums;
}

/* One box per unit: the box holds the whole value ("20"), so give it more
   breathing room and a wider default minimum than the per-digit boxes. */
.townly-cb--box-unit .townly-cb__digit {
	min-width: 78px;
	padding: 0 16px;
}

.townly-cb__label {
	font-size: 14px;
	font-weight: 500;
	color: #8a90a2;
	letter-spacing: 0.01em;
}
