.ctsuite-sale-timer {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 8px 0;
	font-family: inherit;
}

.ctsuite-sale-timer.ctsuite-st-expired {
	font-weight: 600;
}

.ctsuite-st-label {
	font-weight: 600;
}

.ctsuite-st-boxes {
	display: inline-flex;
	gap: 6px;
}

.ctsuite-st-box {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.1;
	padding: 4px 7px;
	border-radius: 5px;
	min-width: 34px;
}

.ctsuite-st-num {
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.ctsuite-st-unit {
	font-size: 0.7em;
	opacity: 0.8;
	text-transform: uppercase;
}

/* Overlay mode: sale-timer.js relocates the element inside the product's
   image container (which WooCommerce already makes position:relative for
   its own loading spinner), then this positions it in the corner. */
.ctsuite-st-overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
	background: rgba(255, 255, 255, 0.92);
	padding: 6px 10px;
	border-radius: 6px;
	margin: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.ctsuite-st-overlay .ctsuite-st-box {
	padding: 2px 5px;
	min-width: 26px;
}
