/* News Ticker - Front-end styles */

.nticker-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 6px 12px;
	overflow: hidden;
	line-height: 1.4;
}

.nticker-icon {
	flex-shrink: 0;
	margin-right: 10px;
	color: #9a999e;
	font-size: 1em;
	display: flex;
	align-items: center;
}

.nticker-body {
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
}

.nticker-text {
	display: inline;
	color: #5b5b5f;
	font-size: 0.84em;
}

.nticker-text a {
	color: inherit;
	text-decoration: underline;
}

.nticker-text a:hover {
	opacity: 0.8;
}

@media (max-width: 600px) {
	.nticker-wrap {
		padding: 5px 8px;
	}
	.nticker-text {
		font-size: 0.85em;
	}
}
