.hd-cookie-notice-wrapper {
	background-color: black;
	color: white;
	position: fixed;
	z-index: 9999;
	left: 0;
	width: 100%;
	position: fixed;
	opacity: 0.8;
}
.hd-cookie-notice-wrapper-top {
	top: 0;
}
.hd-cookie-notice-wrapper-bottom {
	bottom: 0;
}
.hd-cookie-notice-wrapper .hd-cookie-notice {
	margin: 1em auto;
    padding: 24px;
    padding-bottom: 0;
    align-items: center;
    opacity: 1;
}
.hd-cookie-notice-wrapper .hd-cookie-notice .hd-cookie-notice__content a {
	color: white;
	text-decoration: underline;
}
.hd-cookie-notice-wrapper .hd-cookie-notice .hd-cookie-notice__button {
	text-align: center;
}
.hd-cookie-notice-wrapper .hd-cookie-notice .hd-cookie-notice__button a {
	display: inline-block;
	box-shadow: inset 0 0 0 3px #fff;
	background: none;
	border: none;
	color: #fff;
	font-size: 1.25em;
	line-height: 1;
	padding: .5em 1em;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.hd-cookie-notice-wrapper .hd-cookie-notice .hd-cookie-notice__button a:hover {
	box-shadow: inset 0 0 0 5px #fff;
}

@media only screen and ( min-width: 767px )  {
	.hd-cookie-notice-wrapper .hd-cookie-notice {
		max-width: 90%;
		display: flex;
	}
	.hd-cookie-notice-wrapper .hd-cookie-notice .hd-cookie-notice__content {
		padding-right: 24px;
	}
}