/* 1. Фон под иконкой - делаем белым */
.t1148_scroll-icon-wrapper {
    background: white !important;
    border-radius: 50px !important;
    padding: 10px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3) !important;
}

/* 2. Сама рука - черная с толстым белым контуром */
.tooltip-horizontal-scroll-icon_hand {
    fill: black !important;
    stroke: white !important;
    stroke-width: 3px !important;
    paint-order: stroke !important;
}