html {
    scroll-behavior: smooth;
}

[data-remote-table] {
    position: relative;
    transition: opacity 0.2s ease;
}

[data-remote-table].is-loading {
    opacity: 0.66;
}

.table-sort {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}

.table-sort:hover {
    color: var(--bs-dark);
}
