
.prijswatch-faq .faq-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.faq-question {
  background: #f0f0f0;
  border: none;
  padding: 12px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.8rem;
}
.faq-answer {
  display: none;
  padding: 10px;
  background: #fff;
  font-size: 1.8rem;
}
@media (max-width: 600px) {
  .faq-question {
    font-size: 1em;
  }
}
