/* Frontend styles for LGM Moving Quote Wizard (build/style.css) */
.lgm-wizard { max-width:720px; margin:0 auto; background:#fff; border-radius:12px; padding:18px; box-shadow:0 8px 30px rgba(0,0,0,0.06); border:1px solid #e8ece9; font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; }
.lgm-steps-indicator { display:flex; gap:8px; justify-content:center; margin-bottom:12px; }
.lgm-step-dot { width:34px; height:34px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:#e6e6e6; color:#444; font-weight:600; }
.lgm-step-dot.active { background:#007236; color:#fff; }
.lgm-step-title { color:#007236; margin-bottom:12px; font-size:1.05rem; }
.lgm-field { margin-bottom:12px; }
.lgm-label { display:block; margin-bottom:6px; font-weight:600; color:#222; }
.lgm-input, .lgm-select { width:100%; padding:10px 12px; border:1px solid #d6d6d6; border-radius:8px; }
.lgm-actions { text-align:right; margin-top:8px; }
.lgm-btn { background:#007236; color:#fff; border:none; padding:10px 18px; border-radius:999px; cursor:pointer; font-weight:700; }
.lgm-btn:hover { background:#005f2d; }
.lgm-small { color:#4b5563; font-size:0.95rem; }
.lgm-summary { text-align:center; }
.lgm-debug { text-align:left; white-space:pre-wrap; background:#f6f8f7; padding:12px; border-radius:8px; margin-top:12px; border:1px solid #e5e8e6; }

@media (max-width:640px){ .lgm-wizard{ padding:14px; } .lgm-actions{text-align:center;} .lgm-btn{width:100%;} }