.footer-legal {
	text-align: center;
	margin: 15px 0 5px;
	color: #ffffff;
}

.footer-legal a,
.footer-legal a:hover,
.footer-legal a:visited,
.footer-legal .cookie-preferences-link {
	color: #ffffff;
	text-decoration: underline;
}

.footer-legal span {
	margin: 0 8px;
}

.cookie-preferences-link {
	background: transparent;
	border: 0;
	padding: 0;
	font: inherit;
	color: #468409;
	text-decoration: underline;
	cursor: pointer;
}

.cookie-consent[hidden] {
	display: none !important;
}

.cookie-consent {
	position: fixed;
	z-index: 9999;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 18px;
	background: rgba(0, 0, 0, 0.45);
}

.cookie-consent__panel {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 52px 20px 20px;
	background: #ffffff;
	border: 1px solid #d8d8d8;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.cookie-consent__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 34px;
	height: 34px;
	border: 1px solid #777777;
	border-radius: 4px;
	background: #ffffff;
	color: #222222;
	font-size: 24px;
	line-height: 28px;
	cursor: pointer;
}

.cookie-consent__main h2 {
	margin: 0 0 10px;
	font-size: 22px;
	font-style: normal;
	color: #222222;
}

.cookie-consent__main p {
	margin: 0 0 10px;
	text-align: left;
	color: #333333;
}

.cookie-consent__links {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.cookie-consent__actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 14px;
}

.cookie-consent__button {
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid #468409;
	border-radius: 4px;
	font-weight: 700;
	cursor: pointer;
}

.cookie-consent__button--primary {
	background: #468409;
	color: #ffffff;
}

.cookie-consent__button--ghost {
	background: #ffffff;
	color: #2d5a05;
}

.cookie-consent__preferences {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid #d8d8d8;
}

.cookie-consent__choice {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 12px 0;
	color: #222222;
}

.cookie-consent__choice input {
	margin-top: 4px;
}

.cookie-consent__choice span {
	display: block;
	line-height: 1.35;
}

.cookie-consent__choice strong {
	display: block;
}

.cookie-consent__choice--disabled {
	color: #555555;
}

.cookie-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	padding: 20px;
	border: 1px solid #d8d8d8;
	background: #f5f5f5;
	text-align: center;
}

.cookie-placeholder p {
	margin: 0 0 12px;
	text-align: center;
}

.cookie-placeholder__button {
	padding: 9px 14px;
	border: 1px solid #468409;
	border-radius: 4px;
	background: #468409;
	color: #ffffff;
	font-weight: 700;
}

.cookies-preferences-enabled [data-cookie-placeholder="preferences"],
.cookies-marketing-enabled [data-cookie-placeholder="marketing"],
.cookies-analytics-enabled [data-cookie-placeholder="analytics"] {
	display: none;
}

@media (max-width: 767px) {
	.cookie-consent {
		padding: 10px;
	}

	.cookie-consent__panel {
		padding: 16px;
	}

	.cookie-consent__actions {
		display: block;
	}

	.cookie-consent__button {
		width: 100%;
		margin-top: 8px;
	}
}
