.cookie-banner {
	position: fixed;
	left: 0; right: 0; top: 0;
	background: #555;
	color: #fff;
	padding: .75em .75em 0 .75em;
	z-index: 5000;
	font-size: 1em;
	margin: .15em;
}
.cookie-banner__content {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
}
.cookie-banner button {
	background: #fff;
	color: #111;
	border: 0;
	padding: 8px 12px;
	cursor: pointer;
	border-radius: 4px;
}

