.pill-section{background-color:#fff;border-radius:5px;margin-top:16px;margin-bottom:8px}.pill-section__title{font-weight:600;font-size:18px;color:#343f52;margin-bottom:16px;display:none}.pill-section__list{display:flex;gap:8px;overflow-x:scroll;position:relative;scrollbar-width:none}.pill-section__icon-container{background-color:#fff;display:flex;justify-content:end;align-items:center;border-left:.5px solid #e0e9fa;width:55px;flex-shrink:0;margin-left:5px}.pill-section__icon-wrapper{background-color:#f8f9fa;border:1px solid transparent;border-radius:8px;display:flex;align-items:center;justify-content:center;height:100%;padding:5px 12px;cursor:pointer;margin:0 4px}.pill-section__icon-wrapper--active{background-color:#3f78e01a}.pill-section__icon{height:18px;width:18px;display:block}.pill{background-color:#f8f9fa;color:#6c757d;padding:5px 12px;border-radius:8px;font-size:15px;font-weight:500;white-space:nowrap;display:inline-block;cursor:pointer;border:1px solid #f8f9fa}.pill--focus{color:#3f78e0;background-color:#3f78e01a;border-color:#3f78e0}.pill:not(.pill--focus):hover{background-color:#e9ecef}@media screen and (min-width:992px){.pill-section__list{flex-wrap:wrap;overflow:hidden}.pill-section__title{display:block}.pill-section{padding:16px;border:1px solid #083c821a;background-color:#fff;border-radius:5px;margin-top:42px}.pill{margin-bottom:0;white-space:wrap;text-align:start}}