.wpcf7-form .stessa-linea ol {
list-style: none;
margin: 0;
}
 
.wpcf7-form .stessa-linea li{
display: inline-block;
float: center;
margin-right: 10px;
padding-right: 10px;
border-radius: 10px;
font-size: 20px;
}
 
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="submit"]
{
 border-radius: 5px; float : none; margin: 0 auto; background-color: #f1f1f1
}
 
.wpcf7 {
 text-align: left;
}

#qlwapp.qlwapp-button .qlwapp-toggle {
    height: 40px;
    white-space: nowrap;
    padding: 10Px 1px 10px 10px;
}

#CookiebotWidget * {
  font-family: inherit;
  padding-bottom: 45px;
}

#CookiebotWidget button {
  position: relative;
  top: -10px!important;
  /* Sposta il bottone verso l'alto con priorità */
}

#CookiebotWidget {
  word-wrap: break-word;
  left: 10px;
  bottom: 10px;
  animation: CookiebotWidgetFadeIn .3s ease-in;
  background-color: #141414;
  border-radius: 40px;
  box-shadow: none!important;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
  min-height: 48px;
  min-width: 48px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: all .2s ease-in;
  z-index: 2147483631;
}
