/**
 * Listeo Author View - Vendor Verification Status Widget
 */

.lav-verification-status-widget {
    padding: 1rem 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    max-width: 480px;
}

.lav-verification-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4;
}

.lav-verification-badge.verified {
    background: #dcfce7;
    color: #166534;
}

.lav-verification-badge.unverified {
    background: #f1f5f9;
    color: #475569;
}

.lav-verification-badge.pending {
    background: #fef9c3;
    color: #854d0e;
}

.lav-verification-badge.rejected {
    background: #fee2e2;
    color: #991b1b;
}

.lav-verification-message {
    margin: 0.75rem 0 0;
    font-size: 0.9rem;
    color: #334155;
}

.lav-verification-note {
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
    color: #334155;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
}

.lav-verify-again-btn {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0.55rem 1.1rem;
    background: #0073ee;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.lav-verify-again-btn:hover {
    background: #005bb5;
}
