/* ───────────────────────────────────────────────────
   Form Guide — floating widget supplement styles
   The widget shell uses ai-assistants.css classes.
   ─────────────────────────────────────────────────── */

/* ── Guide option hover (inline styles can't do :hover) ── */
.fg-guide-option:hover {
    border-color: #667eea !important;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.15) !important;
}

/* ── Step list hover ── */
.fg-step-list li:hover {
    background: #f0f1ff !important;
}
.fg-step-active:hover {
    background: #eef0ff !important;
}
.fg-step-done:hover {
    background: #f0f1ff !important;
}
