.announcement-banner {
	background: var(--dark);
	color: #fff;
	text-align: center;
	padding: 10px 50px 10px 20px;
	font-size: 0.95rem;
	position: relative;
	z-index: 600;
}

.announcement-banner a {
	color: #a5d6a7;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

.announcement-banner a:hover {
	text-decoration: underline;
}

.banner-dismiss {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: #ccc;
	font-size: 1.3rem;
	cursor: pointer;
	line-height: 1;
	padding: 2px 6px;
}

.banner-dismiss:hover {
	color: #fff;
}
