/* CookieYes hides a.cky-banner-element; keep the footer link we inject. */
footer a.cky-banner-element {
	display: inline !important;
	color: inherit;
	font-size: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

footer a.cky-banner-element:hover {
	border-bottom-color: currentColor;
}
