/* Gizlen Global — FAQ divider standard, 2026-09-24
   Keep open FAQ answers visually connected to their question.
   Removes the inherited rule that drew a horizontal divider below an open summary. */
.gg-faq-item > summary,
.gg-faq-item[open] > summary {
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

.gg-faq-item > .gg-faq-answer,
.gg-faq-item[open] > .gg-faq-answer,
.gg-faq-item[open] > summary + .gg-faq-answer {
  border-top: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}
