/* PNP ACCC scoped styles
 * - No fixed/sticky overlays.
 * - No pointer-events:none on parents; nothing blocks tabs.
 * - Targets only our own additive classes plus narrowly-scoped host selectors.
 */

.pnp-accc-card-tag {
    display: inline-block;
    font-size: 11px;
    line-height: 1.2;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 6px;
    background: #eef2ff;
    color: #3730a3;
    vertical-align: middle;
}

.pnp-accc-card-tag--bookkeeping {
    background: #fef3c7;
    color: #92400e;
}

.pnp-accc-card-tag--legacy {
    background: #f3f4f6;
    color: #4b5563;
}

.pnp-accc-empty-state {
    padding: 24px 16px;
    margin: 16px 0;
    border: 1px dashed #d1d5db;
    border-radius: 8px;
    color: #4b5563;
    background: #f9fafb;
    text-align: center;
    font-size: 14px;
}

/* Hide the redundant "Already an Elite Leader / Go to Dashboard" CTA
 * specifically when rendered inside the dashboard view. We do NOT
 * hide it on landing pages or for non-Elite affiliates. */
.pnp-elite-dashboard .pnp-elite-already-leader-cta,
.pnp-elite-dashboard [data-pnp-elite-already-leader-cta] {
    display: none !important;
}

/* Suppress the stale "Earned 3x so far" placeholder when our JS flags it. */
.pnp-accc-hidden {
    display: none !important;
}

/* Make our patch labels visually consistent without overriding layout. */
.pnp-accc-patched-label {
    font-weight: 600;
}
