.manzi-consent-embed-shell {
	position: relative;
	width: 100%;
	min-height: 220px;
	overflow: hidden;
	border-radius: 18px;
	background: #071528;
	box-shadow: 0 18px 45px rgba(4, 17, 35, .18);
}

.manzi-consent-embed-shell::after {
	content: "";
	display: block;
	clear: both;
}

.manzi-consent-embed-shell > iframe {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: inherit;
	margin: 0 !important;
	border: 0;
}

.manzi-consent-placeholder {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 28px;
	text-align: center;
	color: #f7fbff;
	background:
		radial-gradient(circle at 12% 12%, rgba(25, 128, 220, .28), transparent 36%),
		linear-gradient(145deg, #0d2743, #061422 72%);
}

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

.manzi-consent-placeholder__icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding-left: 3px;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 50%;
	color: #071528;
	background: #f6c945;
}

.manzi-consent-placeholder strong {
	font-size: 18px;
	line-height: 1.25;
	color: #fff;
}

.manzi-consent-placeholder span:not(.manzi-consent-placeholder__icon) {
	max-width: 480px;
	font-size: 14px;
	line-height: 1.55;
	color: #dce9f5;
}

.manzi-consent-placeholder__button,
.manzi-cookie-settings-link {
	min-height: 44px;
	padding: 10px 17px;
	border: 2px solid #f6c945;
	border-radius: 999px;
	font: inherit;
	font-weight: 800;
	line-height: 1.2;
	color: #071528;
	background: #f6c945;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.manzi-consent-placeholder__button:hover,
.manzi-cookie-settings-link:hover {
	transform: translateY(-1px);
	color: #071528;
	background: #ffda5e;
	box-shadow: 0 10px 26px rgba(246, 201, 69, .22);
}

.manzi-consent-placeholder__button:focus-visible,
.manzi-cookie-settings-link:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.manzi-footer-privacy-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	margin-top: 14px;
}

.manzi-footer-privacy-links a,
.manzi-footer-privacy-links button {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.manzi-footer-privacy-links button {
	min-height: 44px;
	padding: 6px 0;
	border: 0;
	background: transparent;
	font: inherit;
	cursor: pointer;
}

.manzi-footer-privacy-links a:hover,
.manzi-footer-privacy-links button:hover {
	color: #f6c945;
}

.manzi-footer-privacy-links a:focus-visible,
.manzi-footer-privacy-links button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

html.manzi-cmp-open,
body.manzi-cmp-open {
	overflow: hidden;
}

.manzi-cmp-layer[hidden] {
	display: none !important;
}

.manzi-cmp-layer {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: grid;
	place-items: end center;
	padding: 18px;
	overflow-y: auto;
	background: rgba(3, 12, 23, .52);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.manzi-cmp-card {
	position: relative;
	box-sizing: border-box;
	width: min(620px, 100%);
	min-width: 0;
	max-height: calc(100dvh - 36px);
	overflow: auto;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 18px;
	color: #eef6ff;
	background:
		radial-gradient(circle at 8% 0, rgba(40, 139, 226, .2), transparent 38%),
		linear-gradient(145deg, #102d4c 0%, #071727 54%, #05111e 100%);
	box-shadow: 0 22px 70px rgba(0, 0, 0, .42);
	overscroll-behavior: contain;
}

.manzi-cmp-card:focus {
	outline: none;
}

.manzi-cmp-close {
	position: absolute;
	top: 9px;
	right: 9px;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	color: #fff;
	background: rgba(2, 10, 18, .54);
	font: 700 28px/1 Arial, sans-serif;
	cursor: pointer;
}

.manzi-cmp-close:hover {
	border-color: #f6c945;
	color: #071528;
	background: #f6c945;
}

.manzi-cmp-header {
	padding-right: 48px;
}

.manzi-cmp-header h2 {
	margin: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.manzi-cmp-description {
	margin: 7px 0 11px;
	max-width: 530px;
	color: #d6e6f4;
	font-size: 14px;
	line-height: 1.45;
}

.manzi-cmp-description a {
	color: #f6c945;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.manzi-cmp-details {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 12px;
	background: rgba(255, 255, 255, .045);
}

.manzi-cmp-details__summary {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 9px 44px 9px 13px;
	color: #fff;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.25;
	cursor: pointer;
	list-style: none;
}

.manzi-cmp-details__summary::-webkit-details-marker {
	display: none;
}

.manzi-cmp-details__summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 14px;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: #071528;
	background: #f6c945;
	font-size: 19px;
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%);
}

.manzi-cmp-details[open] .manzi-cmp-details__summary {
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.manzi-cmp-details[open] .manzi-cmp-details__summary::after {
	content: "–";
}

.manzi-cmp-details__summary:hover {
	background: rgba(255, 255, 255, .055);
}

.manzi-cmp-details__summary:focus-visible {
	outline: 3px solid #fff;
	outline-offset: -4px;
}

.manzi-cmp-categories {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding: 10px 10px 0;
}

.manzi-cmp-category {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-width: 0;
	padding: 11px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 11px;
	background: rgba(255, 255, 255, .055);
}

.manzi-cmp-category__copy {
	min-width: 0;
	overflow-wrap: anywhere;
}

.manzi-cmp-category__copy strong {
	display: block;
	margin-bottom: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 1.25;
}

.manzi-cmp-category__copy span {
	display: block;
	color: #c6d7e6;
	font-size: 12px;
	line-height: 1.38;
}

.manzi-cmp-switch {
	position: relative;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 76px;
	min-height: 44px;
	margin: 0;
	cursor: pointer;
}

.manzi-cmp-switch input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.manzi-cmp-switch__visual {
	position: relative;
	display: block;
	width: 50px;
	height: 28px;
	border: 2px solid #9cb1c3;
	border-radius: 999px;
	background: #263b4f;
	transition: border-color .18s ease, background-color .18s ease;
}

.manzi-cmp-switch__visual::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
	transition: transform .18s ease;
}

.manzi-cmp-switch input:checked + .manzi-cmp-switch__visual {
	border-color: #f6c945;
	background: #f6c945;
}

.manzi-cmp-switch input:checked + .manzi-cmp-switch__visual::after {
	transform: translateX(22px);
	background: #071528;
}

.manzi-cmp-switch input:focus-visible + .manzi-cmp-switch__visual {
	outline: 3px solid #fff;
	outline-offset: 4px;
}

.manzi-cmp-switch input:disabled + .manzi-cmp-switch__visual {
	opacity: .78;
}

.manzi-cmp-switch__label {
	color: #dbeafb;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
}

.manzi-cmp-note {
	margin: 8px 12px 0;
	color: #b8cee0;
	font-size: 12px;
	line-height: 1.4;
}

.manzi-cmp-save-action {
	padding: 9px 10px 10px;
}

.manzi-cmp-save-action .manzi-cmp-btn {
	width: 100%;
}

.manzi-cmp-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 10px;
}

.manzi-cmp-btn {
	box-sizing: border-box;
	min-width: 0;
	min-height: 44px;
	padding: 9px 13px;
	border: 1px solid transparent;
	border-radius: 11px;
	font: inherit;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.manzi-cmp-btn--equal {
	border-color: #f6c945;
	color: #071528;
	background: #f6c945;
}

.manzi-cmp-btn--save {
	border-color: #83bce9;
	color: #fff;
	background: #174d7d;
}

.manzi-cmp-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, .26);
}

.manzi-cmp-btn--equal:hover {
	background: #ffda5e;
}

.manzi-cmp-btn--save:hover {
	background: #1d629e;
}

.manzi-cmp-close:focus-visible,
.manzi-cmp-btn:focus-visible,
.manzi-cmp-description a:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

@media (max-width: 767px) {
	.manzi-consent-embed-shell {
		float: none !important;
		max-width: none !important;
		min-height: 240px !important;
		margin: 18px 0 !important;
	}

	.manzi-consent-placeholder {
		padding: 22px 18px;
	}

	.manzi-cmp-layer {
		align-items: end;
		padding: 8px;
	}

	.manzi-cmp-card {
		width: 100%;
		max-height: calc(100dvh - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
		padding: 15px 14px calc(14px + env(safe-area-inset-bottom));
		border-radius: 16px;
	}

	.manzi-cmp-close {
		top: 10px;
		right: 10px;
	}

	.manzi-cmp-header {
		padding-right: 38px;
	}

	.manzi-cmp-header h2 {
		font-size: 20px;
	}

	.manzi-cmp-description {
		margin: 6px 0 9px;
		font-size: 13px;
		line-height: 1.42;
	}

	.manzi-cmp-categories {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 8px 8px 0;
	}

	.manzi-cmp-category {
		padding: 10px;
	}

	.manzi-cmp-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.manzi-consent-placeholder__button,
	.manzi-cookie-settings-link,
	.manzi-cmp-btn,
	.manzi-cmp-switch__visual,
	.manzi-cmp-switch__visual::after {
		transition: none;
	}
}
