/**
 * Laenuradar canonical FAQ surface v2
 *
 * Canonical appearance: the original autoloans FAQ.
 * Closed items keep their page-family surface. Opening an item gives the whole
 * question-and-answer card the subtle #fbfdff tint.
 */

body.wp-singular:is(#lrds-canonical-faq-surface, *) :is(
  .lr-faq,
  .lr-ap-faq,
  .lr-all-faq,
  .lrh-faq
) details[open] {
  background: #fbfdff !important;
}

body.wp-singular:is(#lrds-canonical-faq-surface, *) :is(
  .lr-faq,
  .lr-ap-faq,
  .lr-all-faq,
  .lrh-faq
) details[open] > summary,
body.wp-singular:is(#lrds-canonical-faq-surface, *) :is(
  .lr-faq,
  .lr-ap-faq,
  .lr-all-faq,
  .lrh-faq
) details[open] > :not(summary) {
  background: transparent !important;
}
