.elementor-2676 .elementor-element.elementor-element-9b72aac{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );border-style:none;--border-style:none;--border-radius:30px 30px 30px 30px;}.elementor-2676 .elementor-element.elementor-element-9b72aac:not(.elementor-motion-effects-element-type-background), .elementor-2676 .elementor-element.elementor-element-9b72aac > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-2676 .elementor-element.elementor-element-9b72aac.e-con{--align-self:center;}.elementor-2676 .elementor-element.elementor-element-3c4ad16 > .elementor-widget-container{background-color:#FFFFFF;border-style:none;border-radius:15px 15px 15px 15px;}#elementor-popup-modal-2676{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2676 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2676 .dialog-close-button{display:flex;}#elementor-popup-modal-2676 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-9b72aac *//* Contenitore generale FAQ */
.faq-full-page {
  max-width: 1000px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
  padding: 0 20px;
}

/* Titolo */
.faq-full-page h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

/* Riga orizzontale blu sotto il titolo - larghezza completa */
.faq-divider {
  width: 100%;
  height: 3px;
  background-color: #2196F3;
  margin: 0 auto 40px;
}

/* Contenitore domande a 2 colonne */
.custom-faq-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Ogni box singolo */
.custom-faq-box {
  width: 48%;
  margin-bottom: 30px;
  padding-left: 15px;
  position: relative;
}

/* Riga verticale divisa metà grigia, metà blu */
.custom-faq-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #999 0%, #999 50%, #2196F3 50%, #2196F3 100%);
}

/* Domanda */
.custom-faq-box .question {
  color: #2196F3;
  font-weight: bold;
  margin-bottom: 5px;
}

/* Risposta */
.custom-faq-box .answer {
  color: #666;
  font-size: 15px;
}

/* Responsive: 1 colonna su mobile */
@media (max-width: 768px) {
  .custom-faq-box {
    width: 100%;
  }
}

.elementor-popup-modal .dialog-widget-content {
  pointer-events: all;  
  background: none;

}/* End custom CSS */