#ct-ticker-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 34px;
	overflow: hidden;
	z-index: 99998;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 34px;
	white-space: nowrap;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

body.admin-bar #ct-ticker-bar {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar #ct-ticker-bar {
		top: 46px;
	}
}

#ct-ticker-track {
	display: inline-flex;
	align-items: center;
	will-change: transform;
}

#ct-ticker-track .ct-item {
	display: inline-flex;
	align-items: center;
	padding: 0 24px;
	white-space: nowrap;
}

#ct-ticker-track .ct-item .ct-label {
	opacity: 0.85;
	margin-right: 6px;
}

#ct-ticker-track .ct-item .ct-value {
	font-weight: 700;
}

#ct-ticker-track .ct-item .ct-up {
	color: #4caf50;
}

#ct-ticker-track .ct-item .ct-down {
	color: #f44336;
}

body.ct-has-ticker {
	margin-top: 34px !important;
}

@media (max-width: 600px) {
	#ct-ticker-bar {
		font-size: 12px;
	}
}
