/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.fusion-form-form-wrapper .ConsentField.fusion-form-field .fusion-form-checkbox label:before {
    border-color: #004c4c;
}
.fusion-form-form-wrapper .ConsentField.fusion-form-field .fusion-form-checkbox input[type="checkbox"]:checked + label:before {
    background-color: #004c4c;
}
/* Solo testo, più piccolo, in grassetto e centrato */
.mio-bottone,
.cn-revoke-cookie{
  background: none;
  border: none;
  padding: 0;

  display: block;                 /* diventa un blocco */
  width: fit-content;             /* largo quanto il testo */
  margin: 12px auto;              /* centrato rispetto alla pagina (area contenuto) */

  font-weight: 700;               /* grassetto */
  font-size: 0.9rem;              /* più piccolo (≈14–15px) */
  line-height: 1.2;
  color: inherit;                 /* usa il colore del testo corrente */
  text-decoration: underline;     /* aspetto da link normale */
}
a[href^="mailto"],
.email {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.wpconsent-cookie-policy-table.table {margin-bottom:80px;}
.wpconsent-cookie-policy-table.table th {text-align:left;}
@media screen and (max-width: 992px) {
.wpconsent-cookie-policy-table.table th, .wpconsent-cookie-policy-table.table td 
  {width:auto !important;font-size:14px;padding:14px;}
}