:root {
	--cc-green: #b7dc22;
	--cc-green-dark: #9fc315;
	--cc-black: #202020;
	--cc-text: #202020;
	--cc-muted: #6e6e6e;
	--cc-border: #e7e7e7;
	--cc-bg: #ffffff;
	--cc-soft: #f7f7f5;
}

.cookie-banner,
.cookie-banner *,
.cookie-reopen {
	box-sizing: border-box;
}

footer.copyright .col-full {
	flex-wrap: wrap;
	row-gap: 0.75rem;
}

footer.copyright .col-full > .widget:nth-last-child(3) {
	text-align: right;
}

.cookie-reopen {
	order: 2;
	display: none;
	align-items: center;
	flex: 0 0 auto;
	gap: 7px;
	margin: 0;
	padding: 0;
	color: inherit;
	background: transparent;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 650;
	text-decoration: none;
}

.cookie-reopen:hover {
	text-decoration: underline;
}

.cookie-reopen.is-visible {
	display: inline-flex;
}

.cookie-reopen-dot {
	width: 8px;
	height: 8px;
	background: var(--cc-green);
	border-radius: 50%;
}

.cookie-banner {
	display: none;
	order: 3;
	flex: 1 1 100%;
	width: 100%;
	overflow: hidden;
	color: inherit;
}

.cookie-banner.is-visible {
	display: block;
	padding-top: 12px;
	border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);
}

.cookie-accent {
	display: none;
}

.cookie-main {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	padding: 4px 0 0;
}

.cookie-content {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	min-width: 0;
}

.cookie-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	min-width: 42px;
	font-size: 21px;
	line-height: 1;
	background: #f2f8d9;
	border-radius: 10px;
}

.cookie-copy {
	min-width: 0;
}

.cookie-title {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 750;
	letter-spacing: -0.15px;
	color: inherit;
}

.cookie-title span {
	text-decoration: underline;
	text-decoration-color: var(--cc-green);
	text-decoration-thickness: 3px;
	text-underline-offset: 3px;
}

.cookie-description {
	max-width: 620px;
	margin: 0;
	color: inherit;
	opacity: 0.82;
	font-size: 13px;
	line-height: 1.55;
}

.cookie-description strong {
	opacity: 1;
	font-weight: 650;
}

.cookie-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.cookie-btn {
	height: 42px;
	padding: 0 17px;
	appearance: none;
	border: 0;
	outline: 0;
	border-radius: 7px;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.cookie-btn:hover {
	transform: translateY(-1px);
}

.cookie-btn:active {
	transform: translateY(0);
}

.cookie-btn:focus-visible,
.cookie-reopen:focus-visible,
.cookie-switch input:focus-visible + .cookie-slider {
	outline: 3px solid rgba(159, 195, 21, 0.45);
	outline-offset: 2px;
}

.cookie-btn-accept {
	color: #172000;
	background: var(--cc-green);
}

.cookie-btn-accept:hover {
	background: var(--cc-green-dark);
}

.cookie-btn-reject,
.cookie-save {
	color: white;
	background: var(--cc-black);
	border: 1px solid color-mix(in srgb, currentColor 28%, transparent);
}

.cookie-btn-reject:hover,
.cookie-save:hover {
	background: #000;
}

.cookie-btn-settings {
	color: var(--cc-text);
	background: white;
	border: 1px solid #d6d6d6;
}

.cookie-btn-settings:hover {
	background: #f5f5f5;
}

.cookie-settings {
	display: none;
	padding: 0 0 20px;
}

.cookie-settings.is-open {
	display: block;
}

.cookie-settings-inner {
	padding-top: 17px;
	border-top: 1px solid var(--cc-border);
}

.cookie-settings-title {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 750;
	color: inherit;
}

.cookie-settings-subtitle {
	margin: 0 0 14px;
	color: inherit;
	opacity: 0.82;
	font-size: 12px;
	line-height: 1.5;
}

.cookie-types {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 9px;
}

.cookie-type {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 72px;
	padding: 12px 13px;
	background: var(--cc-soft);
	border: 1px solid #eeeeeb;
	border-radius: 8px;
}

.cookie-type-copy {
	min-width: 0;
}

.cookie-type-title {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: 750;
}

.cookie-type-desc {
	margin: 0;
	color: var(--cc-muted);
	font-size: 11px;
	line-height: 1.4;
}

.cookie-required {
	color: #74910b;
	font-size: 10px;
	font-weight: 700;
}

.cookie-switch {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 22px;
	min-width: 38px;
}

.cookie-switch input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.cookie-slider {
	position: absolute;
	inset: 0;
	cursor: pointer;
	background: #c9c9c9;
	border-radius: 30px;
	transition: 0.2s;
}

.cookie-slider::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 16px;
	height: 16px;
	background: white;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	transition: 0.2s;
}

.cookie-switch input:checked + .cookie-slider {
	background: var(--cc-green);
}

.cookie-switch input:checked + .cookie-slider::before {
	transform: translateX(16px);
}

.cookie-switch input:disabled + .cookie-slider {
	background: var(--cc-green);
	cursor: default;
}

.cookie-settings-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin-top: 13px;
}

.cookie-links {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
}

.cookie-links a {
	color: inherit;
	opacity: 0.82;
	font-size: 11px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.cookie-links a:hover {
	opacity: 1;
}

@media (max-width: 900px) {
	.cookie-main {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.cookie-actions {
		width: 100%;
	}

	.cookie-btn {
		flex: 1;
	}

	.cookie-types {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.cookie-main {
		padding: 17px 0;
	}

	.cookie-settings {
		padding: 0 0 17px;
	}

	.cookie-icon {
		width: 36px;
		height: 36px;
		min-width: 36px;
		font-size: 18px;
	}

	.cookie-title {
		font-size: 15px;
	}

	.cookie-description {
		font-size: 12px;
	}

	.cookie-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.cookie-btn-settings {
		grid-column: 1 / -1;
	}

	.cookie-settings-footer {
		align-items: stretch;
		flex-direction: column;
	}

	.cookie-save {
		width: 100%;
	}
}
