.my-5 {
  margin-top: 3em;
  margin-bottom: 3em;
}

#header nav a:hover {
  color: var(--colore-secondario) !important;
}
ol {
  margin: 0 0 1em;
}
ol.type-upper-roman {
  list-style-type: upper-roman;
}
ol.type-upper-roman {
  list-style-type: upper-roman;
}
ol.type-upper-decimal {
  list-style-type: decimal;
}
ol.type-upper-lower-alpha {
  list-style-type: lower-alpha;
}

#wrapper * {
  color: var(--colore-primario);
}

/* a:hover {
  color: var(--colore-primario) !important;
} */

#wrapper > header {
  padding: 6em 0 1em;
}

#wrapper > header p {
  text-transform: none;
}

#wrapper > header .inner {
  width: 55em;
  margin: 0 auto;
  text-align: center;
}

#wrapper > header h2 {
  text-align: center;
}

.accordion {
  cursor: pointer;
}
.accordion:hover {
  text-decoration: underline;
}

.faq-domanda {
  cursor: pointer;
}
.faq-domanda:hover {
  text-decoration: underline;
}
ol:not(.type-upper-lower-alpha):not(.type-upper-decimal) {
  border-right: 2px solid var(--colore-primario); /* var(--colore-secondario) */
}
ol li {
  text-align: left;
  /* color: var(--colore-secondario) !important; */
}

.faq-domanda.active {
  text-decoration: underline;
}
.faq-risposta {
  display: none;
}
.faq-risposta.active {
  display: block;
  padding-left: 0; /* 1.5em */
}
.faq-risposta.active p,
.faq-risposta.active p a {
  text-align: left;
  /* color: var(--colore-secondario) !important; */
  padding: 0;
  margin: 0;
}

p.root {
  margin: 0;
}

@media screen and (max-width: 1280px) {
  #wrapper > header {
    padding-bottom: 6em;
    margin-bottom: -5em;
  }
}

@media screen and (max-width: 980px) {
  #wrapper > header {
    padding: 6em 2em 5em 2em;
  }
  #wrapper > header > .inner {
    width: 80%;
  }
}

@media screen and (max-width: 736px) {
}

.wrapper:after {
  height: 0 !important;
}
.wrapper {
  margin-bottom: 0 !important;
}
