.history-table-wrapper {
    margin-top: 25px;
    overflow-x: auto;
}

.history-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f4f6f8;
    border-radius: 12px;
    overflow: hidden;
}

.history-table th,
.history-table td {
    padding: 12px 15px;
    text-align: left;
    font-size: 14px;
}

.history-table th {
    background-color: #bde0ff;
    font-weight: 600;
}

.history-table tr:nth-child(even) {
    background-color: #e9ecef;
}
