/**
 * Stili CookieYes (Karmalink) — sopravvivono agli aggiornamenti del plugin CookieYes
 * perché sono nel plugin Qode Fix Button.
 */

/* 1) Rimuove l’intera riga "Powered by CookieYes" (banner + modale preferenze + opt-out CCPA) */
.cky-consent-container [data-cky-tag="powered-by"],
div[data-cky-tag="powered-by"],
[data-cky-tag="detail-powered-by"],
[data-cky-tag="optout-powered-by"] {
	display: none !important;
}

/* 2) Sostituisce l’azzurro predefinito dei bottoni principali (Accetta / Rifiuta) */
.cky-consent-bar .cky-btn-accept,
.cky-consent-bar .cky-btn-reject,
.cky-consent-bar button.cky-btn-accept,
.cky-consent-bar button.cky-btn-reject {
	background-color: #8c52ff !important;
	border-color: #8c52ff !important;
	color: #ffffff !important;
}

.cky-consent-bar .cky-btn-accept:hover,
.cky-consent-bar .cky-btn-reject:hover,
.cky-consent-bar button.cky-btn-accept:hover,
.cky-consent-bar button.cky-btn-reject:hover {
	background-color: #7a45e0 !important;
	border-color: #7a45e0 !important;
	color: #ffffff !important;
}

/* 3) Modale “Preferenze cookie” (e popup opt-out): sovrascrive colori inline tipo #1578F7 */
[data-cky-tag="detail-accept-button"],
[data-cky-tag="detail-reject-button"],
[data-cky-tag="detail-save-button"],
[data-cky-tag="detail-category-preview-save-button"],
[data-cky-tag="optout-confirm-button"],
.cky-preference-center .cky-btn-accept,
.cky-preference-center .cky-btn-reject,
.cky-preference-center button.cky-btn-accept,
.cky-preference-center button.cky-btn-reject {
	background-color: #8c52ff !important;
	border-color: #8c52ff !important;
	color: #ffffff !important;
}

[data-cky-tag="detail-accept-button"]:hover,
[data-cky-tag="detail-reject-button"]:hover,
[data-cky-tag="detail-save-button"]:hover,
[data-cky-tag="detail-category-preview-save-button"]:hover,
[data-cky-tag="optout-confirm-button"]:hover,
.cky-preference-center .cky-btn-accept:hover,
.cky-preference-center .cky-btn-reject:hover,
.cky-preference-center button.cky-btn-accept:hover,
.cky-preference-center button.cky-btn-reject:hover {
	background-color: #7a45e0 !important;
	border-color: #7a45e0 !important;
	color: #ffffff !important;
}

/* 4) Link testuali (es. policy / DMA): da azzurro (#6B9FFF) al lilla brand */
.cky-consent-container a.cky-policy,
.cky-consent-container button.cky-policy,
.cky-preference-center a.cky-policy,
.cky-preference-center button.cky-policy,
.cky-dma-content-wrapper a.cky-policy,
.cky-dma-content-wrapper button.cky-policy,
.cky-dna-content-wrapper a.cky-policy,
.cky-dna-content-wrapper button.cky-policy,
.cky-notice-des a.cky-policy,
.cky-notice-des button.cky-policy,
[data-cky-tag="detail-dma-button"] {
	color: #8c52ff !important;
	border-color: transparent !important;
	background-color: transparent !important;
}

.cky-consent-container a.cky-policy:hover,
.cky-consent-container button.cky-policy:hover,
.cky-preference-center a.cky-policy:hover,
.cky-preference-center button.cky-policy:hover,
.cky-dma-content-wrapper a.cky-policy:hover,
.cky-dma-content-wrapper button.cky-policy:hover,
.cky-dna-content-wrapper a.cky-policy:hover,
.cky-dna-content-wrapper button.cky-policy:hover,
.cky-notice-des a.cky-policy:hover,
.cky-notice-des button.cky-policy:hover,
[data-cky-tag="detail-dma-button"]:hover {
	color: #7a45e0 !important;
}
