.cli-consent[hidden],
.cli-consent-settings-wrap[hidden] {
	display: none !important;
}

.cli-consent {
	position: fixed;
	inset: auto 0 0;
	z-index: 1000000;
	padding: 16px;
	background: rgba(0, 0, 0, 0.76);
}

.cli-consent__panel {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 30px;
	align-items: center;
	width: min(1160px, 100%);
	margin: 0 auto;
	padding: 24px 28px;
	background: #fff;
	border: 1px solid #cfd5d2;
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.3);
	color: #111;
}

.cli-consent__copy,
.cli-consent__actions {
	min-width: 0;
}

.cli-consent__eyebrow {
	margin: 0 0 5px;
	color: #004438;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.cli-consent__copy h2 {
	margin: 0 0 7px;
	color: #111;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(24px, 2.2vw, 30px);
	font-style: normal;
	font-weight: 600;
	line-height: 1.15;
}

.cli-consent__copy p {
	max-width: 760px;
	margin: 0;
	color: #202523;
	font-size: 15px;
	line-height: 1.55;
}

.cli-consent__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-top: 9px !important;
	font-size: 13px !important;
}

.cli-consent__links a {
	color: #004438;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cli-consent__status {
	min-height: 20px;
	margin-top: 7px !important;
	color: #545d59 !important;
	font-size: 12px !important;
}

.cli-consent__actions {
	display: flex;
	gap: 10px;
	align-items: center;
}

.cli-consent__button,
.cli-consent-settings {
	min-height: 44px;
	padding: 11px 17px;
	border: 1px solid #004438;
	border-radius: 0;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.cli-consent__button--primary {
	background: #004438;
	color: #fff;
}

.cli-consent__button--secondary {
	background: #fff;
	color: #004438;
}

.cli-consent__button:hover,
.cli-consent__button:focus-visible,
.cli-consent-settings:hover,
.cli-consent-settings:focus-visible {
	outline: 3px solid #d6401f;
	outline-offset: 3px;
}

.cli-consent-settings-wrap {
	display: inline;
}

.cli-consent-settings {
	display: block;
	position: static;
	min-height: 0;
	padding: 0;
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.82);
	box-shadow: none;
	font-size: 14px;
	font-weight: 560;
	line-height: 21px;
}

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

	.cli-consent__panel {
		grid-template-columns: 1fr;
		gap: 17px;
		max-width: 100%;
		padding: 21px;
	}

	.cli-consent__actions {
		flex-direction: column-reverse;
		align-items: stretch;
	}

	.cli-consent__button {
		width: 100%;
	}

}
