/*
 * The named group inside a `Section` — the GROUP rung, one step under the peer
 * beat the section spaces its bands at, so a group reads as part of the section
 * rather than as a peer of it. Its heading and its rows are items of one group,
 * which is the whole distinction 8 carries.
 */
@layer theme, base, lotics, components, utilities;
@layer lotics.tokens, lotics.reset, lotics.components;

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