/*!
 * Monj Price Manager - snippets-only stylesheet (1.6.47+).
 *
 * Tiny subset of `public.css` covering the styles needed by the
 * snippet-class shortcodes (currently `[monj_best_prices_summary]`).
 * Loaded INSTEAD of the full `public.css` on pages that don't render
 * any of the heavy table shortcodes (`monj_price_comparison`,
 * `monj_price_table`, `mpm_price_matrix`). Audit item #10 / Medium
 * Performance - saves ~150 KB of CSS payload + ~116 KB of JS payload
 * on snippet-only pages.
 *
 * If you add a new snippet shortcode that needs custom styling,
 * extend THIS file (not `public.css`) so the visual footprint of
 * the snippet-only bundle stays minimal. Mirror the same selectors
 * into `public.css` if the snippet should also style correctly
 * INSIDE a page that already loads the full table bundle.
 *
 * All selectors below are byte-for-byte mirrors of the matching
 * rules inside `public.css` (lines ~1247-1276) so visual output
 * is identical regardless of which bundle is on the page.
 */.mpm-best-prices-summary{margin:.6rem 0;font-size:.95rem;line-height:1.5;color:var(--mpm-text,#0f172a)}.mpm-best-prices-summary .mpm-bps-label{font-weight:600;margin-right:.25rem}.mpm-best-prices-summary .mpm-bps-sep{color:var(--mpm-muted,#64748b);margin:0 .1rem}.mpm-best-prices-summary a.mpm-bps-link{color:var(--mpm-accent,#1d4ed8);text-decoration:underline;text-underline-offset:0.18em}.mpm-best-prices-summary a.mpm-bps-link:focus,.mpm-best-prices-summary a.mpm-bps-link:hover{text-decoration-thickness:2px}.mpm-best-prices-summary .mpm-bps-entry.is-pending .mpm-bps-placeholder{color:var(--mpm-muted,#64748b);font-style:italic}.mpm-best-prices-summary .mpm-bps-price-aside{color:var(--mpm-muted,#64748b)}