/* ═══════════════════════════════════════════════════════════
   NP2 Classified Ad Preview (SVG)
   ═══════════════════════════════════════════════════════════ */

.clprev-wrapper {
    display: flex;
    justify-content: center;
    padding: 12px;
    background: #f3f4f6;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    min-height: 80px;
}

.clprev-wrapper svg {
    display: block;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.clprev-empty {
    display: flex;
    justify-content: center;
}

.clprev-info {
    display: flex;
    gap: 12px;
    padding: 8px 4px 0;
    flex-wrap: wrap;
}

.clprev-metric {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    padding: 2px 8px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    font-family: monospace;
}

.clprev-colwidth {
    color: #2563eb;
    border-color: #bfdbfe;
    background: #eff6ff;
}