.cookie-notice {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;

	.callout {
		box-shadow: 0 0 1rem rgba($black, 0.25);
		padding-bottom: 0;
	}
}
