.nio-live-strip {
	align-items: center;
	backdrop-filter: blur(14px);
	background: linear-gradient(135deg, rgba(3, 13, 28, .84) 0%, rgba(5, 24, 52, .86) 52%, rgba(8, 38, 78, .84) 100%);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 10px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .08);
	box-sizing: border-box;
	color: #ffffff;
	display: grid;
	gap: 0;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin: 10px 0;
	min-height: 46px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 5;
}

.nio-live-strip *,
.nio-live-strip *::before,
.nio-live-strip *::after {
	box-sizing: border-box;
}

.nio-live-strip__meta,
.nio-live-strip__updated {
	align-items: center;
	align-self: stretch;
	display: flex;
	position: relative;
	z-index: 2;
}

.nio-live-strip__meta {
	background: rgba(2, 10, 24, .42);
	padding: 0 13px;
}

.nio-live-strip__updated {
	justify-content: flex-end;
	background: rgba(2, 10, 24, .36);
	border-left: 1px solid rgba(255, 255, 255, .12);
	gap: 7px;
	padding: 0 13px;
}

.nio-live-strip__badge {
	background: #54b948;
	border-radius: 999px;
	box-shadow: 0 0 0 4px rgba(84, 185, 72, .14);
	color: #ffffff;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	padding: 6px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.nio-live-strip__town {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 5px 8px;
	white-space: nowrap;
}

.nio-live-strip__time {
	color: rgba(255, 255, 255, .72);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.nio-live-strip__viewport {
	align-items: center;
	align-self: stretch;
	display: flex;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.nio-live-strip__viewport::before,
.nio-live-strip__viewport::after {
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 30px;
	z-index: 1;
}

.nio-live-strip__viewport::before {
	background: linear-gradient(90deg, rgba(4, 18, 38, .88), rgba(4, 18, 38, 0));
	left: 0;
}

.nio-live-strip__viewport::after {
	background: linear-gradient(270deg, rgba(4, 18, 38, .88), rgba(4, 18, 38, 0));
	right: 0;
}

.nio-live-strip__track {
	--nio-live-strip-duration: 50s;
	align-items: center;
	animation: nio-live-strip-ticker var(--nio-live-strip-duration) linear infinite;
	display: flex;
	flex: 0 0 auto;
	min-width: max-content;
	will-change: transform;
}

.nio-live-strip:hover .nio-live-strip__track,
.nio-live-strip:focus-within .nio-live-strip__track {
	animation-play-state: paused;
}

.nio-live-strip__group {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 28px;
	min-width: max-content;
	padding-right: 28px;
}

.nio-live-strip__item {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 8px;
	min-height: 46px;
	padding: 0;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.nio-live-strip__item:hover .nio-live-strip__message,
.nio-live-strip__item:focus .nio-live-strip__message {
	color: #c7f8b8;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.nio-live-strip__item:focus-visible {
	border-radius: 999px;
	outline: 2px solid rgba(199, 248, 184, .75);
	outline-offset: -2px;
}

.nio-live-strip__item::after {
	background: rgba(255, 255, 255, .22);
	border-radius: 999px;
	content: "";
	height: 4px;
	position: absolute;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.nio-live-strip__dot {
	background: #80d66a;
	border-radius: 999px;
	box-shadow: 0 0 0 4px rgba(128, 214, 106, .12);
	flex: 0 0 auto;
	height: 8px;
	width: 8px;
}

.nio-live-strip__item--traffic .nio-live-strip__dot {
	background: #f58220;
	box-shadow: 0 0 0 4px rgba(245, 130, 32, .13);
}

.nio-live-strip__item--weather .nio-live-strip__dot {
	background: #4ba3e3;
	box-shadow: 0 0 0 4px rgba(75, 163, 227, .13);
}

.nio-live-strip__item--events .nio-live-strip__dot {
	background: #8e55e8;
	box-shadow: 0 0 0 4px rgba(142, 85, 232, .13);
}

.nio-live-strip__item--news .nio-live-strip__dot {
	background: #f4c542;
	box-shadow: 0 0 0 4px rgba(244, 197, 66, .13);
}

.nio-live-strip__item--business .nio-live-strip__dot {
	background: #54b948;
	box-shadow: 0 0 0 4px rgba(84, 185, 72, .13);
}

.nio-live-strip__label {
	color: rgba(255, 255, 255, .68);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.nio-live-strip__message {
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	transition: color .18s ease, text-decoration-color .18s ease;
	white-space: nowrap;
}

.nio-live-strip__item-meta {
	color: rgba(255, 255, 255, .74);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.nio-live-strip--compact {
	min-height: 44px;
}

.nio-live-strip--compact .nio-live-strip__updated {
	padding-right: 12px;
}

.nio-live-strip--compact .nio-live-strip__item {
	min-height: 44px;
}

.nio-live-strip--compact .nio-live-strip__time {
	display: none;
}

@keyframes nio-live-strip-ticker {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.nio-live-strip__track {
		animation: none;
		transform: translateX(0);
	}
}

@media (max-width: 720px) {
	.nio-live-strip {
		grid-template-columns: auto minmax(0, 1fr) auto;
		min-height: 44px;
	}

	.nio-live-strip__meta,
	.nio-live-strip__updated {
		padding: 0 9px;
	}

	.nio-live-strip__item {
		min-height: 44px;
	}

	.nio-live-strip__label,
	.nio-live-strip__time {
		display: none;
	}

	.nio-live-strip__message {
		font-size: 13px;
	}

	.nio-live-strip__item-meta {
		font-size: 12px;
	}

	.nio-live-strip__group {
		gap: 22px;
		padding-right: 22px;
	}

	.nio-live-strip__item::after {
		right: -13px;
	}
}

@media (max-width: 420px) {
	.nio-live-strip {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.nio-live-strip__updated {
		display: none;
	}

	.nio-live-strip__badge {
		font-size: 10px;
		padding: 6px 8px;
	}
}
