@layer components {
  .content-list {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-unit-s);
  }
}
