.dclst{display:block}
.dclst-bar{display:flex;gap:.5em}
.dclst-bar.is-wrap{flex-wrap:wrap}
.dclst-bar.is-scroll{flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:2px}
.dclst-bar.is-scroll::-webkit-scrollbar{height:6px}
.dclst-btn{cursor:pointer;padding:.5em .9em;border:1px solid rgba(0,0,0,.25);background:transparent;border-radius:.4em;line-height:1;flex:0 0 auto}
.dclst-btn.is-active{border-color:currentColor}
.dclst-select{padding:.45em .6em;border-radius:.4em;border:1px solid rgba(0,0,0,.25);max-width:100%}