.smt-marquee-wrapper {
	width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
	display: block;
}

.smt-rotator {
	display: block;
	box-sizing: border-box;
	transform-origin: 50% 50%;
	will-change: transform;
}

.smt-row {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 8px;
}

.smt-row:first-child {
	margin-top: 0;
}

.smt-track {
	display: inline-flex;
	white-space: nowrap;
	will-change: transform;
}

.smt-set {
	display: inline-flex;
	white-space: nowrap;
	flex-shrink: 0;
}

.smt-track span {
	display: inline-block;
	white-space: nowrap;
}

.smt-track span em {
	font-style: normal;
	opacity: 0.5;
}
