@layer components {
  .listings-grid {
    display: grid;
    gap: var(--block-space-double);
  }
}