/* The card-less region. One gap spaces the heading from its body and the body's
 *  groups from each other, at the PEER rung; space BETWEEN sections belongs to
 *  `SectionStack`, and space inside a group to `Subsection`. */
@layer theme, base, lotics, components, utilities;
@layer lotics.tokens, lotics.reset, lotics.components;

@layer lotics.components {
  .lotics-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    gap: var(--lotics-space-24);
  }
}
