.pill-list{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.pill-list-item{border:1px solid;border-radius:100px;cursor:default;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;padding:10px 22px;transition:background .2s,border-color .2s,color .2s}.pill-list-item:hover{background:var(--pill-hover-bg)!important;border-color:var(--pill-hover-border)!important;color:#fff}