/* STIX Burn Counter — Frontend Styles */

.stbc-counter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 0.3em;
	padding: 1.5em 2em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	width: fit-content;
	max-width: 100%;
}

.stbc-label {
	font-weight: 600;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.7;
}

.stbc-value {
	display: inline-flex;
	align-items: baseline;
	gap: 0.3em;
}

.stbc-amount {
	font-size: 2.4em;
	font-weight: 700;
	color: #ff4500; /* overridden by inline style from settings */
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.stbc-unit {
	font-weight: 600;
	color: #cccccc; /* overridden by inline style from settings */
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.stbc-note {
	font-size: 0.75em;
	opacity: 0.5;
	font-style: italic;
}

.stbc-updated {
	font-size: 0.72em;
	opacity: 0.45;
}
