/* Cookie-consent card (Blocksy cookies-consent extension; popup renders on .de
   only — see functions/integrations/gtm-consent.php). Restyles the extension's
   type-1 floating card into the system grammar: sharp corners, white surface
   with a hairline ink border on the warm ground, brand-yellow primary (accept)
   vs. bordered ghost secondary (decline). Colors themselves come from the
   Customizer theme mods (cookieBackground/cookieButton*, palette vars) — this
   file only carries what those options can't express. */

.cookie-notification[data-type='type-1'] {
	& .container {
		border-radius: 0;
		border: 1px solid var(--theme-palette-color-1, #1a1a1a);
		box-shadow: 0 16px 40px -16px rgb(26 26 26 / 0.35);
	}

	& .ct-button {
		border-radius: 0;
		border: 1px solid var(--theme-palette-color-1, #1a1a1a);
	}

	& .ct-cookies-content a {
		color: inherit;
	}
}
