/* ==========================================================================
   cookies.css
   Cookiebot ships its own styling — do NOT override banner appearance.
   Only rules here are for our custom "Ustawienia Cookies" trigger and
   the CookieDeclaration table on /polityka-cookies/ (kept neutral).
   ========================================================================== */

/* Our own "Ustawienia Cookies" link in footer/legal pages */
.cookie-settings-link {
	background: none;
	border: none;
	color: var(--c-text);
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	padding: 0;
}

.cookie-settings-link:hover {
	color: var(--c-accent);
}

/* CookieDeclaration wrapper on /polityka-cookies/ — light container that
   keeps Cookiebot's own table readable while matching page spacing. */
#CookieDeclaration,
.CookieDeclaration {
	margin: var(--s-24) 0;
	font-size: 0.9375rem;
}
