/* /Components/Pages/Home.razor.rz.scp.css */
.timeslot-grid-wrap[b-7t2gfz5tun] {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}

.orderbook-depth-grid-wrap[b-7t2gfz5tun] {
    width: 100%;
}

.orderbook-depth-grid[b-7t2gfz5tun] {
    margin-top: 8px;
}

.orderbook-depth-grid .mud-grid-item[b-7t2gfz5tun] {
    display: flex;
    flex-direction: column;
}

.compact-orderbook-grid[b-7t2gfz5tun] {
    width: 100%;
    max-width: none;
}

.compact-orderbook-grid .mud-table-container[b-7t2gfz5tun] {
    overflow-x: hidden;
}

.compact-orderbook-grid table[b-7t2gfz5tun] {
    table-layout: fixed;
}

.compact-orderbook-grid .mud-table-head .mud-table-cell[b-7t2gfz5tun],
.compact-orderbook-grid .mud-table-body .mud-table-cell[b-7t2gfz5tun] {
    padding: 2px 4px;
    font-size: 0.74rem;
    white-space: nowrap;
}

.compact-orderbook-grid .mud-table-head .mud-table-cell[b-7t2gfz5tun] {
    font-size: 0.66rem;
    padding: 3px 4px;
}

.compact-orderbook-grid .mud-table-head .mud-table-cell:nth-child(1)[b-7t2gfz5tun],
.compact-orderbook-grid .mud-table-body .mud-table-cell:nth-child(1)[b-7t2gfz5tun] {
    width: 82px;
    text-align: right;
}

.compact-orderbook-grid .mud-table-head .mud-table-cell:nth-child(2)[b-7t2gfz5tun],
.compact-orderbook-grid .mud-table-body .mud-table-cell:nth-child(2)[b-7t2gfz5tun] {
    width: 82px;
    text-align: right;
}

.compact-orderbook-grid .mud-table-head .mud-table-cell:nth-child(3)[b-7t2gfz5tun],
.compact-orderbook-grid .mud-table-body .mud-table-cell:nth-child(3)[b-7t2gfz5tun] {
    width: 72px;
    text-align: right;
}

.compact-orderbook-grid .mud-button[b-7t2gfz5tun] {
    min-width: 0;
    padding: 1px 4px;
    font-size: 0.66rem;
    line-height: 1.1;
}

.compact-orderbook-action[b-7t2gfz5tun] {
    height: 22px;
}

.orderbook-depth-toggle[b-7t2gfz5tun] {
    margin-top: 10px;
}

@media (max-width: 900px) {
    .orderbook-depth-grid-wrap[b-7t2gfz5tun] {
        width: 100%;
    }
}
