body {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 20px auto;
  line-height: 1.5;
}

h1 {
  margin-bottom: 10px;
}

.faq-domanda {
  cursor: pointer;
  color: #333;
  font-weight: bold;
}

.faq-risposta {
  display: none;
  margin-left: 10px;
}

.faq-risposta.visibile {
  display: block;
}

#lista-luoghi {
  list-style: disc;
  padding-left: 20px;
}

.luogo {
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 4px;
}

.luogo.evidenziato {
  background-color: #ffe28a;
  font-weight: bold;
}