/* ─── CarSell — Dealer Badges + Policy Pages (frontend) ────────────────── */

/* ── Policy document typography ── */
.carsell-policy-doc {
    max-width: 780px;
    font-size: 15px;
    line-height: 1.8;
    color: #1e293b;
}

.carsell-policy-doc h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 28px 0 8px;
    color: #0f172a;
}

.carsell-policy-doc ul {
    padding-left: 20px;
    margin: 8px 0 16px;
}

.carsell-policy-doc a {
    color: #1d4ed8;
}

/* ── Dealer Badges (frontend) ──────────────────────────────────────────── */

/* ── Listing card badges (injected by dealer-badge.js) ── */
.carsell-listing-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    pointer-events: none;
    line-height: 1.4;
}

/* Ensure the card image wrapper is positioned */
.carsell-dealer-listing .listing-img,
.carsell-dealer-listing .stm-listing-img,
.carsell-dealer-listing figure,
.carsell-dealer-listing .post-thumbnail {
    position: relative;
}

.carsell-listing-badge--dealer {
    background: #1d4ed8;
    color: #fff;
}

.carsell-listing-badge--verified {
    background: #15803d;
    color: #fff;
}

.carsell-listing-badge--price-reduced {
    background: #dc2626;
    color: #fff;
    top: auto;
    bottom: 10px;
    left: 10px;
}

/* ── Inline badges (content / shortcodes) ── */
.carsell-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    vertical-align: middle;
}

.carsell-badge--dealer {
    background: #dbeafe;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

.carsell-badge--verified {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

/* ── Single listing dealer info block ── */
.carsell-dealer-info-block {
    margin-bottom: 20px;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
}

.carsell-dealer-info-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.carsell-dealer-business {
    font-weight: 700;
    font-size: 14px;
    color: #1d2327;
}

.carsell-dealer-city,
.carsell-dealer-since {
    font-size: 13px;
    color: #64748b;
}

.carsell-dealer-city::before { content: "📍 "; }
.carsell-dealer-since::before { content: "📅 "; }

/* ── Dealer status shortcode ── */
.carsell-status-box {
    padding: 14px 18px;
    border-radius: 6px;
    margin: 12px 0;
}

.carsell-status-active {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.carsell-status-none {
    background: #fefce8;
    border: 1px solid #fde68a;
}

.carsell-status-business {
    font-weight: 700;
    margin: 6px 0 0;
}

.carsell-status-since {
    font-size: 13px;
    color: #64748b;
    margin: 4px 0 0;
}

/* ── Become dealer button (shortcode) ── */
.carsell-dealer-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #1d4ed8;
    color: #fff !important;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s;
}

.carsell-dealer-btn:hover {
    background: #1e40af;
}

/* ── Notices ── */
.carsell-dealer-notice {
    padding: 12px 16px;
    border-radius: 5px;
    margin-bottom: 16px;
}

.carsell-notice-info    { background: #eff6ff; border: 1px solid #bfdbfe; color: #1e40af; }
.carsell-notice-success { background: #f0fdf4; border: 1px solid #bbf7d0; color: #15803d; }
.carsell-notice-warning { background: #fffbeb; border: 1px solid #fde68a; color: #92400e; }
.carsell-notice-error   { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; }

/* ── Market range badge ── */
.carsell-market-range {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    padding: 10px 14px;
    margin: 10px 0 0;
    font-size: 13px;
}

.carsell-market-range--within {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #14532d;
}

.carsell-market-range--below {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #7c2d12;
}

.carsell-market-range--above {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #7f1d1d;
}

.carsell-market-range__icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }

.carsell-market-range__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.carsell-market-range__body strong { font-weight: 700; }

.carsell-market-range__detail {
    font-size: 12px;
    opacity: .85;
}

.carsell-market-range__count { opacity: .65; }

/* ── Inspection summary card ── */
.carsell-insp-summary-card {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 10px 14px;
    margin: 12px 0 0;
    font-size: 13px;
    color: #14532d;
}

.carsell-insp-card__icon { font-size: 20px; flex-shrink: 0; }

.carsell-insp-card__body {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.carsell-insp-card__body strong { font-weight: 700; }

.carsell-insp-card__date {
    font-size: 12px;
    color: #16a34a;
    opacity: .8;
}

.carsell-insp-card__stars {
    color: #f59e0b;
    font-size: 13px;
    letter-spacing: .05em;
}

/* ── Response time badge ── */
.carsell-response-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #bbf7d0;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
