/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
*/

/* Grid CSS is in functions.php (wp_head priority 99, style id=aifly-grid-css) */

/* ── Deal status badge ────────────────────────────────────────────────────── */
.deal-status-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}
.deal-status-live    { background: #dcfce7; color: #166534; }
.deal-status-expired { background: #fee2e2; color: #991b1b; }
.deal-status-changed { background: #fef9c3; color: #854d0e; }

/* ── Deal verification timestamp ─────────────────────────────────────────── */
.deal-verification {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px solid #f3f4f6;
}
