.g41k-scroll-enhanced .tabulator-tableholder {
    scrollbar-width: none;
}

.g41k-scroll-enhanced .tabulator-tableholder::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.g41k-persistent-hscroll {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 20px;
    display: none;
    overflow: hidden;
    border: 1px solid #aeb9c7;
    border-radius: 4px;
    background: #d8e0ea;
    cursor: pointer;
    user-select: none;
    touch-action: none;
}

.g41k-persistent-hscroll.is-visible {
    display: block;
}

.g41k-persistent-hscroll.is-top {
    margin: 0 0 4px;
}

.g41k-persistent-hscroll.is-bottom {
    margin: 4px 0 0;
}

.g41k-persistent-hscroll-thumb {
    position: absolute;
    top: 3px;
    left: 0;
    height: 12px;
    min-width: 64px;
    border: 1px solid #24496f;
    border-radius: 7px;
    background: #416996;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 24%);
    cursor: grab;
}

.g41k-persistent-hscroll-thumb:active {
    cursor: grabbing;
    background: #2f557e;
}

.g41k-persistent-hscroll:focus-visible {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}
