

/* Start:/local/components/caseguru/bonusprogram.levels/templates/table/style.css?17714098361815*/
/* Bonus Levels Table Styles */
.bonus-levels-table {
    margin: 2rem 0;
}

/* Responsive wrapper with horizontal scroll on small screens */
.bonus-levels-table .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Table styling */
.bonus-levels-table table {
    width: 100%;
    min-width: 43.75rem;
    margin-bottom: 1rem;
    background-color: #fff;
}

.bonus-levels-table td {
    padding: 0.75rem;
    vertical-align: middle;
    border: 1px solid #dee2e6;
}

/* Label cells (first column) */
.bonus-levels-table__label-cell {
    background-color: #f8f9fa;
    font-weight: 500;
    min-width: 15.625rem;
    max-width: 21.875rem;
}

/* Value cells */
.bonus-levels-table__value-cell {
    text-align: center;
    font-size: 0.875rem;
}

/* Striped rows */
.bonus-levels-table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.bonus-levels-table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .bonus-levels-table .table-responsive {
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
    }

    .bonus-levels-table__label-cell {
        position: sticky;
        left: 0;
        z-index: 10;
        background-color: #f8f9fa;
        box-shadow: 0.125rem 0 0.25rem rgba(0, 0, 0, 0.1);
    }

    .bonus-levels-table td {
        padding: 0.625rem;
        font-size: 0.8125rem;
    }
}

@media (max-width: 575.98px) {
    .bonus-levels-table table {
        min-width: 37.5rem;
    }

    .bonus-levels-table__label-cell {
        min-width: 11.25rem;
        font-size: 0.75rem;
    }

    .bonus-levels-table td {
        padding: 0.5rem;
        font-size: 0.75rem;
    }

    .bonus-levels-table__value-cell {
        font-size: 0.75rem;
    }
}

/* End */
/* /local/components/caseguru/bonusprogram.levels/templates/table/style.css?17714098361815 */
