.bab-announcement-bar {
	position: relative;
	z-index: 100;
	width: 100%;
	background: #019389;
	color: #fff;
	font-size: 0.95rem;
	line-height: 1.4;
}

.bab-announcement-bar__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	max-width: 1200px;
	min-height: 42px;
	margin: 0 auto;
	padding: 0.55rem 1.25rem;
	text-align: center;
}

.bab-announcement-bar__link {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.bab-announcement-bar__link:hover,
.bab-announcement-bar__link:focus {
	color: #fff;
	text-decoration-thickness: 2px;
}

.bab-announcement-bar__icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
}

.bab-announcement-bar__icon svg {
	width: 1.1em;
	height: 1.1em;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 600px) {
	.bab-announcement-bar__inner {
		flex-wrap: wrap;
		gap: 0.2rem 0.45rem;
		min-height: 0;
		padding: 0.55rem 0.85rem;
	}
}
