.elementor-10952 .elementor-element.elementor-element-97527d1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-21d69bf */<style>
.faq-question.active {
  background-color: #ddd;
  color: #E01A39;
}
.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 20px;
}
.faq-item {
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  overflow: hidden;
}
.faq-question {
  background-color: #f1f1f1;
  border: none;
  width: 100%;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: bold;
  text-align: right;
  cursor: pointer;
  transition: background 0.3s ease;
}
.faq-answer {
  display: none;
  padding: 15px 20px;
  background: #fafafa;
  border-right: 4px solid #E01A39;
}
</style>/* End custom CSS */