/* ==========================================================================
   Personalizzazione banner cookie tarteaucitron (#tarteaucitronAlertBig)
   Selettori verificati contro tarteaucitron.css v1.34.0
   ========================================================================== */

#tarteaucitronRoot #tarteaucitronAlertBig {
	background-color: #000000 !important;
	color: #ffffff !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig p,
#tarteaucitronRoot #tarteaucitronAlertBig span,
#tarteaucitronRoot #tarteaucitronAlertBig strong,
#tarteaucitronRoot #tarteaucitronAlertBig b {
	color: #ffffff !important;
}

/* Tutti i pulsanti del banner grande: Accetta tutto / Rifiuta tutto / Personalizza */
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton {
	background-color: rgba(255, 255, 255, 0.5) !important;
	color: #ffffff !important;
	border: 1px solid #ffffff !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton:hover {
	background-color: rgba(255, 255, 255, 0.75) !important;
	color: #000000 !important;
}

/* Link "Privacy policy" nel banner */
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
	color: #ffffff !important;
	text-decoration: underline;
	background: transparent !important;
	border: none !important;
}

/* Pulsanti Consenti/Blocca nel pannello dettagliato dei servizi: sfondo trasparente */
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
	background-color: transparent !important;
}

/* Pulsante "Salva" nel pannello dettagliato */
#tarteaucitronRoot .tarteaucitronAllow {
	background-color: #f59300 !important;
}

/* Barra legale aggiuntiva nel footer (link Privacy Policy / Cookie Policy) */
.footer-bottom-legal {
	background: rgba(0, 0, 0, 0.8);
	padding: 12px 0;
}

.footer-bottom-legal .info-text {
	margin: 0;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

.footer-bottom-legal .info-text a {
	text-decoration: underline;
	color: #fff;
	font-size: 0.9rem;
}
