@layer components {
  .content-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: var(--spacing-unit-s);
  }
}
