.cc-53-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 15px;
	font-family: sans-serif;
}

.cc-53-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.cc-53-item-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background-color: #1a1012;
	border: 1px solid #d92c3f;
	box-sizing: border-box;
}

.cc-53-number {
	font-size: 40px;
	color: #ffffff;
	line-height: 1;
}

.cc-53-label {
	font-size: 14px;
	color: #d92c3f;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.cc-53-separator {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
	height: 100px; /* match default box height */
}

.cc-53-separator::before,
.cc-53-separator::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #7a7a7a;
}
