/**
 * Telex Smart Delivery Calculator — Shortcode Styles
 */

/* ── Outer wrapper ─────────────────────────────────────────────────────────── */
.telex-delivery-calculator {
	/* Inherits the page's font (e.g. Outfit) — no override */
}

/* ── Countdown wrapper ─────────────────────────────────────────────────────── */
.shortcode-countdown-wrapper {
	padding: 1em;
	border-radius: 8px;
	text-align: center;
	line-height: 1.8;
	border: none;
}

/* ── Countdown block ───────────────────────────────────────────────────────── */
.shortcode-countdown {
	background-color: transparent;
	border: none;
}

.shortcode-countdown .countdown-content {
	display: block;
}

.shortcode-countdown .countdown-label {
	font-size: 15px;
	margin-bottom: 6px;
	line-height: 1.8;
}

.shortcode-countdown .countdown-timer {
	font-size: 20px;
	font-variant-numeric: tabular-nums;
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 4px;
}

.shortcode-countdown .countdown-sep {
	margin: 0 0.5em;
	letter-spacing: 0;
}

.shortcode-countdown .countdown-timer-labels {
	margin-bottom: 10px;
}

.shortcode-countdown .countdown-info {
	font-size: 13px;
	margin-top: 4px;
	line-height: 1.6;
}

/* ── Methods line ──────────────────────────────────────────────────────────── */
.shortcode-methods {
	margin-top: 6px;
	text-align: center;
}

/* ── Checkout shipping label weight ────────────────────────────────────────── */
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label {
	font-weight: 300 !important;
}

/* ── Admin settings page ───────────────────────────────────────────────────── */
.telex-cutoff-label {
	display: inline-block;
	width: 120px;
	margin-bottom: 8px;
}

.telex-cutoff-input {
	margin-left: 8px;
}
