.elementor-widget-scroll_box .elementor-widget-container,
.elementor-widget-scroll_box,
.scroll-box {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-clip: padding-box !important;
}
.scroll-box::-webkit-scrollbar {
    width: 8px;
}
.scroll-box::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
}
