/* Eancodeshop Consent - banner styles
   Alles hangt aan #eanc-root. Het thema (hello-elementor/reset.css) stylet
   [type="button"] met dezelfde specificiteit als een losse class en laadt na
   dit bestand, dus zonder de ID-prefix winnen de themaknoppen. */

#eanc-root[hidden] { display: none !important; }

#eanc-root {
	--eanc-blue: #0095E0;
	--eanc-blue-dark: #007ABB;
	--eanc-green: #26B170;
	--eanc-text: #1F2937;
	--eanc-text-soft: #374151;
	--eanc-muted: #6B7280;
	--eanc-border: #E5E7EB;
	--eanc-grey: #F3F4F6;
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

#eanc-root .eanc-overlay {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.55);
}

#eanc-root .eanc-dialog {
	position: relative;
	width: 100%;
	max-width: 440px;
	max-height: calc(100vh - 32px);
	overflow-y: auto;
	background: #fff;
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0 24px 60px rgba(17, 24, 39, 0.28);
	-webkit-overflow-scrolling: touch;
}

#eanc-root .eanc-view[hidden] { display: none; }

#eanc-root .eanc-title {
	margin: 0 0 12px;
	padding: 0;
	font-family: 'Urbanist', 'Inter', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #111827;
}

#eanc-root .eanc-text {
	margin: 0 0 20px;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	color: var(--eanc-text-soft);
}

#eanc-root .eanc-text-sm { font-size: 13px; line-height: 20px; margin-bottom: 16px; }

#eanc-root .eanc-link { color: var(--eanc-blue); text-decoration: underline; background: none; }
#eanc-root .eanc-link:hover { color: var(--eanc-blue-dark); }

#eanc-root .eanc-actions { display: flex; flex-direction: column; gap: 10px; }

#eanc-root .eanc-btn {
	display: block;
	width: 100%;
	min-height: 48px;
	height: auto;
	margin: 0;
	padding: 12px 20px;
	border-radius: 10px;
	border: 1px solid transparent;
	box-shadow: none;
	font-family: 'Urbanist', 'Inter', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
	cursor: pointer;
	transition: background-color .15s ease, border-color .15s ease;
	text-align: center;
	-webkit-appearance: none;
	appearance: none;
}

#eanc-root .eanc-btn-primary { background: #0095E0; background-color: #0095E0; color: #fff; border-color: #0095E0; }
#eanc-root .eanc-btn-primary:hover { background-color: #007ABB; border-color: #007ABB; color: #fff; }

#eanc-root .eanc-btn-secondary { background: #fff; background-color: #fff; color: #1F2937; border-color: #E5E7EB; }
#eanc-root .eanc-btn-secondary:hover { background-color: #F3F4F6; color: #1F2937; }

#eanc-root .eanc-tertiary {
	display: block;
	width: 100%;
	height: auto;
	margin: 2px 0 0;
	padding: 8px 0;
	background: none;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	color: var(--eanc-text-soft);
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	text-transform: none;
	text-decoration: underline;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	appearance: none;
}
#eanc-root .eanc-tertiary:hover { color: var(--eanc-text); background-color: transparent; }

#eanc-root .eanc-btn:focus-visible,
#eanc-root .eanc-tertiary:focus-visible,
#eanc-root .eanc-details-toggle:focus-visible {
	outline: 2px solid var(--eanc-blue);
	outline-offset: 2px;
}

/* Preferences */

#eanc-root .eanc-cats { margin: 0 0 20px; }

#eanc-root .eanc-cat {
	padding: 14px 0;
	border-top: 1px solid var(--eanc-border);
}
#eanc-root .eanc-cat:last-child { border-bottom: 1px solid var(--eanc-border); }

#eanc-root .eanc-cat-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

#eanc-root .eanc-cat-name {
	font-family: 'Urbanist', 'Inter', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: var(--eanc-text);
}

#eanc-root .eanc-always {
	font-size: 12px;
	color: var(--eanc-muted);
	white-space: nowrap;
}

#eanc-root .eanc-cat-desc {
	margin: 6px 0 8px;
	padding: 0;
	font-size: 13px;
	line-height: 19px;
	color: var(--eanc-muted);
}

#eanc-root .eanc-details-toggle {
	display: inline-block;
	width: auto;
	height: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	color: var(--eanc-blue);
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	text-transform: none;
	text-decoration: underline;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
#eanc-root .eanc-details-toggle:hover { background-color: transparent; color: var(--eanc-blue-dark); }

#eanc-root .eanc-details { margin-top: 10px; overflow-x: auto; }
#eanc-root .eanc-details[hidden] { display: none; }

#eanc-root .eanc-table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 11px;
	line-height: 16px;
	color: var(--eanc-text-soft);
	background: none;
}
#eanc-root .eanc-table th,
#eanc-root .eanc-table td {
	padding: 6px 8px 6px 0;
	text-align: left;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid var(--eanc-border);
	background: none;
	font-size: 11px;
	line-height: 16px;
}
#eanc-root .eanc-table th { color: var(--eanc-muted); font-weight: 600; }
#eanc-root .eanc-table code { font-size: 11px; background: var(--eanc-grey); color: var(--eanc-text); padding: 1px 4px; border-radius: 4px; }

/* Switch */

#eanc-root .eanc-switch { position: relative; display: inline-block; width: 44px; height: 24px; flex: none; margin: 0; }
#eanc-root .eanc-switch input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; margin: 0; padding: 0; cursor: pointer; }
#eanc-root .eanc-slider {
	position: absolute;
	inset: 0;
	background: #E5E7EB;
	border-radius: 999px;
	transition: background-color .15s ease;
	pointer-events: none;
}
#eanc-root .eanc-slider::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	transition: transform .15s ease;
}
#eanc-root .eanc-switch input:checked + .eanc-slider { background: #26B170; }
#eanc-root .eanc-switch input:checked + .eanc-slider::before { transform: translateX(20px); }
#eanc-root .eanc-switch input:focus-visible + .eanc-slider { outline: 2px solid var(--eanc-blue); outline-offset: 2px; }

#eanc-root .eanc-consentid {
	margin: 14px 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	color: var(--eanc-muted);
	word-break: break-all;
}
#eanc-root .eanc-consentid[hidden] { display: none; }

body.eanc-locked { overflow: hidden; }

/* Automatische link onderaan de pagina om de keuze te wijzigen of in te
   trekken. Verschijnt alleen als de link niet in de Elementor-footer staat. */

.eanc-footer-link {
	padding: 14px 16px 18px;
	text-align: center;
	background: transparent;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 13px;
	line-height: 1.4;
}
.eanc-footer-link a,
.eanc-footer-link a:visited {
	color: #6B7280;
	text-decoration: underline;
	background: none;
	box-shadow: none;
}
.eanc-footer-link a:hover { color: #1F2937; }

/* De cookieverklaring. Deze pagina's zijn niet in Elementor gebouwd, dus ze
   erven de 62,5%-basis van de kit en zouden zonder dit blok op 10px staan. */

.eanc-policy-page {
	max-width: 760px;
	margin: 0 auto;
	padding: 8px 0 48px;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #374151;
}

.eanc-policy-page h1 {
	margin: 0 0 10px;
	font-family: 'Urbanist', 'Inter', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.25;
	letter-spacing: 0;
	color: #111827;
}

.eanc-policy-page h2 {
	margin: 34px 0 10px;
	font-family: 'Urbanist', 'Inter', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #1F2937;
}

.eanc-policy-page p {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 26px;
	color: #374151;
}

.eanc-policy-page p em { color: #6B7280; font-size: 14px; }

.eanc-policy-page a,
.eanc-policy-page a:visited { color: #0095E0; text-decoration: underline; }
.eanc-policy-page a:hover { color: #007ABB; }

.eanc-policy-cat {
	margin: 32px 0 6px;
	font-family: 'Urbanist', 'Inter', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.35;
	color: #1F2937;
}

.eanc-policy-desc {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 24px;
	color: #6B7280;
}

.eanc-policy-wrap {
	margin: 0 0 8px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.eanc-policy-page .eanc-policy-table {
	width: 100%;
	min-width: 520px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #374151;
	background: none;
}
.eanc-policy-page .eanc-policy-table th,
.eanc-policy-page .eanc-policy-table td {
	padding: 10px 14px 10px 0;
	text-align: left;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid #E5E7EB;
	background: none;
	font-size: 14px;
	line-height: 21px;
}
.eanc-policy-page .eanc-policy-table th {
	color: #6B7280;
	font-weight: 600;
	font-size: 13px;
	white-space: nowrap;
}
.eanc-policy-page .eanc-policy-table code {
	display: inline-block;
	padding: 2px 6px;
	border-radius: 4px;
	background: #F3F4F6;
	color: #1F2937;
	font-size: 13px;
	white-space: nowrap;
}

@media (max-width: 480px) {
	#eanc-root { align-items: flex-end; padding: 0; }
	#eanc-root .eanc-dialog {
		max-width: 100%;
		border-radius: 16px 16px 0 0;
		padding: 24px 20px 20px;
		max-height: 88vh;
	}
	#eanc-root .eanc-title { font-size: 18px; }

	.eanc-policy-page { font-size: 15px; line-height: 25px; padding-bottom: 32px; }
	.eanc-policy-page h1 { font-size: 28px; }
	.eanc-policy-page h2 { font-size: 20px; margin-top: 28px; }
	.eanc-policy-page p { font-size: 15px; line-height: 25px; }
	.eanc-policy-cat { font-size: 18px; margin-top: 26px; }
}
