/* Consistent breathing room between the homepage chapters. */
#FrameHome.frame-home {
  --mura-home-section-space: 7rem;
}
#FrameHome.frame-home > .mura-home-section {
  padding-block: var(--mura-home-section-space);
}
/* The section owns its spacing; avoid doubling it inside the app preview. */
#FrameHome.frame-home .mura-discovery-example__layout {
  padding-block: 0;
}
@media (max-width: 960px) {
  #FrameHome.frame-home {
    --mura-home-section-space: 6rem;
  }
}
@media (max-width: 600px) {
  #FrameHome.frame-home {
    --mura-home-section-space: 5rem;
  }
}
