.elementor-2 .elementor-element.elementor-element-5e17cc4b{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2 .elementor-element.elementor-element-9b941ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-18b32291 */.kenza-faq-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  font-family: 'Cormorant Garamond', serif;
  color: #333;
}

.kenza-faq-intro h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #784824;
  margin-bottom: 15px;
}

.kenza-faq-intro p {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
}

.kenza-faq {
  max-width: 750px;
  margin: auto;
  font-family: 'Cormorant Garamond', serif;
}

.faq-item {
  border-bottom: 1px solid #EDE7E3;
  padding: 22px 0;
}

.faq-question {
  font-size: 20px;
  color: #784824;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  transition: color 0.3s ease;
  line-height: 1.4;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  color: #784824;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding-top: 10px;
  color: #444;
  line-height: 1.6;
  font-size: 16px;
}

.faq-item.active .faq-answer {
  display: block;
}/* End custom CSS */