.doctor-consult-fab{position:fixed;right:15px;bottom:65px;z-index:99999;display:inline-flex;align-items:center;max-width:calc(100vw - 30px);padding:0;border:none;background:transparent;box-shadow:none;color:#1a3c2e;text-decoration:none;overflow:visible;transition:transform .25s ease;animation:doctorConsultFloat 3s ease-in-out infinite}.doctor-consult-fab:hover{animation:none;transform:translateY(-2px);color:#1a3c2e}.doctor-consult-fab__body{position:relative;z-index:1;display:flex;align-items:center;min-height:52px;margin-left:-34px;padding:10px 16px 10px 50px;border-radius:999px;background:#fff;border:1px solid rgba(45,106,79,.18);box-shadow:0 10px 28px #1a3c2e2e,0 0 0 1px #ffffffa6 inset;transition:box-shadow .25s ease,background-color .25s ease}.doctor-consult-fab:hover .doctor-consult-fab__body{background:#f6faf8;box-shadow:0 14px 32px #1a3c2e38,0 0 0 1px #ffffffbf inset}.doctor-consult-fab__avatar{position:relative;z-index:3;flex:0 0 auto;width:56px;height:56px;overflow:visible}.doctor-consult-fab__avatar:before{content:"";position:absolute;left:50%;bottom:4px;z-index:0;width:44px;height:44px;transform:translate(-50%);border-radius:50%;border:2px solid rgba(45,106,79,.22);background:transparent;animation:doctorConsultPulse 2s ease-out infinite}.doctor-consult-fab__avatar--doctor img{position:absolute;left:50%;bottom:-4px;z-index:2;width:72px;height:auto;max-height:84px;transform:translate(-50%);-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom;border:none;border-radius:0;background:transparent;box-shadow:none;mix-blend-mode:screen;filter:drop-shadow(0 3px 8px rgba(26,60,46,.22));pointer-events:none}.doctor-consult-fab__badge{position:absolute;right:2px;bottom:0;z-index:4;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#2d6a4f;color:#fff;border:2px solid #fff;font-size:.58rem}.doctor-consult-fab__copy{display:flex;flex-direction:column;min-width:0;line-height:1.15}.doctor-consult-fab__title{font-size:.82rem;font-weight:700;letter-spacing:.01em;white-space:nowrap}.doctor-consult-fab__sub{font-size:.68rem;color:#5c7a6d;white-space:nowrap}@keyframes doctorConsultPulse{0%{transform:translate(-50%) scale(.92);opacity:.85}70%{transform:translate(-50%) scale(1.12);opacity:0}to{transform:translate(-50%) scale(1.12);opacity:0}}@keyframes doctorConsultFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media(max-width:575px){.doctor-consult-fab{right:12px;bottom:62px}.doctor-consult-fab__body{display:none}.doctor-consult-fab__avatar{width:54px;height:54px}.doctor-consult-fab__avatar--doctor img{width:64px;max-height:76px;bottom:-2px}}@media(prefers-reduced-motion:reduce){.doctor-consult-fab,.doctor-consult-fab__avatar:before{animation:none}}
