.swipe-indicator-69920 {
    position: fixed;
    top: 0; left: 0; bottom: 0;
    width: 80px;
    z-index: 999999;
    background: linear-gradient(to right, rgba(0,0,0,0.2), transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.swipe-arrow-69920 {
    background: rgba(0,0,0,0.8);
    border-radius: 50%;
    width: 50px; height: 50px;
    display: flex; align-items: center; justify-content: center;
}
