.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: 1fr;
	gap: 20px;
	width: min(680px, 100%);
	padding: 22px;
	border: 1px solid #dce6ef;
	border-top: 4px solid var(--c-primary, #164d80);
	border-radius: 14px;
	background: #fff;
	color: #164d80;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
	pointer-events: auto;
}

.lazycore-consent__eyebrow {
	margin: 0 0 6px;
	color: var(--c-accent, #ed0922);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.lazycore-consent h2 {
	margin: 0 0 10px;
	color: var(--c-primary, #164d80);
	font-size: 24px;
	line-height: 1.15;
}

.lazycore-consent p {
	margin: 0;
	color: #52677a;
	line-height: 1.55;
}

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

.lazycore-consent a {
	color: var(--c-primary, #164d80);
	text-decoration: underline;
}

.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 var(--c-accent, #ed0922);
	border-radius: 999px;
	background: var(--c-accent, #ed0922);
	color: #fff;
	cursor: pointer;
	font-weight: 800;
}

.lazycore-consent button[data-lazycore-consent-accept],
.lazycore-consent button[data-lazycore-consent-save] {
	background: var(--c-accent, #ed0922);
	color: #fff;
}

.lazycore-consent-launcher[hidden]{display:none!important}
.lazycore-consent-launcher{position:fixed;left:16px;bottom:16px;z-index:99998;min-height:44px;padding:10px 16px;border:1px solid #dce6ef;border-radius:999px;background:#fff;color:var(--c-primary,#164d80);box-shadow:0 4px 20px #123d6026;font-family:inherit;font-size:12px;font-weight:600;line-height:1.4;cursor:pointer}
.lazycore-consent-launcher:focus-visible,.lazycore-consent button:focus-visible{outline:3px solid var(--c-primary,#164d80);outline-offset:3px}
@media(max-width:760px){.lazycore-consent-launcher{bottom:calc(82px + env(safe-area-inset-bottom,0px));left:10px}.lazycore-consent{bottom:calc(82px + env(safe-area-inset-bottom,0px))}.lazycore-consent__panel{max-height:calc(100dvh - 110px)}}

.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 calc(82px + env(safe-area-inset-bottom,0px));
	}

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

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

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