/**
 * LS Quoter UX v2.1.0 — Supplemental styles
 * Prevents flash of buttons before JS gate runs.
 * Grand total box is always visible (shows $0.00 until ready).
 */

/* Trust badges + buttons hidden until all required fields selected */
#ls-t .ls-t-trust:not(.ls-ready),
#ls-t .ls-t-btns:not(.ls-ready) {
	display: none !important;
}
