.edcc-root,
.edcc-root * {
	box-sizing: border-box;
}

.edcc-banner {
	position: fixed;
	right: 16px;
	bottom: 16px;
	left: 16px;
	z-index: 99998;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 18px;
	background: #ffffff;
	border: 1px solid #d7dce2;
	border-radius: 8px;
	box-shadow: 0 12px 36px rgba(24, 32, 42, 0.18);
	color: #1f2933;
	font-family: Arial, Helvetica, sans-serif;
}

.edcc-banner[hidden],
.edcc-modal[hidden],
.edcc-reopen[hidden],
.edcc-admin-scanner[hidden],
.edcc-admin-scanner__panel[hidden] {
	display: none !important;
}

.edcc-banner__content {
	flex: 1 1 auto;
	min-width: 0;
	max-width: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #1f2933;
}

.edcc-banner__title {
	margin: 0 0 4px;
	font-size: inherit;
	line-height: inherit;
	font-weight: 700;
	color: inherit;
}

.edcc-modal__title {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	color: #111827;
}

.edcc-banner__title,
.edcc-banner__text,
.edcc-banner__policyLinks,
.edcc-banner__policyIntro,
.edcc-banner__policyLink {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.edcc-banner__text,
.edcc-banner__policy,
.edcc-modal__description {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.edcc-modal__description {
	margin-bottom: 18px;
}

.edcc-gpcNotice {
	margin: -6px 0 16px;
	padding: 10px 12px;
	border: 1px solid rgba(21, 101, 192, 0.24);
	border-radius: 6px;
	background: #eef6ff;
	color: #1f4e79;
	font-size: 13px;
	line-height: 1.45;
}

.edcc-banner__policy {
	margin-top: 8px;
}

.edcc-banner__policyLinks {
	display: inline;
	margin: 0;
	color: inherit;
}

.edcc-banner__policyLink {
	color: #1565c0;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.edcc-banner__policyLink:hover {
	color: #0b4f9c;
}

.edcc-banner__policySeparator {
	margin: 0 4px;
}

.edcc-banner__actions,
.edcc-modal__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.edcc-modal__actions {
	gap: 10px;
	flex-wrap: nowrap;
	justify-content: stretch;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(148, 163, 184, 0.28);
}

.edcc-modal__actions .edcc-button {
	flex: 1 1 0;
	min-width: 0;
}

.edcc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid #7b8794;
	border-radius: 6px;
	background: #ffffff;
	color: #1f2933;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	text-decoration: none;
}

.edcc-button:focus,
.edcc-reopen:focus,
.edcc-category input:focus,
.edcc-privacyChoice input:focus,
.edcc-modal:focus,
.edcc-admin-scanner__toggle:focus,
.edcc-admin-scanner__close:focus,
.edcc-smallButton:focus {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

.edcc-button:focus-visible,
.edcc-reopen:focus-visible,
.edcc-category input:focus-visible,
.edcc-privacyChoice input:focus-visible,
.edcc-modal:focus-visible,
.edcc-admin-scanner__toggle:focus-visible,
.edcc-admin-scanner__close:focus-visible,
.edcc-smallButton:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

.edcc-button:focus-visible {
	outline-color: #111827;
}

.edcc-banner__actions .edcc-button--secondary,
.edcc-banner__actions .edcc-button--primary {
	min-width: 128px;
}

.edcc-button--primary {
	border-color: #1565c0;
	background: #1565c0;
	color: #ffffff;
}

.edcc-button--secondary {
	border-color: #43515f;
	background: #43515f;
	color: #ffffff;
}

.edcc-button--ghost {
	border-color: #9aa5b1;
	background: #ffffff;
	color: #1f2933;
}

a.edcc-button,
a.edcc-button:visited,
a.edcc-button:focus,
a.edcc-reopen,
a.edcc-reopen:visited,
a.edcc-reopen:focus {
	text-decoration: none;
}

.edcc-button.edcc-button--primary,
.edcc-button.edcc-button--primary:visited,
.edcc-button.edcc-button--primary:focus {
	border-color: #1565c0;
	background: #1565c0;
	color: #ffffff;
}

.edcc-button.edcc-button--primary:hover {
	border-color: #0b4f9c;
	background: #0b4f9c;
	color: #ffffff;
	box-shadow: 0 8px 18px rgba(21, 101, 192, 0.28);
}

.edcc-button.edcc-button--primary:active {
	border-color: #073f7d;
	background: #073f7d;
	color: #ffffff;
	box-shadow: 0 4px 10px rgba(21, 101, 192, 0.22);
}

.edcc-button.edcc-button--secondary,
.edcc-button.edcc-button--secondary:visited,
.edcc-button.edcc-button--secondary:focus {
	border-color: #43515f;
	background: #43515f;
	color: #ffffff;
}

.edcc-button.edcc-button--secondary:hover {
	border-color: #263442;
	background: #263442;
	color: #ffffff;
	box-shadow: 0 8px 18px rgba(67, 81, 95, 0.24);
}

.edcc-button.edcc-button--secondary:active {
	border-color: #1f2a35;
	background: #1f2a35;
	color: #ffffff;
	box-shadow: 0 4px 10px rgba(67, 81, 95, 0.2);
}

.edcc-button.edcc-button--ghost,
.edcc-button.edcc-button--ghost:visited,
.edcc-button.edcc-button--ghost:focus {
	border-color: #9aa5b1;
	background: #ffffff;
	color: #1f2933;
}

.edcc-button.edcc-button--ghost:hover {
	border-color: #1565c0;
	background: #eef5ff;
	color: #0f3b68;
	box-shadow: 0 8px 18px rgba(21, 101, 192, 0.16);
}

.edcc-button.edcc-button--ghost:active {
	border-color: #0b4f9c;
	background: #dbeafe;
	color: #0f3b68;
	box-shadow: 0 4px 10px rgba(21, 101, 192, 0.12);
}

.edcc-button.edcc-button--modalAction,
.edcc-button.edcc-button--modalAction:visited,
.edcc-button.edcc-button--modalAction:focus {
	border-color: #1565c0;
	background: #1565c0;
	color: #ffffff;
	font-weight: 700;
}

.edcc-button.edcc-button--modalAction:hover {
	border-color: #0b4f9c;
	background: #0b4f9c;
	color: #ffffff;
	box-shadow: 0 8px 18px rgba(21, 101, 192, 0.28);
}

.edcc-button.edcc-button--modalAction:active {
	border-color: #073f7d;
	background: #073f7d;
	color: #ffffff;
	box-shadow: 0 4px 10px rgba(21, 101, 192, 0.22);
}

.edcc-modal__actions .edcc-button.edcc-button--modalAction:first-child,
.edcc-modal__actions .edcc-button.edcc-button--modalAction:first-child:visited,
.edcc-modal__actions .edcc-button.edcc-button--modalAction:first-child:focus {
	border-color: #43515f;
	background: #43515f;
	color: #ffffff;
}

.edcc-modal__actions .edcc-button.edcc-button--modalAction:first-child:hover {
	border-color: #263442;
	background: #263442;
	color: #ffffff;
	box-shadow: 0 8px 18px rgba(67, 81, 95, 0.24);
}

.edcc-modal__actions .edcc-button.edcc-button--modalAction:first-child:active {
	border-color: #1f2a35;
	background: #1f2a35;
	color: #ffffff;
	box-shadow: 0 4px 10px rgba(67, 81, 95, 0.2);
}

.edcc-modal__actions .edcc-button.edcc-button--modalAction:nth-child(2),
.edcc-modal__actions .edcc-button.edcc-button--modalAction:nth-child(2):visited,
.edcc-modal__actions .edcc-button.edcc-button--modalAction:nth-child(2):focus {
	border-color: #9aa5b1;
	background: #ffffff;
	color: #1f2933;
}

.edcc-modal__actions .edcc-button.edcc-button--modalAction:nth-child(2):hover {
	border-color: #1565c0;
	background: #eef5ff;
	color: #0f3b68;
	box-shadow: 0 8px 18px rgba(21, 101, 192, 0.16);
}

.edcc-modal__actions .edcc-button.edcc-button--modalAction:nth-child(2):active {
	border-color: #0b4f9c;
	background: #dbeafe;
	color: #0f3b68;
	box-shadow: 0 4px 10px rgba(21, 101, 192, 0.12);
}

.edcc-reopen,
.edcc-reopen:visited,
.edcc-reopen:focus {
	box-sizing: border-box;
	position: fixed;
	z-index: 99997;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 1px solid rgba(15, 23, 42, 0.18);
	border-radius: 999px;
	background: #ffffff;
	color: #1f2937;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 0;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.edcc-reopen:hover {
	transform: translateY(-1px);
	border-color: rgba(15, 23, 42, 0.22);
	background: #f8fafc;
	color: #1f2937;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.24);
}

.edcc-reopen:active {
	transform: translateY(0);
	background: #eef2f7;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.2);
}

.edcc-reopen:focus-visible {
	outline: 3px solid rgba(37, 99, 235, 0.45);
	outline-offset: 3px;
}

.edcc-reopen__icon {
	width: 26px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.edcc-reopen__svg {
	width: 26px;
	height: 26px;
	display: block;
	fill: currentColor;
}

.edcc-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.edcc-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba(17, 24, 39, 0.56);
	font-family: Arial, Helvetica, sans-serif;
}

.edcc-modal__panel {
	width: min(960px, calc(100vw - 32px));
	max-height: calc(100vh - 32px);
	overflow: auto;
	padding: 22px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 16px 50px rgba(17, 24, 39, 0.26);
	color: #1f2933;
}

.edcc-modal__tabs {
	display: flex;
	gap: 8px;
	margin: 6px 0 16px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

.edcc-modal__tab {
	appearance: none;
	border: 0;
	background: transparent;
	color: #475569;
	font: inherit;
	font-weight: 700;
	padding: 10px 14px;
	border-radius: 8px 8px 0 0;
	cursor: pointer;
	position: relative;
}

.edcc-modal__tab:hover {
	background: rgba(15, 23, 42, 0.05);
	color: #0f172a;
}

.edcc-modal__tab:focus-visible {
	outline: 3px solid rgba(37, 99, 235, 0.35);
	outline-offset: 2px;
}

.edcc-modal__tab--active {
	color: #0f172a;
	background: #ffffff;
}

.edcc-modal__tab--active::after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -1px;
	height: 3px;
	border-radius: 999px 999px 0 0;
	background: #2563eb;
}

.edcc-modal__tabPanel[hidden] {
	display: none;
}

.edcc-categories {
	display: grid;
	gap: 10px;
	margin: 16px 0;
}

.edcc-category {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 14px;
	align-items: center;
	padding: 12px;
	border: 1px solid #d7dce2;
	border-radius: 6px;
	background: #f8fafc;
}

.edcc-category__body {
	display: grid;
	gap: 4px;
	font-size: 14px;
	line-height: 1.4;
}

.edcc-category input {
	width: 22px;
	height: 22px;
}

.edcc-privacyChoices {
	display: grid;
	gap: 10px;
	margin: 16px 0;
}

.edcc-privacyChoices__title {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
	color: #111827;
}

.edcc-privacyChoices__description {
	margin: 0 0 4px;
	font-size: 14px;
	line-height: 1.5;
	color: #475569;
}

.edcc-privacyChoices__notice {
	margin: 0;
	padding: 10px 12px;
	border: 1px solid rgba(21, 101, 192, 0.24);
	border-radius: 6px;
	background: #eef6ff;
	color: #1f4e79;
	font-size: 13px;
	line-height: 1.45;
}

.edcc-privacyChoice {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 14px;
	align-items: center;
	padding: 12px;
	border: 1px solid #d7dce2;
	border-radius: 6px;
	background: #f8fafc;
}

.edcc-privacyChoice__body {
	display: grid;
	gap: 4px;
	font-size: 14px;
	line-height: 1.4;
}

.edcc-privacyChoice__title {
	color: #111827;
}

.edcc-privacyChoice__description {
	color: #475569;
}

.edcc-privacyChoice input {
	width: 22px;
	height: 22px;
}

.edcc-privacyChoice input:disabled {
	cursor: not-allowed;
	opacity: 0.65;
}

.edcc-aboutCookies {
	background: #f8fafc;
	border: 1px solid rgba(148, 163, 184, 0.35);
	border-radius: 10px;
	padding: 20px 20px 18px;
	color: #334155;
	line-height: 1.65;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.edcc-aboutCookies p {
	margin: 0 0 16px;
}

.edcc-aboutCookies p:last-child {
	margin-bottom: 0;
}

.edcc-aboutCookies__policyLinks {
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid rgba(148, 163, 184, 0.28);
}

.edcc-aboutCookies__policyIntro {
	margin: 0 0 10px;
	font-weight: 600;
	color: #334155;
}

.edcc-aboutCookies__links {
	margin: 0;
	padding-left: 20px;
}

.edcc-aboutCookies__links li {
	margin: 8px 0;
}

.edcc-aboutCookies__link {
	color: #2563eb;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.edcc-aboutCookies__link:hover {
	color: #1d4ed8;
}

.edcc-cookieCatalog {
	margin-top: 18px;
}

.edcc-cookieCatalog__title {
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
	color: #111827;
}

.edcc-cookieCatalog__intro {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.5;
	color: #475569;
}

.edcc-cookieCatalog__tableWrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid rgba(148, 163, 184, 0.35);
	border-radius: 8px;
}

.edcc-cookieCatalog__table {
	width: 100%;
	min-width: 760px;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 13px;
	line-height: 1.45;
}

.edcc-cookieCatalog__table th,
.edcc-cookieCatalog__table td {
	padding: 10px 12px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.25);
	text-align: left;
	vertical-align: top;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: normal;
}

.edcc-cookieCatalog__table th {
	background: #f8fafc;
	font-weight: 700;
	color: #1f2937;
	line-height: 1.35;
	vertical-align: middle;
}

.edcc-cookieCatalog__table tr:last-child td {
	border-bottom: 0;
}

.edcc-cookieCatalog__table th:nth-child(1),
.edcc-cookieCatalog__table td:nth-child(1) {
	width: 18%;
}

.edcc-cookieCatalog__table th:nth-child(2),
.edcc-cookieCatalog__table td:nth-child(2) {
	width: 15%;
}

.edcc-cookieCatalog__table th:nth-child(3),
.edcc-cookieCatalog__table td:nth-child(3) {
	width: 25%;
}

.edcc-cookieCatalog__table th:nth-child(4),
.edcc-cookieCatalog__table td:nth-child(4) {
	width: 11%;
}

.edcc-cookieCatalog__table th:nth-child(5),
.edcc-cookieCatalog__table td:nth-child(5) {
	width: 10%;
}

.edcc-cookieCatalog__table th:nth-child(6),
.edcc-cookieCatalog__table td:nth-child(6) {
	width: 9%;
}

.edcc-cookieCatalog__table th:nth-child(7),
.edcc-cookieCatalog__table td:nth-child(7) {
	width: 12%;
}

.edcc-cookieCatalog__link {
	color: #1565c0;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.edcc-cookieCatalog__link:hover {
	color: #0b4f9c;
}

.edcc-cookieCatalog__empty {
	color: #64748b;
}

.edcc-blocked-embed {
	position: relative;
	display: block;
	width: 100%;
	min-height: 180px;
	border: 1px solid rgba(148, 163, 184, 0.45);
	border-radius: 10px;
	background: #f8fafc;
	color: #334155;
	overflow: hidden;
}

.edcc-blocked-embed__box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 180px;
	padding: 24px;
	text-align: center;
}

.edcc-blocked-embed__message {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.edcc-blocked-embed iframe {
	display: block;
	width: 100%;
	border: 0;
}

.edcc-adsense-placeholder {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	margin: 12px 0;
	padding: 12px;
	border: 1px dashed #9aa5b1;
	background: #f8fafc;
	color: #1f2933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

.edcc-adsense-placeholder button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 6px 10px;
	border: 1px solid #43515f;
	border-radius: 6px;
	background: #43515f;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.edcc-admin-scanner {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	margin: 0 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1f2933;
}

.edcc-admin-scanner__toggle,
.edcc-smallButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid #43515f;
	border-radius: 6px;
	background: #ffffff;
	color: #1f2933;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: 0 8px 22px rgba(24, 32, 42, 0.16);
}

.edcc-admin-scanner__toggle:hover,
.edcc-smallButton:hover {
	border-color: #1565c0;
	background: #eef5ff;
	color: #0f3b68;
	box-shadow: 0 8px 18px rgba(21, 101, 192, 0.18);
}

.edcc-admin-scanner__toggle:active,
.edcc-smallButton:active {
	border-color: #0b4f9c;
	background: #dbeafe;
	color: #0f3b68;
	box-shadow: 0 4px 10px rgba(21, 101, 192, 0.14);
}

.edcc-admin-scanner__toggle:focus,
.edcc-smallButton:focus {
	border-color: #43515f;
	background: #ffffff;
	color: #1f2933;
}

.edcc-admin-scanner__panel {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	min-width: 0;
	overflow: visible;
	margin-top: 10px;
	padding: 16px;
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(17, 24, 39, 0.24);
}

.edcc-admin-scanner__loadingOverlay {
	position: absolute;
	inset: 0;
	min-height: 100%;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.84);
	color: #0f3b68;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	cursor: wait;
}

.edcc-admin-scanner__loadingOverlay[hidden] {
	display: none;
}

.edcc-admin-scanner__loadingSpinner {
	width: 24px;
	height: 24px;
	border: 3px solid #bfdbfe;
	border-top-color: #1565c0;
	border-radius: 50%;
	animation: edcc-admin-scanner-spin 0.8s linear infinite;
}

@keyframes edcc-admin-scanner-spin {
	to {
		transform: rotate(360deg);
	}
}

.edcc-admin-scanner__header {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.edcc-admin-scanner__header h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.25;
	color: #111827;
}

.edcc-admin-scanner__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #9aa5b1;
	border-radius: 6px;
	background: #ffffff;
	color: #1f2933;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.edcc-admin-scanner__close:hover {
	border-color: #1565c0;
	background: #eef5ff;
	color: #0f3b68;
}

.edcc-admin-scanner__close:active {
	border-color: #0b4f9c;
	background: #dbeafe;
	color: #0f3b68;
}

.edcc-admin-scanner__close:focus {
	border-color: #43515f;
	background: #ffffff;
	color: #1f2933;
}

.edcc-admin-scanner__panel p {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.45;
}

.edcc-admin-scanner__welcome {
	margin: 0 0 10px;
	padding: 10px 12px;
	border-left: 4px solid #1565c0;
	background: #f1f7ff;
	color: #1f2933;
	font-size: 14px;
	line-height: 1.45;
}

.edcc-admin-scanner__notice {
	color: #4b5563;
}

.edcc-admin-scanner__setupNotice {
	margin: 0 0 10px;
	padding: 9px 11px;
	border: 1px solid #fbbf24;
	border-radius: 6px;
	background: #fffbeb;
	color: #713f12;
	font-weight: 700;
}

.edcc-admin-scanner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0;
}

.edcc-admin-scanner .edcc-button[disabled],
.edcc-admin-scanner .edcc-button[aria-disabled="true"] {
	opacity: 0.55;
	cursor: not-allowed;
}

.edcc-admin-tools__tabs {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	gap: 8px;
	margin: 0 0 14px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

.edcc-admin-tools__tab {
	appearance: none;
	border: 1px solid rgba(148, 163, 184, 0.65);
	border-bottom-color: transparent;
	border-radius: 6px 6px 0 0;
	background: #ffffff;
	color: #1f2937;
	padding: 9px 14px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.edcc-admin-tools__tab:hover {
	border-color: #1565c0;
	background: #eef5ff;
	color: #0f3b68;
}

.edcc-admin-tools__tab--active,
.edcc-admin-tools__tab--active:hover {
	border-color: #1565c0;
	background: #1565c0;
	color: #ffffff;
}

.edcc-admin-tools__panel[hidden] {
	display: none !important;
}

.edcc-admin-tools__panel--active {
	display: block;
}

.edcc-admin-tools__panel,
.edcc-admin-scanner__results,
.edcc-ai-scanner,
.edcc-diagnostics,
.edcc-aiWizard {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
}

.edcc-aiWizard { position: relative; max-width: none; color: #1f2937; }
.edcc-aiWizard__progress { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 18px; padding: 0; list-style: none; }
.edcc-aiWizard__progress li { padding: 5px 9px; border-radius: 4px; background: #f1f5f9; font-size: 12px; font-weight: 700; }
.edcc-aiWizard__progress li.is-current { background: #dbeafe; color: #0f3b68; }
.edcc-aiWizard__question { margin: 0 0 16px; padding: 12px; border: 1px solid #dbe3ec; border-radius: 6px; }
.edcc-aiWizard__question legend { padding: 0 4px; font-weight: 700; }
.edcc-aiWizard__option { display: block; margin: 7px 0; font-size: 14px; }
.edcc-aiWizard__navigation { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.edcc-aiWizard__recommendation { margin-top: 14px; padding: 12px; border: 1px solid #dbe3ec; border-radius: 6px; background: #f8fafc; }
.edcc-aiWizard__recommendation h5 { margin: 0 0 7px; font-size: 14px; }
.edcc-aiWizard__recommendation ul { margin: 0; padding-left: 20px; }
.edcc-aiWizard__status { margin-top: 12px; color: #0f3b68; font-weight: 700; }
.edcc-aiWizard__warning { margin-top: 12px; padding: 10px; border-left: 4px solid #f59e0b; background: #fffbeb; color: #713f12; }
.edcc-aiWizardApply { margin-top: 16px; padding: 14px; border: 1px solid #cbd5e1; border-radius: 6px; background: #f8fafc; }
.edcc-aiWizardApply__summary { margin: 8px 0; }
.edcc-aiWizardApply__confirmations { display: block; margin: 9px 0; font-size: 14px; }
.edcc-aiWizardApply__result { margin-top: 12px; font-weight: 700; }
.edcc-aiWizardApply__result--success { color: #166534; }
.edcc-aiWizardApply__result--partial { color: #92400e; }
.edcc-aiWizardApply__result--failed { color: #b91c1c; }
.edcc-aiWizardApply__item { margin-top: 6px; }
.edcc-aiWizardApply__itemStatus { font-weight: 700; }
.edcc-aiWizardApply__manualActions { margin-top: 12px; }
.edcc-aiWizardResult { margin-top: 16px; padding: 20px; border: 1px solid #86efac; border-radius: 10px; background: #f0fdf4; color: #14532d; }
.edcc-aiWizardResult--warning { border-color: #fcd34d; background: #fffbeb; color: #78350f; }
.edcc-aiWizardResult__header { display: flex; align-items: flex-start; gap: 12px; }
.edcc-aiWizardResult__header h4 { margin: 0; }
.edcc-aiWizardResult__header p { margin: 4px 0 0; }
.edcc-aiWizardResult__icon { display: inline-flex; flex: 0 0 26px; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; color: #fff; background: #15803d; font-weight: 700; }
.edcc-aiWizardResult--warning .edcc-aiWizardResult__icon { background: #b45309; }
.edcc-aiWizardResult__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; margin-top: 18px; }
.edcc-aiWizardResult__card { padding: 14px; color: #1f2937; background: rgba(255, 255, 255, 0.75); border: 1px solid #dbe3ec; border-radius: 8px; }
.edcc-aiWizardResult__card h5 { margin: 0 0 10px; }
.edcc-aiWizardResult__card dl { margin: 0; }
.edcc-aiWizardResult__card dl div { display: flex; justify-content: space-between; gap: 12px; }
.edcc-aiWizardResult__card dt, .edcc-aiWizardResult__card dd { margin: 0; }
.edcc-aiWizardResult__card dd { font-weight: 700; }
.edcc-aiWizardResult__details { margin-top: 16px; }
.edcc-aiWizardResult__details h5 { margin: 12px 0 6px; }
.edcc-aiWizardResult__items { margin: 0; padding-left: 20px; }
.edcc-aiWizardResult__actions { margin-top: 18px; }
.edcc-aiWizardLoading { position: absolute; inset: 0; z-index: 20; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.82); backdrop-filter: blur(1px); border-radius: inherit; }
.edcc-aiWizardLoading[hidden] { display: none; }
.edcc-aiWizardLoading__content { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 24px 32px; color: #334155; background: #fff; border: 1px solid #dbe3ec; border-radius: 6px; box-shadow: 0 4px 14px rgba(15, 23, 42, 0.16); }
.edcc-aiWizardLoading__spinner { width: 32px; height: 32px; border: 3px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: edcc-aiWizardSpin 0.8s linear infinite; }
@keyframes edcc-aiWizardSpin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
	.edcc-root .edcc-aiWizardLoading__spinner { animation-duration: 1.6s !important; }
}

.edcc-admin-scanner__tableWrap {
	max-width: 100%;
	overflow-x: auto;
}

.edcc-scannerTable {
	width: 100%;
	min-width: 820px;
	border-collapse: collapse;
	background: #ffffff;
	font-size: 13px;
}

.edcc-scannerTable th,
.edcc-scannerTable td {
	padding: 9px 10px;
	border-bottom: 1px solid #e5e7eb;
	text-align: left;
	vertical-align: top;
}

.edcc-scannerTable thead th,
.edcc-scannerTable > tr:first-child td {
	font-weight: 700;
	color: #111827;
	background: #f8fafc;
}

.edcc-admin-scanner__sectionTitle {
	margin: 18px 0 8px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
	color: #111827;
}

.edcc-scannerTable__url {
	max-width: 280px;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.edcc-scannerTable__warning {
	max-width: 360px;
}

.edcc-scannerTable__recommendation {
	max-width: 420px;
}

.edcc-smallButton {
	min-height: 30px;
	margin: 2px 4px 2px 0;
	padding: 5px 9px;
	box-shadow: none;
}

.edcc-smallButton:disabled {
	opacity: 0.62;
	cursor: not-allowed;
}

.edcc-admin-scanner__category {
	display: block;
	width: 100%;
	min-width: 160px;
	margin: 0 0 6px;
	padding: 5px 8px;
	border: 1px solid #9aa5b1;
	border-radius: 6px;
	background: #ffffff;
	color: #1f2933;
	font-size: 13px;
	line-height: 1.2;
}

.edcc-admin-scanner__message {
	display: block;
	margin-top: 5px;
	color: #9f1239;
	font-size: 12px;
	line-height: 1.35;
}

.edcc-diagnostics {
	margin: 16px 0;
	padding: 14px;
	border: 1px solid #d7dee8;
	border-radius: 8px;
	background: #f8fafc;
}

.edcc-diagnostics__header {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	justify-content: space-between;
}

.edcc-diagnostics__header .edcc-admin-scanner__sectionTitle {
	margin-top: 0;
}

.edcc-diagnostics__actions {
	flex: 0 0 auto;
	margin: 0;
}

.edcc-diagnostics__result {
	margin-top: 12px;
}

.edcc-ai-scanner {
	margin: 18px 0 0;
	padding: 14px;
	border: 1px solid #bfdbfe;
	border-radius: 8px;
	background: #f8fbff;
}

.edcc-ai-scanner__header {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	justify-content: space-between;
}

.edcc-ai-scanner__header .edcc-admin-scanner__sectionTitle {
	margin-top: 0;
}

.edcc-ai-scanner__status {
	margin-top: 10px;
	font-weight: 600;
	color: #1e3a5f;
}

.edcc-ai-scanner__recommendations {
	margin-top: 12px;
}

.edcc-ai-scanner__metadata {
	margin: 12px 0 0;
	font-size: 12px;
	color: #64748b;
}

.edcc-ai-scanner__sectionTitle {
	margin: 16px 0 6px;
	font-size: 15px;
	color: #1f2937;
}

.edcc-ai-scanner__recommendations ul {
	margin: 0;
	padding-left: 20px;
}

.edcc-ai-scanner__selectionControls,
.edcc-ai-scanner__previewActions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 8px 0 12px;
}

.edcc-admin-scanner .edcc-ai-scanner__selectionButton,
.edcc-admin-scanner .edcc-ai-scanner__previewButton {
	flex: 0 0 auto;
	min-height: 36px;
}

.edcc-ai-scanner__selectedCount,
.edcc-ai-scanner__selectionHelp {
	margin: 0;
	font-size: 13px;
	color: #475569;
}

.edcc-ai-scanner__selectionTable td:first-child,
.edcc-ai-scanner__selectionTable th:first-child {
	width: 42px;
	text-align: center;
}

.edcc-ai-scanner__recommendation--existing {
	opacity: 0.65;
}

.edcc-ai-scanner__recommendation--conflict {
	background: #fff7ed;
}

.edcc-ai-scanner__recommendation--selected {
	background: #eff6ff;
}

.edcc-ai-scanner__recommendation input[type="checkbox"]:checked + * {
	font-weight: 700;
}

.edcc-ai-scanner__badge {
	display: inline-block;
	padding: 3px 7px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.edcc-ai-scanner__badge--new { background: #dcfce7; color: #166534; }
.edcc-ai-scanner__badge--existing { background: #e2e8f0; color: #334155; }
.edcc-ai-scanner__badge--conflict { background: #ffedd5; color: #9a3412; }
.edcc-ai-scanner__badge--low { background: #fef3c7; color: #92400e; }

.edcc-ai-scanner__reviewConflict {
	display: block;
	margin-top: 6px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #0369a1;
	font: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.edcc-ai-scanner__conflict,
.edcc-ai-scanner__preview {
	margin-top: 14px;
	padding: 14px;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	background: #f8fafc;
}

.edcc-ai-scanner__conflict label {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	margin-top: 10px;
}

.edcc-ai-scanner__applyDisabled:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.edcc-diagnostics__item {
	display: grid;
	grid-template-columns: minmax(92px, 0.7fr) minmax(160px, 1fr) minmax(220px, 1.5fr) minmax(220px, 1.5fr);
	gap: 10px;
	padding: 10px 0;
	border-top: 1px solid #e5e7eb;
	font-size: 13px;
	line-height: 1.4;
}

.edcc-diagnostics__item:first-child {
	border-top: 0;
	padding-top: 0;
}

.edcc-diagnostics__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	min-height: 28px;
	padding: 4px 8px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.edcc-diagnostics__status--passed {
	background: #dcfce7;
	color: #14532d;
}

.edcc-diagnostics__status--warning {
	background: #fef3c7;
	color: #78350f;
}

.edcc-diagnostics__status--failed {
	background: #fee2e2;
	color: #7f1d1d;
}

.edcc-diagnostics__status--info {
	background: #dbeafe;
	color: #1e3a8a;
}

.edcc-aiDiagnosticButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	border: 1px solid #bfdbfe;
	border-radius: 6px;
	background: #eff6ff;
	color: #1d4ed8;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.edcc-aiDiagnosticButton:disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

.edcc-aiDiagnosticPanel {
	grid-column: 1 / -1;
	margin-top: 12px;
	border: 1px solid #bae6fd;
	border-radius: 8px;
	background: #f8fafc;
	padding: 16px;
	color: #0f172a;
}

.edcc-aiDiagnosticPanel h3,
.edcc-aiDiagnosticPanel h4 {
	margin: 0 0 6px;
	color: #0f172a;
}

.edcc-aiDiagnosticSection {
	margin-top: 12px;
}

.edcc-aiDiagnosticSection p,
.edcc-aiDiagnosticSection ul {
	margin: 0;
}

.edcc-aiDiagnosticLoading {
	color: #075985;
	font-weight: 700;
}

.edcc-aiDiagnosticConfidence {
	margin-top: 12px;
	font-weight: 700;
	color: #334155;
}

.edcc-aiDiagnosticError {
	color: #991b1b;
	font-weight: 700;
}

.edcc-reopen--bottom-left {
	left: 24px;
	bottom: 24px;
}

.edcc-reopen--bottom-right {
	right: 24px;
	bottom: 24px;
}

.edcc-reopen--top-left {
	left: 24px;
	top: 24px;
}

.edcc-reopen--top-right {
	right: 24px;
	top: 24px;
}

@media (max-width: 640px) {
	.edcc-aboutCookies {
		padding: 16px;
	}

	.edcc-modal__actions {
		margin-top: 18px;
		padding-top: 14px;
		flex-wrap: wrap;
	}

	.edcc-modal__actions .edcc-button {
		flex: 1 1 auto;
	}

	.edcc-diagnostics__header {
		display: block;
	}

	.edcc-diagnostics__actions {
		margin-top: 10px;
	}

	.edcc-diagnostics__item {
		display: block;
	}

	.edcc-diagnostics__item > div {
		margin-bottom: 8px;
	}

	.edcc-reopen {
		width: 46px;
		height: 46px;
	}

	.edcc-reopen__icon,
	.edcc-reopen__svg {
		width: 23px;
		height: 23px;
	}

	.edcc-reopen--bottom-left {
		left: 16px;
		bottom: 16px;
	}

	.edcc-reopen--bottom-right {
		right: 16px;
		bottom: 16px;
	}

	.edcc-reopen--top-left {
		left: 16px;
		top: 16px;
	}

	.edcc-reopen--top-right {
		right: 16px;
		top: 16px;
	}
}

@media (max-width: 720px) {
	.edcc-modal {
		padding: 10px;
	}

	.edcc-modal__panel {
		width: calc(100vw - 20px);
		max-height: calc(100vh - 20px);
		padding: 18px;
	}

	.edcc-banner {
		flex-direction: column;
		align-items: stretch;
	}

	.edcc-banner__actions,
	.edcc-modal__actions {
		justify-content: stretch;
	}

	.edcc-button {
		flex: 1 1 100%;
	}

	.edcc-cookieCatalog__table {
		font-size: 12px;
	}

	.edcc-cookieCatalog__table th,
	.edcc-cookieCatalog__table td {
		padding: 8px 7px;
	}

}

@media (prefers-reduced-motion: reduce) {
	.edcc-root *,
	.edcc-root *::before,
	.edcc-root *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
