#gbash-article-slider {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    pointer-events: none;
    z-index: 9999;
}
.gbash-hand {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    width: 48px; height: 48px;
    border-radius: 999px; border: none;
    background: rgba(0,0,0,0.4);
    color: #fff; font-size: 26px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.gbash-hand-left { left: 10px; }
.gbash-hand-right { right: 10px; }
@media (max-width:768px){
    .gbash-hand{width:40px;height:40px;font-size:22px;}
}
