@import url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.2/css/brands.min.css');
@import url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.2/css/fontawesome.min.css');

.affiliate-wrap {
    padding: 40px 0;
}

.affiliate-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    padding: 32px;
}

.affiliate-card h2,
.affiliate-card h3 {
    margin-top: 0;
}

.affiliate-card hr {
    border-top: 1px dashed #d1d5db;
    margin: 24px 0;
}

.affiliate-table {
    margin-bottom: 0;
    width: 100%;
}
.affiliate-table th,
.affiliate-table td {
    padding: 12px 14px !important;
    vertical-align: middle !important;
    white-space: nowrap;
}
.affiliate-table thead th {
    background: #f9fafb;
    font-weight: 600;
    color: #374151;
}
.affiliate-table tbody tr:hover {
    background: #f9fafb;
}

.btn-primary2:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary2 {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
