/* app.css — base reset only; all widget styles injected dynamically by app.js */
#quoter-root { box-sizing: border-box; }
#quoter-root *, #quoter-root *::before, #quoter-root *::after { box-sizing: inherit; }
