
.hidden {
	visibility: hidden;
	display: none;
}

.cookie-banner {
	bottom: 50px;
	color: #ffffff;
	font-size: 16px;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 9999;
}

.cookie-container {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 30px;
	width: 100%;
    background-color: #1B0C1C;
}

.cookie-message {
	color: #dfdfdf;
}

.cookie-message p:first-child {
    color: #d1beb1;
}

.cookie-message p {
	margin-bottom: 10px;
	font-size: 0.95em;
}

.cookie-message a {
	color: #ffa25a;
	font-weight: bold;
}

.cookie-message a:hover {
	color: white;
}

.cookie-message i {
	color: #a0a0a0 !important;
	margin-right: 4px;
	font-size: 1em;
}

.cookie-message-close {
	margin-left: 20px;
}

.cookie-button {
	border-radius: 0px;
}