.elementor-34945 .elementor-element.elementor-element-a11b2aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-34945 #main.site-main{z-index:0;}/* Start custom CSS for html, class: .elementor-element-f75f032 */details {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 12px 0;
  background: #fff;
  transition: all 0.3s ease;
  font-family: inherit;
  font-size: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

summary {
  cursor: pointer;
  padding: 16px 20px;
  font-weight: bold;
  position: relative;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/* Simbolo "+" */
summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.3s ease;
}

/* Simbolo "-" quando aperto */
details[open] summary::after {
  content: "−";
}

/* Contenuto espanso */
details > p {
  padding: 20px 20px 16px 20px;
  margin: 0;
  background-color: #fafafa;
  border-top: 1px solid #eee;
}/* End custom CSS */