.pill-list-module{padding:1rem;text-align:center}.pill-list-module__header{margin-bottom:1.5rem}.pill-list-module__title{color:#1a202c;font-size:1.5rem;font-weight:700;margin:0;text-align:center}.pill-list-module__list{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1rem}.pill-list-module__item{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:9999px;color:#4a5568;display:inline-block;font-size:.875rem;font-weight:500;padding:.375rem 1rem;transition:all .2s ease}.pill-list-module__item:hover{background-color:#edf2f7;border-color:#cbd5e0;box-shadow:0 2px 4px rgba(0,0,0,.1);color:#2d3748;transform:translateY(-1px)}.pill-list-module__item--link{cursor:pointer;text-decoration:none}.pill-list-module__item--link:hover{background-color:#e6fffa;border-color:#38b2ac;color:#234e52;text-decoration:none}@media (max-width:640px){.pill-list-module__list{gap:.5rem}.pill-list-module__item{font-size:.8125rem;padding:.3125rem .875rem}}