.peek-scroller-wrap{position:relative;overflow:hidden}.peek-scroller{display:flex;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.peek-scroller::-webkit-scrollbar{display:none}.peek-panel{flex:0 0 72%;min-width:0;transition:flex-basis .4s ease}.peek-panel:not(:first-child){border-left:1px solid var(--peek-border,rgba(255,255,255,.08));cursor:pointer}.peek-panel:not(:first-child) .peek-content{opacity:.4;transition:opacity .3s}.peek-panel:not(:first-child):hover .peek-content{opacity:.6}.peek-fade,.peek-panel:not(:first-child) .peek-content *{pointer-events:none}.peek-fade{position:absolute;top:0;right:0;bottom:0;width:28%;background:linear-gradient(to right,transparent 0,color-mix(in srgb,var(--peek-bg,#0e0e0e) 45%,transparent) 60%,var(--peek-bg,#0e0e0e) 100%);z-index:5}@media (max-width:1024px){.peek-panel{flex:0 0 100%}.peek-fade{display:none}}