.wdk-consent {
	bottom: 16px;
	display: flex;
	left: auto;
	max-width: min(760px, calc(100vw - 32px));
	padding: 0;
	pointer-events: none;
	position: fixed;
	right: 16px;
	top: auto;
	width: auto;
	z-index: 999999;
}

.wdk-consent:not(.is-open),
.wdk-consent[hidden],
.wdk-consent [hidden] {
	display: none !important;
}

.wdk-consent--bar {
	align-items: flex-end;
	bottom: 0;
	left: 0;
	max-width: none;
	padding: 0;
	right: 0;
	width: auto;
}

.wdk-consent--side {
	align-items: flex-start;
	justify-content: flex-end;
	max-width: min(430px, calc(100vw - 48px));
	padding: 24px;
	right: 24px;
	top: 24px;
}

.wdk-consent--bar,
.wdk-consent--side {
	pointer-events: none;
}

.wdk-consent--bar .wdk-consent__backdrop,
.wdk-consent--side .wdk-consent__backdrop {
	display: none;
}

.wdk-consent--bar[class*="wdk-consent--blur-"] .wdk-consent__backdrop,
.wdk-consent--side[class*="wdk-consent--blur-"] .wdk-consent__backdrop {
	display: block;
	pointer-events: none;
}

.wdk-consent__backdrop {
	background: rgba(15, 23, 42, .56);
	display: none;
	inset: 0;
	pointer-events: none;
	position: fixed;
}

.wdk-consent--blur-desktop .wdk-consent__backdrop {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(15, 23, 42, .42);
}

.wdk-pos-desktop-top {
	align-items: flex-start;
	justify-content: center;
}

.wdk-pos-desktop-bottom {
	align-items: flex-end;
	justify-content: center;
}

.wdk-pos-desktop-left {
	align-items: center;
	justify-content: flex-start;
}

.wdk-pos-desktop-right {
	align-items: center;
	justify-content: flex-end;
}

.wdk-pos-desktop-top-left {
	align-items: flex-start;
	justify-content: flex-start;
}

.wdk-pos-desktop-top-right {
	align-items: flex-start;
	justify-content: flex-end;
}

.wdk-pos-desktop-bottom-left {
	align-items: flex-end;
	justify-content: flex-start;
}

.wdk-pos-desktop-bottom-right {
	align-items: flex-end;
	justify-content: flex-end;
}

.wdk-consent--bar {
	align-items: flex-end;
	justify-content: center;
	padding: 0;
}

.wdk-consent--side {
	align-items: flex-start;
	justify-content: flex-end;
	padding: 24px;
}

.wdk-consent__panel {
	background: var(--wdk-bg);
	border-radius: var(--wdk-radius);
	box-shadow: 0 22px 70px rgba(15, 23, 42, .28);
	color: var(--wdk-text);
	max-height: min(820px, calc(100vh - 40px));
	max-width: 760px;
	overflow: auto;
	padding: 28px;
	pointer-events: auto;
	position: relative;
	width: 100%;
}

.wdk-consent--bar .wdk-consent__panel {
	border-radius: var(--wdk-radius) var(--wdk-radius) 0 0;
	max-width: none;
}

.wdk-consent--side .wdk-consent__panel {
	max-width: 430px;
}

.wdk-consent h2 {
	color: var(--wdk-text);
	font-size: 25px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.wdk-consent p {
	line-height: 1.6;
	margin: 0 0 16px;
}

.wdk-consent__eyebrow {
	color: var(--wdk-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.wdk-consent__links {
	display: flex;
	gap: 14px;
	margin-bottom: 18px;
}

.wdk-consent a {
	color: var(--wdk-accent);
}

.wdk-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.wdk-btn,
.wdk-manage,
.wdk-shortcode-button {
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	padding: 11px 17px;
}

.wdk-btn--primary {
	background: var(--wdk-accent);
	color: #fff;
}

.wdk-btn--secondary {
	background: transparent;
	border-color: var(--wdk-accent);
	color: var(--wdk-accent);
}

.wdk-btn--text {
	background: transparent;
	color: var(--wdk-accent);
}

.wdk-consent__details-head,
.wdk-category {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.wdk-consent__close {
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 30px;
}

.wdk-consent .wdk-category {
	border-top: 1px solid #e5e7eb;
	cursor: pointer;
	gap: 18px;
	padding: 16px 0;
}

.wdk-category small {
	display: block;
	line-height: 1.45;
	margin-top: 5px;
}

.wdk-consent .wdk-category input[type="checkbox"][data-wdk-category] {
	-webkit-appearance: none !important;
	appearance: none !important;
	background: #cbd5e1 !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: inset 0 2px 5px rgba(15, 23, 42, .18) !important;
	cursor: pointer !important;
	display: inline-block !important;
	flex: 0 0 54px !important;
	height: 30px !important;
	margin: 0 !important;
	min-height: 30px !important;
	min-width: 54px !important;
	position: relative !important;
	transition: background .18s ease, box-shadow .18s ease !important;
	width: 54px !important;
}

.wdk-consent .wdk-category input[type="checkbox"][data-wdk-category]::before {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(15, 23, 42, .28);
	content: "";
	height: 24px;
	left: 3px;
	position: absolute;
	top: 3px;
	transition: transform .18s ease;
	width: 24px;
}

.wdk-consent .wdk-category input[type="checkbox"][data-wdk-category]::after {
	color: #fff;
	content: "Aus";
	font-size: 9px;
	font-weight: 800;
	line-height: 30px;
	position: absolute;
	right: 7px;
	text-transform: uppercase;
}

.wdk-consent .wdk-category input[type="checkbox"][data-wdk-category]:checked {
	background: var(--wdk-accent) !important;
}

.wdk-consent .wdk-category input[type="checkbox"][data-wdk-category]:checked::before {
	transform: translateX(24px);
}

.wdk-consent .wdk-category input[type="checkbox"][data-wdk-category]:checked::after {
	content: "An";
	left: 8px;
	right: auto;
}

.wdk-consent .wdk-category input[type="checkbox"][data-wdk-category]:disabled {
	cursor: not-allowed !important;
	opacity: .78 !important;
}

.wdk-consent .wdk-category input[type="checkbox"][data-wdk-category]:focus-visible {
	outline: 3px solid rgba(37, 99, 235, .28) !important;
	outline-offset: 3px !important;
}

.wdk-cookie-list {
	border-top: 1px solid #e5e7eb;
	margin: 0 0 18px;
	padding-top: 16px;
}

.wdk-cookie-list summary {
	cursor: pointer;
	font-weight: 700;
}

.wdk-cookie-list__scroll {
	max-height: min(310px, 42vh);
	overflow: auto;
	overscroll-behavior: auto;
	scrollbar-gutter: stable both-edges;
	touch-action: pan-x pan-y;
}

.wdk-cookie-list table {
	border-collapse: collapse;
	font-size: 13px;
	margin-top: 12px;
	min-width: 760px;
	width: 100%;
}

.wdk-cookie-list thead th {
	background: #f8fafc;
	position: sticky;
	top: 0;
	z-index: 1;
}

.wdk-cookie-list td,
.wdk-cookie-list th {
	border: 1px solid #e5e7eb;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

.wdk-manage {
	background: var(--wdk-accent);
	bottom: 14px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, .2);
	color: #fff;
	font-size: 12px;
	position: fixed;
	z-index: 99999;
}

.wdk-manage--bottom-left {
	left: 14px;
}

.wdk-manage--bottom-right {
	right: 14px;
}

.wdk-shortcode-button {
	background: var(--wdk-accent);
	color: #fff;
}

.wdk-test-panel {
	background: #0f172a;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 16px;
	bottom: 16px;
	box-shadow: 0 18px 50px rgba(15, 23, 42, .38);
	color: #e5e7eb;
	font: 13px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	max-height: min(420px, 60vh);
	max-width: 440px;
	overflow: hidden;
	position: fixed;
	right: 16px;
	width: calc(100vw - 32px);
	z-index: 1000001;
}

.wdk-test-panel__head {
	align-items: center;
	background: rgba(15, 23, 42, .98);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	display: flex;
	gap: 10px;
	justify-content: space-between;
	padding: 10px 12px;
}

.wdk-test-panel__head strong {
	color: #fff;
	font-size: 13px;
}

.wdk-test-panel__head div {
	display: flex;
	gap: 6px;
}

.wdk-test-panel button {
	background: #1d4ed8;
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 8px;
}

.wdk-test-panel__body {
	max-height: 350px;
	overflow: auto;
	padding: 12px;
}

.wdk-test-panel--collapsed .wdk-test-panel__body {
	display: none;
}

.wdk-test-status {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 10px;
}

.wdk-test-pill {
	background: rgba(148, 163, 184, .18);
	border: 1px solid rgba(148, 163, 184, .3);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 7px;
}

.wdk-test-pill.is-ok {
	background: rgba(22, 163, 74, .2);
	border-color: rgba(34, 197, 94, .45);
	color: #bbf7d0;
}

.wdk-test-pill.is-denied {
	background: rgba(220, 38, 38, .16);
	border-color: rgba(248, 113, 113, .38);
	color: #fecaca;
}

.wdk-test-metrics {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 10px;
}

.wdk-test-metrics span {
	background: rgba(255, 255, 255, .08);
	border-radius: 12px;
	padding: 8px;
}

.wdk-test-metrics strong {
	color: #fff;
	display: block;
	font-size: 18px;
}

.wdk-test-note {
	color: #cbd5e1;
	font-size: 12px;
	margin: 0 0 10px;
}

.wdk-test-events {
	display: grid;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wdk-test-event {
	border-left: 3px solid #60a5fa;
	background: rgba(255, 255, 255, .07);
	border-radius: 10px;
	display: grid;
	gap: 2px;
	padding: 8px;
}

.wdk-test-event--warning {
	border-left-color: #f97316;
}

.wdk-test-event--blocked {
	border-left-color: #a78bfa;
}

.wdk-test-event--loaded {
	border-left-color: #22c55e;
}

.wdk-test-event span,
.wdk-test-event small {
	color: #cbd5e1;
	font-size: 11px;
	overflow-wrap: anywhere;
}

.wdk-test-event strong {
	color: #fff;
	font-size: 12px;
}

@media (max-width: 1024px) {
	.wdk-consent--blur-tablet .wdk-consent__backdrop {
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		background: rgba(15, 23, 42, .42);
	}

	.wdk-pos-tablet-center {
		align-items: center;
		justify-content: center;
	}

	.wdk-pos-tablet-top {
		align-items: flex-start;
		justify-content: center;
	}

	.wdk-pos-tablet-bottom {
		align-items: flex-end;
		justify-content: center;
	}

	.wdk-pos-tablet-top-right {
		align-items: flex-start;
		justify-content: flex-end;
	}

	.wdk-pos-tablet-bottom-right {
		align-items: flex-end;
		justify-content: flex-end;
	}

	.wdk-pos-tablet-bottom-left {
		align-items: flex-end;
		justify-content: flex-start;
	}

	.wdk-consent--bar {
		align-items: flex-end;
		justify-content: center;
		padding: 0;
	}

	.wdk-consent--side {
		align-items: flex-start;
		justify-content: flex-end;
	}
}

@media (max-width: 640px) {
	.wdk-consent {
		padding: 0;
		touch-action: pan-y;
	}

	.wdk-consent__backdrop {
		pointer-events: none;
	}

	.wdk-consent--blur-mobile .wdk-consent__backdrop {
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		background: rgba(15, 23, 42, .42);
	}

	.wdk-pos-mobile-top {
		align-items: flex-start;
		justify-content: center;
	}

	.wdk-pos-mobile-center {
		align-items: center;
		justify-content: center;
	}

	.wdk-pos-mobile-bottom {
		align-items: flex-end;
		justify-content: center;
	}

	.wdk-consent--bar,
	.wdk-consent--side {
		align-items: flex-end;
		justify-content: center;
	}

	.wdk-consent__panel {
		border-radius: var(--wdk-radius) var(--wdk-radius) 0 0;
		max-height: 50vh;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: auto;
		padding: 20px;
		pointer-events: auto;
		touch-action: pan-y;
	}

	.wdk-consent--side {
		padding: 10px;
	}

	.wdk-consent--side .wdk-consent__panel {
		max-width: none;
	}

	.wdk-cookie-list__scroll {
		max-height: 230px;
	}

	.wdk-btn {
		width: 100%;
	}

	.wdk-consent--mobile-compact .wdk-consent__panel {
		font-size: 13px;
		padding: 14px;
	}

	.wdk-consent--mobile-compact h2 {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.wdk-consent--mobile-compact p {
		line-height: 1.45;
		margin-bottom: 10px;
	}

	.wdk-consent--mobile-compact .wdk-category {
		gap: 10px;
		padding: 11px 0;
	}

	.wdk-consent--mobile-compact .wdk-category small {
		font-size: 12px;
	}

	.wdk-consent--mobile-compact .wdk-cookie-list__scroll {
		max-height: 185px;
	}

	.wdk-manage--hide-mobile {
		display: none;
	}

	.wdk-manage {
		bottom: max(10px, env(safe-area-inset-bottom));
		font-size: 11px;
		height: auto;
		left: auto;
		max-width: calc(100vw - 20px);
		padding: 9px 12px;
		right: max(10px, env(safe-area-inset-right));
		top: auto;
		transform: none;
		width: auto;
	}

	.wdk-manage--mobile-tab {
		border-radius: 12px 0 0 12px;
		bottom: auto;
		box-shadow: 0 6px 18px rgba(15, 23, 42, .18);
		left: auto !important;
		max-height: 120px;
		max-width: 34px;
		padding: 10px 7px;
		right: 0 !important;
		top: 50%;
		transform: translateY(-50%);
		white-space: nowrap;
		width: auto;
		writing-mode: vertical-rl;
	}

	.wdk-manage--mobile-dot {
		border-radius: 999px;
		font-size: 0;
		height: 42px;
		left: auto !important;
		padding: 0;
		right: max(10px, env(safe-area-inset-right)) !important;
		width: 42px;
	}

	.wdk-manage--mobile-dot::before {
		content: "DS";
		font-size: 11px;
		font-weight: 800;
		letter-spacing: .03em;
	}

	.wdk-manage--mobile-hidden {
		display: none;
	}

	.wdk-test-panel {
		bottom: max(8px, env(safe-area-inset-bottom));
		left: 8px;
		max-height: 44vh;
		right: 8px;
		width: auto;
	}

	.wdk-test-panel__body {
		max-height: calc(44vh - 42px);
	}

	.wdk-test-metrics {
		grid-template-columns: 1fr;
	}
}

/* Scroll-safe layout: never place a full-screen consent layer over the page. */
.wdk-consent.is-open {
	bottom: 16px !important;
	display: block !important;
	inset: auto 16px 16px auto !important;
	left: auto !important;
	max-width: min(760px, calc(100vw - 32px)) !important;
	padding: 0 !important;
	pointer-events: none !important;
	position: fixed !important;
	right: 16px !important;
	top: auto !important;
	width: auto !important;
}

.wdk-consent__backdrop {
	display: none !important;
}

.wdk-consent.is-open .wdk-consent__panel {
	max-height: min(70vh, 820px);
	pointer-events: auto !important;
}

.wdk-consent.is-open.wdk-consent--bar {
	bottom: 0 !important;
	left: 0 !important;
	max-width: none !important;
	right: 0 !important;
	width: auto !important;
}

.wdk-consent.is-open.wdk-consent--side {
	bottom: auto !important;
	max-width: min(430px, calc(100vw - 48px)) !important;
	right: 24px !important;
	top: 24px !important;
}

@media (max-width: 640px) {
	.wdk-consent.is-open,
	.wdk-consent.is-open.wdk-consent--bar,
	.wdk-consent.is-open.wdk-consent--side {
		bottom: max(10px, env(safe-area-inset-bottom)) !important;
		left: 10px !important;
		max-width: none !important;
		right: 10px !important;
		top: auto !important;
		width: auto !important;
	}

	.wdk-consent.is-open .wdk-consent__panel {
		max-height: 50vh;
	}
}
