.carousel{margin:2rem 0;color:inherit}.carousel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.carousel__title{font-size:1.4rem;font-weight:600}.carousel__controls{display:flex;gap:.5rem}.carousel__control{width:32px;height:32px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:#0006;color:inherit;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .1s ease}.carousel__control:hover{background:#ffffff14;border-color:#ffffff59}.carousel__control:active{transform:scale(.94)}.carousel__control svg{width:16px;height:16px}.carousel__viewport{overflow:hidden}.carousel__track{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding-bottom:.25rem;scrollbar-width:thin}.carousel__track::-webkit-scrollbar{height:6px}.carousel__track::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:999px}.carousel__item{flex:0 0 auto;width:calc((100% - 5rem) / 5.5)}@media(max-width:768px){.carousel__item{width:80%}}
