.srr-santa-tracker{
	border:1px solid rgba(0,0,0,.12);
	border-radius:12px;
	padding:16px;
	background:#fff;
	width:100%;
}

.srr-santa-tracker__map{
	width:100%;
	margin:0 0 12px;
	border-radius:12px;
	overflow:hidden;
	border:1px solid rgba(0,0,0,.10);
	background:#f8fafc;
}

.srr-santa-tracker__map-svg{
	display:block;
	width:100%;
	height:auto;
}

.srr-santa-tracker__header{
	display:flex;
	align-items:baseline;
	justify-content:space-between;
	gap:12px;
	margin-bottom:12px;
}

.srr-santa-tracker__title{
	font-weight:700;
	font-size:18px;
	line-height:1.2;
}

.srr-santa-tracker__status{
	font-size:13px;
	opacity:.8;
}

.srr-santa-tracker__countdown{
	font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size:18px;
	margin:8px 0 10px;
}

.srr-santa-tracker__metrics{
	font-size:14px;
	line-height:1.5;
	opacity:.95;
}

.srr-santa-tracker__progress{
	position:relative;
	height:10px;
	border-radius:999px;
	background:rgba(0,0,0,.08);
	overflow:hidden;
	margin-top:12px;
}

.srr-santa-tracker__progress-bar{
	height:100%;
	width:0%;
	background:linear-gradient(90deg,#e11d48,#f97316);
	transition:width 350ms ease;
}

.srr-santa-tracker__sponsor{
	margin-top:12px;
	font-size:13px;
	line-height:1.4;
	opacity:.9;
}
