.leonlab-announcement-bar {
	position: relative;
	border-radius: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.leonlab-announcement-bar__bgOverlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.leonlab-announcement-bar--sticky {
	position: sticky;
	top: 0;
	z-index: 999;
}

.leonlab-announcement-bar__root {
	position: relative;
	z-index: 2;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

.leonlab-announcement-bar__message {
	font-weight: 600;
	font-size: var(--leonlab-annbar-message-size, inherit);
}

.leonlab-announcement-bar__link {
	text-decoration: underline;
	font-weight: 600;
	font-size: var(--leonlab-annbar-link-size, inherit);
	color: var(--leonlab-annbar-link-color, inherit);
}

.leonlab-announcement-bar__close {
	border: none;
	background: var(--leonlab-annbar-close-bg, rgba(0,0,0,0.10));
	border-radius: 999px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	color: var(--leonlab-annbar-close-color, inherit);
	cursor: pointer;
}
