/**
 * Lucky WP Blocks — Legacy Styles
 * Provides styling for existing posts that use the old Affiliate Booster
 * and Ultimate Blocks HTML class names. These styles ensure backward
 * compatibility so old posts render correctly after migrating to Lucky WP.
 *
 * New posts use lwp-* classes from blocks.css.
 * Old posts use affiliate-* and ub-* classes from this file.
 */

/* ══════════════════════════════════════════════════════════════════════════════
   SHARED LEGACY TOKENS
   ══════════════════════════════════════════════════════════════════════════════ */

:root {
    --ab-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    --ab-radius: 10px;
    --ab-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    --ab-border: #e5e7eb;
    --ab-green: #10b981;
    --ab-red: #ef4444;
    --ab-star: #ffa500;
    --ab-btn-bg: #e7163a;
}

