/* Azetune Core — base styles.
   These are intentionally plain/minimal so they don't fight your design.
   Treat this as a functional starting point — restyle freely in your theme's
   own CSS to match the final look (fonts, colors, spacing). */

.azetune-allocation-counter {
	margin: 16px 0;
	font-size: 14px;
}

.azetune-allocation-counter__numbers {
	margin-bottom: 6px;
}

.azetune-allocation-counter__label {
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-left: 4px;
}

.azetune-allocation-counter__bar {
	width: 100%;
	height: 4px;
	background: #e5e5e5;
	border-radius: 2px;
	overflow: hidden;
}

.azetune-allocation-counter__bar-fill {
	height: 100%;
	background: #111;
}

.azetune-allocation-counter__available {
	margin-top: 6px;
	font-size: 12px;
	color: #666;
}

.azetune-sold-out-notice {
	padding: 10px 14px;
	background: #f5f5f5;
	border-left: 3px solid #999;
}

.azetune-buy-now-button,
.azetune-pre-order-button {
	width: 100%;
}

.azetune-warranty-selector {
	margin: 16px 0;
	padding: 12px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.azetune-warranty-selector__title {
	margin-bottom: 8px;
}

.azetune-warranty-selector__option {
	display: block;
	margin-bottom: 8px;
	cursor: pointer;
	font-size: 14px;
}

.azetune-warranty-selector__price {
	color: #666;
	font-size: 13px;
	margin-left: 4px;
}
