/* Tropic Reporters Breaking News 1.0.0 */

.trbn-bar {
	width: 100%;
	background: #11100f;
	border-bottom: 3px solid #ff5a1f;
	color: #fff;
	position: relative;
	z-index: 9998;
	box-sizing: border-box;
}

.trbn-inner {
	max-width: 1280px;
	margin: 0 auto;
	min-height: 44px;
	padding: 7px 18px;
	display: flex;
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
}

.trbn-badge {
	background: #ff5a1f;
	color: #fff;
	font-weight: 800;
	font-size: 12px;
	line-height: 1;
	padding: 9px 10px;
	border-radius: 3px;
	white-space: nowrap;
	letter-spacing: .3px;
}

.trbn-headline {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trbn-headline:hover {
	color: #ffb08e !important;
}

.trbn-close {
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 50%;
	background: transparent;
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	cursor: pointer;
}

.trbn-close:hover {
	background: #ff5a1f;
	border-color: #ff5a1f;
}

@media (max-width: 782px) {
	.trbn-inner {
		min-height: 42px;
		padding: 6px 10px;
		gap: 8px;
	}

	.trbn-badge {
		font-size: 10px;
		padding: 8px 7px;
	}

	.trbn-headline {
		font-size: 12px;
	}

	.trbn-close {
		width: 27px;
		height: 27px;
		font-size: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.trbn-bar * {
		scroll-behavior: auto;
	}
}
