.nav-panel-ticker-head .mq-pause {
	position: static;
	margin-left: auto;

	margin-top: -6px;
	margin-bottom: -6px;
	flex: none;
}

.nav-panel-ticker.is-paused .nav-panel-ticker-track {
	animation-play-state: paused;
}

.nav-panel-ticker.is-paused .nav-panel-live::before {
	animation-play-state: paused;
}
