.tag-list{display:flex;flex-wrap:wrap;gap:var(--spacing-smaller)}.tag-list__item{background:var(--bg-pastel);border:1px solid transparent;border-radius:2rem;color:var(--html-blue);display:inline-block;font-family:var(--font-sans);padding:.5rem 1.5rem;white-space:nowrap}.tag-list__item--active{border:1px solid var(--html-blue)}
