@layer defaults, components, overrides;@layer components{.track{margin:12px 0 0;width:100%;overflow:auto;display:flex;user-select:none;scrollbar-width:none;-ms-overflow-style:none}.track::-webkit-scrollbar,.track::-webkit-scrollbar-button{display:none}.track:not(.draggable){justify-content:center}.track>*{display:flex;flex-wrap:nowrap;gap:20px}.track.draggable{cursor:grab}.track.draggable.dragging{cursor:grabbing}.track.draggable.dragging *{pointer-events:none;cursor:grabbing}.track.draggable.dragging a:hover p,.track.draggable.dragging a:focus p{display:none}}