/* ============================================================
   RobinsFire — Quote tool layout overrides
   (Multi-variant qmode / hero-style switching has been removed —
    the shipped page uses the inline Aurora hero only.)
   ============================================================ */

/* The quote tool must be visible once relocated into the modal. */
#qmodal-body #quote-tool { display: block !important; }

/* Step 1 made shorter: 2-up premises list */
.q-options.listgrid { grid-template-columns: 1fr 1fr; }
.q-options.listgrid .q-opt { font-size: 14.5px; padding: 13px 13px; }
@media (max-width: 380px) { .q-options.listgrid { grid-template-columns: 1fr; } }
