.agent-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: "Segoe UI", sans-serif;
}

.agent-table thead {
    background: #f9f9f9;
    color: #555;
}

.agent-table th, .agent-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 14px;
}

.agent-table tbody tr:hover {
    background: #f4faff;
}

.agent-table .agent-commission {
    font-weight: 600;
    color: #1a73e8;
}

.agent-table .agent-commission small {
    color: #888;
    display: block;
    font-size: 12px;
}

.agent-table .paid-amount {
    font-weight: bold;
    color: #2e7d32;
}

.agent-table .group-size {
    background: #ffe0b2;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 13px;
    display: inline-block;
}
