.bt_bb_news_crawl {
	background-color: #2F3E86;
	overflow: hidden;
	width: 100%;
	position: relative;
	display: block;
}

.bt_bb_news_crawl_track {
	display: flex;
	align-items: center;
	white-space: nowrap;
	will-change: transform;
	padding: 10px 0;
}

.bt_bb_news_crawl_item {
	font-family: 'Antonio', sans-serif;
	font-weight: 400;
	font-size: var(--crawl-text-size, 14px);
	color: var(--crawl-text-color, #ffffff);
	text-decoration: none;
	display: inline-block;
	padding: 0 18px;
	line-height: 1.3;
	transition: opacity 0.2s ease;
	cursor: default;
	white-space: nowrap;
}

a.bt_bb_news_crawl_item {
	cursor: pointer;
}

a.bt_bb_news_crawl_item:hover {
	opacity: 0.75;
	color: var(--crawl-text-color, #ffffff);
	text-decoration: none;
}

.bt_bb_news_crawl_sep {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #00B6FF;
	flex-shrink: 0;
	vertical-align: middle;
	margin: 0 8px;
}
