.lazycore-consent[hidden] {
	display: none;
}

.lazycore-consent {
	position: fixed;
	inset: auto 16px 16px;
	z-index: 99999;
	display: flex;
	justify-content: center;
	pointer-events: none;
}

.lazycore-consent__panel {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 20px;
	width: min(1040px, 100%);
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	background: #15171d;
	color: #fff;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
	pointer-events: auto;
}

.lazycore-consent__eyebrow {
	margin: 0 0 6px;
	color: #f4c985;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.lazycore-consent h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 24px;
	line-height: 1.15;
}

.lazycore-consent p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.55;
}

.lazycore-consent__links {
	display: flex;
	gap: 14px;
	margin-top: 12px !important;
}

.lazycore-consent a {
	color: #f4c985;
}

.lazycore-consent__choices {
	display: grid;
	gap: 8px;
}

.lazycore-consent__choice {
	display: flex;
	gap: 10px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
}

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

.lazycore-consent__choice strong,
.lazycore-consent__choice small {
	display: block;
}

.lazycore-consent__choice small {
	margin-top: 2px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	line-height: 1.4;
}

.lazycore-consent__actions {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.lazycore-consent button,
.lazycore-cookie-settings-link,
.lazycore-consent-embed button {
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid #d8b273;
	border-radius: 999px;
	background: transparent;
	color: #fff;
	cursor: pointer;
	font-weight: 800;
}

.lazycore-consent button[data-lazycore-consent-accept],
.lazycore-consent button[data-lazycore-consent-save] {
	background: #d8b273;
	color: #15171d;
}

.lazycore-cookie-settings-link {
	color: inherit;
	border-color: currentColor;
	background: transparent;
}

.lazycore-consent-embed {
	padding: 24px;
	border: 1px solid #dfe3ea;
	border-radius: 12px;
	background: #f6f7f9;
	text-align: center;
}

.lazycore-consent-embed p {
	margin: 8px auto 14px;
	max-width: 52ch;
}

.lazycore-consent-embed button {
	color: #15171d;
}

@media (max-width: 760px) {
	.lazycore-consent {
		inset: auto 10px 10px;
	}

	.lazycore-consent__panel {
		grid-template-columns: 1fr;
		max-height: calc(100vh - 20px);
		overflow: auto;
		padding: 16px;
	}

	.lazycore-consent__actions {
		justify-content: stretch;
	}

	.lazycore-consent__actions button {
		width: 100%;
	}
}
