/**
 * Mandala-Farben für Silktide Cookie Consent Manager
 * Basis: silktide-consent-manager.css (danach laden)
 * https://silktide.com/consent-manager/
 */

#stcm-wrapper {
	--boxShadow:
		0 8px 32px rgba(10, 10, 10, 0.28),
		0 2px 8px rgba(155, 90, 0, 0.12);
	--fontFamily:
		Montserrat, system-ui, -apple-system, 'Segoe UI', sans-serif;
	--primaryColor: #c8a573;
	--backgroundColor: #1c1c1c;
	--textColor: rgba(255, 255, 255, 0.93);
	/* Kein Abdunkeln (Backdrop per init aus; Fallback falls Modal trotzdem Backdrop zeigt) */
	--backdropBackgroundColor: transparent;
	--backdropBackgroundBlur: 0px;
	--iconColor: #1c1c1c;
	--iconBackgroundColor: #c8a573;
}

#stcm-wrapper a:focus,
#stcm-wrapper #stcm-banner button:focus,
#stcm-wrapper #stcm-modal button:focus,
#stcm-wrapper #stcm-icon:focus {
	outline: none;
	box-shadow:
		0 0 0 2px var(--backgroundColor),
		0 0 0 4px var(--primaryColor);
	border-radius: 4px;
}

#stcm-wrapper .stcm-button {
	border-radius: 2px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

#stcm-wrapper .stcm-button-secondary {
	border-radius: 2px;
}

/* Banner unten links: gleichmäßige Ecken */
#stcm-banner {
	border-radius: 2px;
}
