.scrollbox{max-height:400px;touch-action:auto;overflow-y:scroll;border-radius:.375rem;padding-right:15px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#fedc95 #fff8ec;-ms-overflow-style:auto}.scrollbox::-webkit-scrollbar{width:15px}.scrollbox::-webkit-scrollbar-track{background:#fff8ec;border-radius:9999px;margin:15px 0}.scrollbox::-webkit-scrollbar-thumb{background:#fedc95;border-radius:9999px;border:15px solid rgba(0,0,0,0);background-clip:padding-box;min-height:28px}.scrollbox::-webkit-scrollbar-thumb:active,.scrollbox::-webkit-scrollbar-thumb:hover{background:#fbb807}.scrollbox::-webkit-scrollbar-corner{background:#fff}.scrollbox:focus-visible{outline:none}.scrollbox:focus-visible::-webkit-scrollbar-thumb{box-shadow:0 0 0 7px rgba(251,184,7,.12)}