/* Affiliate Buy Key Styles */
.ban-key-pro-affiliate-buy-container {
    margin-top: 30px;
}

.ban-key-pro-affiliate-buy-container h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.ban-key-pro-affiliate-history-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.ban-key-pro-affiliate-history-table thead th {
    background: #f8f9fa;
    padding: 12px;
    text-align: left;
    border: 1px solid #e0e0e0;
    font-weight: 600;
}

.ban-key-pro-affiliate-history-table tbody td {
    padding: 12px;
    border: 1px solid #e0e0e0;
}

.ban-key-pro-affiliate-history-table tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

.ban-key-pro-pagination a {
    margin: 0 5px;
    padding: 8px 15px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    display: inline-block;
}

.ban-key-pro-pagination a:hover {
    background: #e9ecef;
}

.ban-key-pro-pagination span {
    margin: 0 5px;
    padding: 8px 15px;
    background: #f5576c;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
}

