.fortnite-monthly-history-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.fortnite-monthly-history-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    font-size: 14px;
    line-height: 1.5;
}

.fortnite-monthly-history-table th,
.fortnite-monthly-history-table td {
    padding: 12px 14px;
    border: 1px solid #d9d9d9;
    text-align: left;
}

.fortnite-monthly-history-table thead th {
    background: #111827;
    color: #ffffff;
    font-weight: 600;
}

.fortnite-monthly-history-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.fortnite-monthly-history-table tbody tr:hover {
    background: #eef2ff;
}

.fortnite-monthly-history-negative {
    color: #dc2626;
    font-weight: 600;
}

.fortnite-monthly-history-trend {
    display: inline-block;
    margin-left: 6px;
    font-weight: 700;
}

.fortnite-monthly-history-trend-up {
    color: #16a34a;
}

.fortnite-monthly-history-trend-down {
    color: #dc2626;
}

.fortnite-monthly-history-table-error,
.fortnite-monthly-history-table-empty {
    padding: 12px 14px;
    border: 1px solid #d9d9d9;
    background: #f8fafc;
}
