.lsvr-notices-topbar {
	--lsvr-notices-topbar-background: #f8cf54;
	--lsvr-notices-topbar-foreground: #1a1a1a;
	box-sizing: border-box;
	position: relative;
	z-index: 30;
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
}

.lsvr-notices-topbar *,
.lsvr-notices-topbar *::before,
.lsvr-notices-topbar *::after {
	box-sizing: border-box;
}

.lsvr-notices-topbar__inner {
	width: 100%;
	padding: 0;
}

.lsvr-notices-topbar__list,
.lsvr-notices-topbar__item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lsvr-notices-topbar__item {
	background-color: var(--lsvr-notices-topbar-item-background, var(--lsvr-notices-topbar-background));
	color: var(--lsvr-notices-topbar-item-foreground, var(--lsvr-notices-topbar-foreground));
}

.lsvr-notices-topbar .lsvr-notices-topbar__link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 40px;
	padding: 4px 30px;
	border-radius: 2px;
	color: inherit !important;
	text-decoration: none;
}

.lsvr-notices-topbar__link:hover .lsvr-notices-topbar__title {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.lsvr-notices-topbar__link:focus {
	outline: 3px solid currentColor;
	outline-offset: 2px;
}

.lsvr-notices-topbar__link:focus:not(:focus-visible) {
	outline: none;
}

.lsvr-notices-topbar__link:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 2px;
}

.lsvr-notices-topbar__icon {
	display: block;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	color: inherit;
}

.lsvr-notices-topbar__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.lsvr-notices-topbar__icon-shape {
	fill: currentColor;
}

.lsvr-notices-topbar__icon-mark {
	fill: var(--lsvr-notices-topbar-item-background, var(--lsvr-notices-topbar-background));
}

.lsvr-notices-topbar__fire-shape {
	fill: currentColor;
}

.lsvr-notices-topbar__ban-symbol {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lsvr-notices-topbar__line-icon {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lsvr-notices-topbar__construction-shape,
.lsvr-notices-topbar__flood-drop {
	fill: currentColor;
}

.lsvr-notices-topbar__construction-mark {
	fill: var(--lsvr-notices-topbar-item-background, var(--lsvr-notices-topbar-background));
}

.lsvr-notices-topbar__content {
	display: flex;
	flex: 0 1 auto;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px 14px;
	min-width: 0;
	text-align: center;
}

.lsvr-notices-topbar__title {
	font-weight: 700;
}

.lsvr-notices-topbar__issued {
	font-size: 0.875em;
	font-weight: 400;
}

@media (max-width: 600px) {
	.lsvr-notices-topbar__inner {
		padding: 0;
	}

	.lsvr-notices-topbar .lsvr-notices-topbar__link {
		align-items: flex-start;
		gap: 12px;
		padding: 12px 16px;
	}

	.lsvr-notices-topbar__icon {
		flex-basis: 24px;
		width: 24px;
		height: 24px;
		margin-top: 1px;
	}

	.lsvr-notices-topbar__content {
		display: block;
	}

	.lsvr-notices-topbar__title,
	.lsvr-notices-topbar__issued {
		display: block;
	}

	.lsvr-notices-topbar__issued {
		margin-top: 2px;
	}
}
