table.bbr-table {
    &.has-sticky-header thead th {
        position: sticky;
        top: 0.125rem;
        z-index: 1;
    }

    &.has-shadow-bordered-header thead th {
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
    }

    &.has-borderless-header {
        thead th {
            border: none !important;
        }

        tbody tr:nth-child(1) td {
            border-top: none !important;
        }
    }
}
