#aam-klaro {
	--dark1: #333333;
	--dark2: #55656a;
	--dark3: #707070;
	--light1: #ffffff;
	--light2: #e8ebf0;
	--light3: #707070;
	--green1: #ff8d00;
	--green2: #e07800;
	--blue1: #ff8d00;
	--blue2: #e07800;
	--button-text-color: #27383b;
	--border-radius: 10px;
	--font-size: 15px;
	--font-family: inherit;
	--notice-max-width: 1024px;
}

#aam-klaro .aam-consent-notice {
	box-sizing: border-box;
	position: fixed;
	inset-inline: 1rem;
	bottom: 1rem;
	z-index: 99999;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(19rem, 0.85fr);
	align-items: center;
	width: min(64rem, calc(100vw - 2rem));
	max-height: calc(100dvh - 2rem);
	margin-inline: auto;
	padding: 0;
	overflow: hidden auto;
	border: 1px solid #e8ebf0;
	border-top: 4px solid #ff8d00;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(16, 43, 48, 0.28);
	color: #333333;
	font-family: inherit;
	font-size: 15px;
	line-height: 1.4;
	overscroll-behavior: contain;
}

#aam-klaro .aam-consent-notice[hidden] {
	display: none;
}

#aam-klaro .aam-consent-copy {
	padding: 1.15rem 1.35rem 1.2rem;
}

#aam-klaro .aam-consent-eyebrow {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.4rem;
	color: #8a4a00;
	font-weight: 700;
	letter-spacing: 0.02em;
}

#aam-klaro .aam-consent-eyebrow svg {
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

#aam-klaro .aam-consent-copy h2 {
	margin: 0;
	color: #333333;
	font-size: 1.35rem;
	line-height: 1.2;
}

#aam-klaro .aam-consent-copy p {
	margin: 0.45rem 0 0;
	color: #333333;
}

#aam-klaro .aam-consent-policy {
	display: inline-block;
	margin-top: 0.4rem;
	color: #c85000;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

#aam-klaro .aam-consent-signal,
#aam-klaro .aam-consent-status {
	font-weight: 600;
}

#aam-klaro .aam-consent-status {
	color: #8a3300;
}

#aam-klaro .aam-consent-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: center;
	gap: 0.55rem;
	align-self: stretch;
	margin-top: 0;
	padding: 1rem 1.2rem;
	border-inline-start: 1px solid #e8ebf0;
	background: #fff9f0;
}

#aam-klaro .aam-consent-actions .aam-consent-button--secondary {
	grid-column: 1 / -1;
}

#aam-klaro .aam-consent-button {
	min-height: 44px;
	padding: 0.65rem 0.8rem;
	border: 2px solid #ff8d00;
	border-radius: 10px;
	font: inherit;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

#aam-klaro .aam-consent-button--primary {
	background: #ff8d00;
	color: #27383b;
}

#aam-klaro .aam-consent-button--secondary {
	background: #ffffff;
	color: #713300;
}

#aam-klaro .aam-consent-button:hover,
#aam-klaro .aam-consent-button:focus {
	border-color: #e07800;
	background: #e07800;
	color: #27383b;
}

#aam-klaro .aam-consent-button:focus-visible,
#aam-klaro .aam-consent-policy:focus-visible {
	outline: 3px solid #333333;
	outline-offset: 3px;
}

#aam-klaro .aam-consent-button:disabled {
	cursor: wait;
	opacity: 0.65;
}

#aam-klaro .cookie-notice,
#aam-klaro .cookie-modal-notice,
#aam-klaro .cm-modal.cm-klaro {
	box-sizing: border-box;
	border: 1px solid #e8ebf0;
	border-top: 3px solid #ff8d00;
	border-radius: 18px;
	background: #ffffff;
	color: #333333;
	box-shadow: 0 14px 38px rgba(51, 51, 51, 0.2);
}

#aam-klaro .cookie-notice p,
#aam-klaro .cookie-notice h1,
#aam-klaro .cookie-notice h2,
#aam-klaro .cookie-notice li,
#aam-klaro .cookie-modal-notice p,
#aam-klaro .cookie-modal-notice h1,
#aam-klaro .cookie-modal-notice h2,
#aam-klaro .cookie-modal-notice li,
#aam-klaro .cm-modal.cm-klaro p,
#aam-klaro .cm-modal.cm-klaro h1,
#aam-klaro .cm-modal.cm-klaro h2,
#aam-klaro .cm-modal.cm-klaro h3,
#aam-klaro .cm-modal.cm-klaro li {
	color: #333333;
}

#aam-klaro .cookie-notice a,
#aam-klaro .cookie-modal-notice a,
#aam-klaro .cm-modal.cm-klaro a {
	color: #c85000;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

#aam-klaro .cookie-modal .cm-modal.cm-klaro {
	display: flex;
	flex-direction: column;
	width: min(40rem, calc(100vw - 2rem));
	max-width: 40rem;
	max-height: calc(100dvh - 2rem);
	overflow: hidden;
}

#aam-klaro .cookie-modal .cm-modal.cm-klaro .cm-header {
	flex: 0 0 auto;
	padding: 0.85rem 1.1rem 0.7rem;
	border-bottom-color: #e8ebf0;
}

#aam-klaro .cookie-modal .cm-modal.cm-klaro .cm-header h1 {
	font-size: 1.45em;
	line-height: 1.15;
}

#aam-klaro .cookie-modal .cm-modal.cm-klaro .cm-header p {
	margin-top: 0.45rem;
	line-height: 1.4;
}

#aam-klaro .cookie-modal .cm-modal.cm-klaro .cm-body {
	min-height: 0;
	padding: 0.65rem 1.1rem;
	overflow: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
}

#aam-klaro .cookie-modal .cm-modal.cm-klaro .cm-footer {
	flex: 0 0 auto;
	padding: 0.65rem 1.1rem;
	border-top-color: #e8ebf0;
	background: #ffffff;
}

#aam-klaro .cookie-modal .cm-modal.cm-klaro .cm-switch-container {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	border-bottom-color: #e8ebf0;
}

#aam-klaro .cookie-modal .cm-modal.cm-klaro .cm-list-description {
	padding-top: 0.2rem;
	font-size: 0.9em;
	line-height: 1.3;
}

#aam-klaro .cookie-modal .cm-modal.cm-klaro .cm-caret {
	margin-top: 0.15rem;
}

#aam-klaro .cookie-modal .cm-modal.cm-klaro .cm-toggle-all {
	margin-top: 0.45rem;
	padding-top: 0.55rem;
}

#aam-klaro .cookie-modal .cm-modal.cm-klaro .hide {
	color: #333333;
	top: 1rem;
	right: 1rem;
}

#aam-klaro .cookie-modal .cm-modal.cm-klaro .hide svg {
	stroke: #333333;
}

#aam-klaro .cm-btn,
#aam-klaro .cm-btn.cm-btn-success,
#aam-klaro .cm-btn.cm-btn-info,
#aam-klaro .cm-btn.cm-btn-close {
	min-height: 44px;
	margin: 0.35rem 0.35rem 0.35rem 0;
	padding: 0.65rem 1rem;
	border: 2px solid #ff8d00;
	border-radius: 10px;
	background: #ff8d00;
	color: var(--button-text-color);
	font-weight: 700;
	line-height: 1.2;
}

#aam-klaro .cm-btn:hover,
#aam-klaro .cm-btn.cm-btn-success:hover,
#aam-klaro .cm-btn.cm-btn-info:hover,
#aam-klaro .cm-btn.cm-btn-close:hover {
	border-color: #e07800;
	background: #e07800;
}

#aam-klaro .cm-btn:focus-visible,
#aam-klaro .cm-list-input:focus-visible + .cm-list-label .slider,
#aam-klaro .hide:focus-visible {
	outline: 3px solid #333333;
	outline-offset: 3px;
}

#aam-klaro .cm-footer-buttons,
#aam-klaro .cn-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

#aam-klaro .cm-footer-buttons .cm-btn,
#aam-klaro .cn-buttons .cm-btn {
	flex: 1 1 0;
	min-width: 0;
	margin-right: 0;
}

#aam-klaro .cm-list-description {
	color: #55656a;
}

#aam-klaro .cm-list-label .slider {
	background: #f1f1f1;
	box-shadow: 0 0 0 1px #55656a;
}

#aam-klaro .cm-list-input:checked + .cm-list-label .slider {
	background: #ff8d00;
}

#aam-klaro .cookie-notice:not(.cookie-modal-notice) {
	background: #ffffff;
}

body footer.aam-footer button.aam-klaro-manage,
body .aam-klaro-manage {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 3px;
	background: transparent;
	color: #55656a;
	font: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: none;
	transition: color 0.15s;
	cursor: pointer;
}

body .aam-klaro-manage-inline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.65rem 1rem;
	border: 2px solid #ff8d00;
	border-radius: 10px;
	background: #ff8d00;
	color: #27383b;
	font: inherit;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

body .aam-klaro-manage-inline:hover,
body .aam-klaro-manage-inline:focus {
	border-color: #e07800;
	background: #e07800;
	color: #27383b;
}

body .aam-klaro-manage-inline:focus-visible {
	outline: 3px solid #333333;
	outline-offset: 3px;
}

body footer.aam-footer button.aam-klaro-manage[hidden],
body .aam-klaro-manage[hidden] {
	display: none;
}

body footer.aam-footer button.aam-klaro-manage:hover,
body footer.aam-footer button.aam-klaro-manage:focus,
body .aam-klaro-manage:hover,
body .aam-klaro-manage:focus {
	background: transparent;
	color: #00bf93;
	text-decoration: none;
}

body footer.aam-footer button.aam-klaro-manage:focus-visible,
body .aam-klaro-manage:focus-visible {
	outline: 2px solid #00bf93;
	outline-offset: 2px;
}

@media (min-width: 769px) {
	body footer.aam-footer button.aam-klaro-manage,
	body .aam-klaro-manage {
		--aam-manage-height: 50px;
		--aam-manage-visible-edge: 15px;
		position: fixed;
		inset-inline: 0;
		bottom: calc(var(--aam-manage-visible-edge) - var(--aam-manage-height));
		z-index: 9998;
		width: max-content;
		min-width: 100px;
		height: var(--aam-manage-height);
		margin-inline: auto;
		padding: 15px;
		border: 1px solid #e07800;
		border-bottom: 0;
		border-radius: 12px 12px 0 0;
		background: #ff8d00;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
		color: #27383b;
		font-size: 16px;
		font-weight: 400;
		line-height: normal;
		transition: bottom 0.5s ease;
	}

	body footer.aam-footer button.aam-klaro-manage:hover,
	body footer.aam-footer button.aam-klaro-manage:focus,
	body .aam-klaro-manage:hover,
	body .aam-klaro-manage:focus {
		bottom: 0;
		background: #ff9f1a;
		color: #27383b;
	}

	body footer.aam-footer button.aam-klaro-manage:focus-visible,
	body .aam-klaro-manage:focus-visible {
		outline-color: #27383b;
		outline-offset: -4px;
	}
}

@media (max-width: 659px) {
	#aam-klaro .aam-consent-notice {
		grid-template-columns: 1fr;
		inset-inline: 0;
		bottom: 0;
		width: 100%;
		max-height: calc(100dvh - 0.5rem);
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 18px 18px 0 0;
		font-size: 14px;
	}

	#aam-klaro .aam-consent-copy {
		padding: 0.9rem 1rem 0.7rem;
	}

	#aam-klaro .aam-consent-copy h2 {
		font-size: 1.2rem;
	}

	#aam-klaro .aam-consent-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.4rem;
		padding: 0.7rem 1rem 0.85rem;
		border-top: 1px solid #e8ebf0;
		border-inline-start: 0;
	}

	#aam-klaro .cookie-notice:not(.cookie-modal-notice) {
		max-height: 82vh;
		overflow: auto;
	}

	#aam-klaro .cn-buttons .cm-btn,
	#aam-klaro .cm-footer-buttons .cm-btn {
		flex-basis: 100%;
	}

}

@media (prefers-reduced-motion: reduce) {
	#aam-klaro *,
	#aam-klaro *::before,
	#aam-klaro *::after,
	body .aam-klaro-manage {
		transition-duration: 0.01ms;
		animation-duration: 0.01ms;
		animation-iteration-count: 1;
		scroll-behavior: auto;
	}
}

img[data-name="aam-social-embeds"]:not([src]) {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	background: linear-gradient(135deg, #fff9f0, #f1f4f5);
}
