/* Compact floating assistant, matching the supplied red-button reference. */
.floating-contact.floating-contact--assistant{box-sizing:border-box;width:193px;height:56px;min-height:56px;max-width:calc(100vw - 2rem);display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:8px 10px;background:#ed1c2e!important;color:#fff;border:0!important;border-radius:17px;box-shadow:0 8px 18px rgba(0,0,0,.20)!important;overflow:visible}
.floating-contact.floating-contact--assistant>img{display:block;width:38px;height:40px;flex:0 0 38px;object-fit:contain;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;filter:none;clip-path:none}
.floating-contact.floating-contact--assistant .floating-contact__copy{display:grid;gap:1px;min-width:0;padding:0;background:transparent;border-radius:0;line-height:1.08;text-align:left}
.floating-contact.floating-contact--assistant .floating-contact__copy strong{color:#fff;font-size:13px;font-weight:900;letter-spacing:0;white-space:nowrap}
.floating-contact.floating-contact--assistant .floating-contact__copy small{color:#fff;font-size:10px;font-weight:700;white-space:nowrap}
