.elementor-1103 .elementor-element.elementor-element-a2e4795{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4758d3a *//* Vraag standaard Keypact-blauw */
.faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 18px 15px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;

  color: #00b3dd !important;   /* Forceer blauw */
  transition: background 0.2s ease, color 0.2s ease;
}

/* Hover: blauwe achtergrond + witte tekst */
.faq-question:hover {
  background: #00b3dd !important;
  color: #ffffff !important;
}

/* Zorg dat het + icoon ook wit wordt bij hover */
.faq-question:hover span {
  color: #ffffff !important;
}

/* Wanneer vraag actief (open) is */
.faq-item.active .faq-question {
  color: #00b3dd !important;
  background: transparent;
}/* End custom CSS */