.affiliate-wrapper {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(16, 24, 40, 0.06);
}

.affiliate-title {
    color: #101828;
    letter-spacing: -0.02em;
}

.affiliate-subtitle {
    color: #667085;
    max-width: 680px;
}

.affiliate-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.affiliate-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(16, 24, 40, 0.10) !important;
}

.affiliate-badge {
    font-size: 0.7rem;
    font-weight: 700;
    color: #1d4ed8;
    background: rgba(37, 99, 235, 0.10);
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
}

.affiliate-alert {
    background: rgba(16, 24, 40, 0.03);
    border: 1px solid rgba(16, 24, 40, 0.06);
    border-radius: 0.75rem;
}

[data-bs-theme="dark"] .affiliate-wrapper {
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .affiliate-title {
    color: #f8fafc;
}

[data-bs-theme="dark"] .affiliate-subtitle {
    color: #94a3b8;
}

[data-bs-theme="dark"] .affiliate-card {
    background: #111827;
}

[data-bs-theme="dark"] .affiliate-alert {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #94a3b8;
}
