.rgb-cookie-bar{
	position:fixed;left:0;right:0;bottom:0;z-index:900;
	background:var(--ink,#111318);color:var(--paper-raised,#fff);
	padding:18px 32px;display:flex;flex-wrap:wrap;gap:16px;
	align-items:center;justify-content:space-between;
	box-shadow:0 -8px 24px rgba(0,0,0,.18);
}
.rgb-cookie-bar[hidden]{display:none;}
.rgb-cookie-bar p{font-size:.86rem;max-width:640px;}
.rgb-cookie-bar p a{text-decoration:underline;}
.rgb-cookie-bar__actions{display:flex;gap:10px;flex-shrink:0;}
