.ftbwpsp-countdown-timer__lead {
	margin: 0 0 18px;
}

.ftbwpsp-countdown-timer__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
	margin-bottom: 12px;
}

.ftbwpsp-countdown-timer__datetime.is-hidden {
	display: none;
}

.ftbwpsp-countdown-timer__presets {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 6px;
}

.ftbwpsp-countdown-timer__options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 10px;
	margin-top: 10px;
}

.ftbwpsp-countdown-timer__check {
	display: flex;
	gap: 8px;
	align-items: center;
}

.ftbwpsp-countdown-timer__check input[type="checkbox"] {
	width: 16px;
	height: 16px;
	min-height: 16px;
	margin: 0;
	padding: 0;
}

.ftbwpsp-countdown-timer__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 16px;
}

.ftbwpsp-countdown-timer__clock {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-bottom: 12px;
}

.ftbwpsp-countdown-timer__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.ftbwpsp-countdown-timer__progress {
	height: 12px;
	background: #e5e7eb;
	border-radius: 999px;
	margin: 14px 0;
	overflow: hidden;
}

.ftbwpsp-countdown-timer__progress-fill {
	width: 0;
	height: 100%;
	background: #0073aa;
	transition: width 0.2s linear;
}

.ftbwpsp-countdown-timer__stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 8px;
	margin-top: 8px;
}

.ftbwpsp-countdown-timer__stats div {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 10px;
}

.ftbwpsp-countdown-timer__stats span {
	display: block;
	margin-top: 2px;
	font-size: 13px;
	color: #666666;
}

.ftbwpsp-countdown-timer__links-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ftbwpsp-countdown-timer__links-wrap a {
	color: #0073aa;
	font-weight: 600;
	text-decoration: none;
}

.ftbwpsp-countdown-timer__message {
	min-height: 20px;
	font-size: 13px;
	color: #666666;
}

.ftbwpsp-countdown-timer__message.is-error {
	color: #e63946;
}
