/**
 * Know Escape — Option-1 lean homepage
 * Shared spacing: homepage FAQ accordion → “Why …” / rest pane.
 *
 * Source of truth for every tenant that uses this layout (HWER today; others via apply script).
 * Do not invent one-off padding on a single venue copy — change this file, then re-apply / redeploy.
 *
 * Linked as: /assets/know-escape-option1-home/kb-lean-home-faq-rest.css
 * Docs: scripts/templates/know-escape-option1-home/README.md
 * Apply: node scripts/apply_know_escape_option1_home_template.cjs
 *
 * Note: mirror SPA used to rewrite /assets/ → /{shortname}/website/assets/ (broken).
 * prefixDomainRootPathsForHosting now leaves /assets/ alone.
 */

/* Space after the FAQ list (same “card” family as the accordion gap, but section-sized) */
.kb-hw-home-faq .kb-hw-faq__list,
#faq.kb-hw-home-faq .kb-hw-faq__list {
  margin-bottom: 1.75rem !important;
}

.kb-hw-home-faq,
#faq.kb-hw-home-faq {
  padding-bottom: 0.75rem !important;
}

/* Why / rest pane — clear air under the last FAQ card */
#kb-hw-rest,
section[data-kb-hw-rest='1'] {
  padding-top: 0.5rem !important;
  box-sizing: border-box;
}

#kb-hw-rest > .kb-hw-pane:first-child,
section[data-kb-hw-rest='1'] > .kb-hw-pane:first-child {
  margin-top: 0.5rem !important;
}
