#cookieBar {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: var(--gutter);
	background: var(--theme-background2);
	color: var(--theme-color2);
	z-index: 99999;
	text-align: center;
}

#cookieBar a {
	color: var(--theme-color2);
	text-decoration: underline;
}

#cookieBarAccept {
	cursor: pointer;
	margin-left: var(--gutter);
}

@media screen and (max-width: 48rem) {
	#cookieBarAccept {
		margin-top: var(--gutter);
	}
}