/* EU Withdrawal Button - fixed footer bar */
.euw-footer-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9990;
	background: #0f172a;
	color: #fff;
	text-align: center;
	padding: 8px 12px;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4;
}
.euw-footer-bar a.euw-footer-link { color: #fff; text-decoration: underline; font-weight: 600; }
.euw-footer-bar a.euw-footer-link:hover { color: #fff; }
.euw-footer-bar a.euw-footer-link:focus { outline: 3px solid #facc15; outline-offset: 2px; }
