.carousel-container{position:relative;overflow-x:clip;overflow-y:visible;max-width:100%}.carousel-track{display:flex}.carousel-item{position:relative;flex-shrink:0;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.carousel-item:active{cursor:grabbing}.ticket-carousel-row{display:flex;position:relative;flex:1;min-height:140px}.ticket-carousel-stub{width:clamp(78px,24vw,120px);flex:none;background:var(--indigo-50);display:flex;align-items:center;justify-content:center;border-right:2px dashed var(--slate-300)}.ticket-carousel-notch{position:absolute;left:calc(clamp(78px, 24vw, 120px) - 18px);width:36px;height:36px;border-radius:50%;background:#fff}.ticket-carousel-notch.top{top:-18px}.ticket-carousel-notch.bottom{bottom:-18px}.carousel-indicators-container{display:flex;width:100%;justify-content:center}.carousel-indicators{margin-top:20px;display:flex;align-items:center;gap:9px}.carousel-indicator{height:8px;width:8px;border:none;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:50%;cursor:pointer;background:var(--slate-300);transition:background-color .15s,transform .15s}.carousel-indicator:focus-visible{outline:2px solid var(--indigo-600);outline-offset:2px}.carousel-indicator.active{background:var(--indigo-600)}