/**
 * Living Expenses Calculator plugin styles
 *
 * Most wizard / form / table styling comes from the theme stylesheet. The
 * rules below are limited to plugin-specific behavior the theme can't know
 * about — the form ↔ report state toggle inside the final panel.
 */

/* Report panel: form state is visible, report state is hidden. */
.lec-report-panel[data-lec-state="form"]   [data-when="report"] { display: none; }

/* Report panel: report state is visible, form state is hidden. */
.lec-report-panel[data-lec-state="report"] [data-when="form"]   { display: none; }
