/* StileJuventus V9.410 — consenso produzione. */
.slr-consent-actions .is-accept,
.slr-consent-preference-actions .is-accept{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  align-items:center;
  justify-content:center;
  background:#0d1218!important;
  background-image:none!important;
  border-color:#0d1218!important;
  color:#fff!important;
}
.slr-consent-actions .is-accept:hover,
.slr-consent-actions .is-accept:focus-visible,
.slr-consent-preference-actions .is-accept:hover,
.slr-consent-preference-actions .is-accept:focus-visible{
  background:#000!important;
  border-color:#000!important;
  color:#fff!important;
}
html[data-slr-theme="dark"] .slr-consent-actions .is-accept,
html[data-slr-theme="dark"] .slr-consent-preference-actions .is-accept{
  background:#f0b51d!important;
  border-color:#f0b51d!important;
  color:#111!important;
}
html[data-slr-theme="dark"] .slr-consent-actions .is-accept:hover,
html[data-slr-theme="dark"] .slr-consent-actions .is-accept:focus-visible,
html[data-slr-theme="dark"] .slr-consent-preference-actions .is-accept:hover,
html[data-slr-theme="dark"] .slr-consent-preference-actions .is-accept:focus-visible{
  background:#ffd24a!important;
  border-color:#ffd24a!important;
  color:#111!important;
}
