#evastaff-cookie-banner{
	position:fixed;
	left:1rem; right:1rem; bottom:1rem;
	z-index:9999;
	max-width:640px;
	margin:0 auto;
	background:var(--e-black, #0D0F12);
	color:#fff;
	border-radius:14px;
	box-shadow:0 20px 50px rgba(0,0,0,.35);
	padding:1.1rem 1.25rem;
}
.evastaff-cookie-inner p{
	margin:0 0 .85rem;
	font-size:.85rem;
	line-height:1.5;
	color:rgba(255,255,255,.85);
}
.evastaff-cookie-inner a{ color:#7FB6FF; text-decoration:underline; }
.evastaff-cookie-actions{ display:flex; gap:.6rem; justify-content:flex-end; }
.evastaff-cookie-actions button{
	font-size:.82rem; font-weight:600;
	padding:.55rem 1rem;
	border-radius:8px;
	cursor:pointer;
	border:1px solid rgba(255,255,255,.25);
	background:transparent;
	color:#fff;
}
#evastaff-cookie-accept{
	background:var(--e-accent, #2F6BFF);
	border-color:var(--e-accent, #2F6BFF);
}

@media (max-width:520px){
	.evastaff-cookie-actions{ flex-direction:column-reverse; }
	.evastaff-cookie-actions button{ width:100%; }
}
