@layer blocks {
  .faq-list {
    list-style: none;
    max-inline-size: 40rem;
    --flow-space: 1.625rem; /* spec 26px between items */
  }

  .faq-list li {
    margin-inline-start: 0;
  }

  .faq-list h3 {
    margin-block-end: 0.375rem; /* spec 6px */
    font-size: 1.3rem;
    font-weight: var(--weight-bold);
    line-height: 1.25;
  }

  .faq-list p {
    font-size: 1.02rem;
    color: var(--color-text-prose);
  }

  .faq-list a {
    --color-link: var(--color-accent);
  }
}
