.eat_more_cookies.banner {

	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: inherit;
	z-index: 1000;
	padding: 1rem;
	display: flex;
	box-shadow: 0 .5rem 1rem currentColor;
}

.eat_more_cookies .button {
	all: unset;
	border: solid 2px currentColor;
	background: inherit;
	margin-left: 1rem;
	padding: 0 .5em;
	align-self: center;
	cursor: pointer;
	filter: grayscale(1);
}

.eat_more_cookies .button:hover {
	filter: grayscale(1) invert(1);
}

@media all and (max-width:60em) {
	.eat_more_cookies .message {
		font-size: 2vw;
		line-height: 1.2em;
	}
}
