.history-table tr:hover {
    background-color: #f8fafc;
}

/* Fix Mobile History Spacing */
@media (max-width: 768px) {
    .inventory-container {
        border-radius: 12px !important;
        margin-top: 1rem !important;
        overflow: hidden !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .table-wrapper {
        overflow-x: auto !important;
        width: calc(100% + 2rem) !important;
        margin-left: -1rem !important;
        margin-right: -1rem !important;
        padding: 0 1rem !important;
    }

    .history-table {
        width: max-content !important;
        min-width: 1000px !important;
        display: table !important;
    }

    .history-table th,
    .history-table td {
        display: table-cell !important;
        white-space: nowrap !important;
        width: auto !important;
    }


}