// ============================================================================
// Classes | Table Responsive
// ============================================================================

@use "../../../mixins/body_molecules/table" as *;

// ============================================================================
// Utility Classes
// ============================================================================

.table--stacked {
    @include table--stacked;
}

.table--stacked-left {
    @include table--stacked-left;
}

.table--stacked-block {
    @include table--stacked-block;
}

.table--stacked-compact {
    @include table--stacked-compact;
}

.table--stacked-comfortable {
    @include table--stacked-comfortable;
}

.table--stacked-header {
    @include table--stacked-header;
}

.table-scroll-container {
    @include table-scroll-container;
}

.table-scroll-container--minimal {
    @include table-scroll-container--minimal;
}

.table--with-scroll-indicator {
    @include table--with-scroll-indicator;
}

// Breakpoint variants
.table--stacked-sm {
    @include table--stacked(q(576));
}

.table--stacked-md {
    @include table--stacked(q(768));
}

.table--stacked-lg {
    @include table--stacked(q(992));
}

.table--stacked-xl {
    @include table--stacked(q(1200));
}
