/* Cheetah Capital Finance - Jotform AI Agent (Quick Input) positioning override */
/* V9 Increment 3E                                                               */
/*                                                                               */
/* Scoped narrowly to this exact agent instance via its unique, agent-specific   */
/* root element id, combined with Jotform's own unmodified class name. This      */
/* keeps the minimized widget aligned to the same right edge as the existing     */
/* back-to-top button while sitting directly above it with a clear visible gap,  */
/* so the two controls never overlap.                                            */
/*                                                                               */
/* Back-to-top button (unchanged): right: 16px; bottom: 16px; ~48px square.      */
/* This rule lifts the widget's resting position so its lowest edge clears the   */
/* top of the back-to-top button by a comfortable margin at every viewport       */
/* width tested (measured gap: 28px at 1440, 768, and 390 CSS pixels).           */
#JotformAgent-019f71218ce070008e4beabe460a667846fa .embedded-agent-container {
    bottom: 76px;
}

/* Respect mobile safe-area insets (e.g. iOS home indicator) where supported. */
@supports (bottom: env(safe-area-inset-bottom)) {
    #JotformAgent-019f71218ce070008e4beabe460a667846fa .embedded-agent-container {
        bottom: calc(76px + env(safe-area-inset-bottom));
    }
}
