.top-thin-header-dbb2c413 {
	background-color: #111111;
	color: #e0e0e0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16.5px;
	line-height: 1.5;
	padding: 8px 15px;
	border-bottom: 1px solid #222222;
	position: relative;
	z-index: 99999;
}

body.admin-bar .top-thin-header-dbb2c413 {
	/* Avoid overlaps with WP Admin Bar */
}

.top-header-container-dbb2c413 {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
	gap: 8px;
}

.top-header-meta-dbb2c413 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.meta-item-dbb2c413 {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.meta-item-dbb2c413.date-dbb2c413 {
	justify-content: flex-start;
}

.meta-item-dbb2c413.time-dbb2c413 {
	justify-content: center;
}

.meta-item-dbb2c413.weather-dbb2c413 {
	justify-content: flex-end;
}

.meta-item-dbb2c413 i {
	color: #0085ba;
}

/* Ticker styles */
.top-header-ticker-dbb2c413 {
	display: flex;
	align-items: center;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	background: #1a1a1a;
	padding: 4px 12px;
	border-radius: 4px;
	box-sizing: border-box;
}

.ticker-label-dbb2c413 {
	font-weight: bold;
	color: #0085ba;
	margin-right: 12px;
	white-space: nowrap;
}

.ticker-content-wrapper-dbb2c413 {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 25px;
}

.ticker-content-dbb2c413 {
	display: flex;
	white-space: nowrap;
	position: absolute;
	will-change: transform;
	animation: ticker_scroll_dbb2c413 25s linear infinite;
}

.ticker-content-dbb2c413:hover {
	animation-play-state: paused;
}

.ticker-item-dbb2c413 {
	padding-right: 60px;
	display: inline-block;
}

@keyframes ticker_scroll_dbb2c413 {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (max-width: 768px) {
	.top-header-container-dbb2c413 {
		flex-direction: column;
		align-items: flex-start;
	}
	.top-header-meta-dbb2c413 {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}
	.meta-item-dbb2c413.date-dbb2c413,
	.meta-item-dbb2c413.time-dbb2c413,
	.meta-item-dbb2c413.weather-dbb2c413 {
		justify-content: flex-start;
		width: 100%;
	}
	.top-header-ticker-dbb2c413 {
		max-width: 100%;
		width: 100%;
	}
}
