/**
 * Archive annonces : onglets + cartes promo (complément au thème).
 */

.archive-mode-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.archive-mode-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.archive-mode-tab.is-active {
    background: #6366f1;
    color: #fff;
}

.archive-mode-count {
    background: rgba(255, 255, 255, 0.25);
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 0.75rem;
}

.archive-mode-tab:not(.is-active) .archive-mode-count {
    background: #e2e8f0;
    color: #64748b;
}

.card-badge.mode-location {
    background: #dbeafe;
    color: #1d4ed8;
}

.card-badge.mode-vente {
    background: #fef3c7;
    color: #b45309;
}

.card-badge.promo {
    background: linear-gradient(135deg, #fbbf24 0%, #ea580c 100%);
    color: #1a1a1a;
    padding: 6px 10px;
    margin-bottom: 2px;
}

.card-badge.promo.card-badge-promo-slot {
    visibility: hidden;
    min-width: 7.5rem;
    min-height: 1.65rem;
    pointer-events: none;
}

.listing-card-modern .card-price {
    min-height: 2.65rem;
    align-items: flex-end;
}

.listing-card-modern .card-price .emefa-price-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.12rem;
}

.listing-card-modern .card-price .emefa-price-old {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
    text-decoration: line-through;
}

.listing-card-modern .card-price .emefa-price-new {
    display: block;
    font-size: 1.1rem;
    font-weight: 800;
    color: #ea580c;
}

.listing-card-modern .card-price .emefa-price-line {
    display: block;
    white-space: nowrap;
}

.listing-card-modern .card-price .emefa-promo-badge {
    display: none !important;
}
