<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.mod_blanco_eu_cookie {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 99;
	pointer-events: none;
	overflow: hidden;
}

.mod_blanco_eu_cookie.top {
	top: 0;	
}

.mod_blanco_eu_cookie.bottom {
	bottom: 0;	
}

.mod_blanco_eu_cookie .cookie-message {
	overflow: hidden;
	pointer-events: auto;
}

.mod_blanco_eu_cookie .cookie-message .content {
	padding: 0;
}

.mod_blanco_eu_cookie p {
	font-size: 12px;
	margin: 10px 0;
	text-align: center;
}

.mod_blanco_eu_cookie .btn {
	margin-bottom: 0px;
}

.mod_blanco_eu_cookie .btn i {
	margin-left: 5px;
}

@media (max-width: 767px) {
	
	.mod_blanco_eu_cookie .btn {
		margin: 10px 0px 10px 15px !important;
	}
	
}</pre></body></html>