/* Wisdom Overseas Gemini Chatbot Widget */
.wo-chat-toggle{position:fixed;right:20px;bottom:20px;z-index:9998;background:linear-gradient(135deg,#0b2957,#E31E24);color:#fff;border:0;border-radius:50%;width:60px;height:60px;box-shadow:0 8px 24px rgba(0,0,0,.25);cursor:pointer;font-size:26px;display:flex;align-items:center;justify-content:center}
.wo-chat-toggle:hover{transform:scale(1.05)}
.wo-chat-panel{position:fixed;right:20px;bottom:90px;z-index:9999;width:360px;max-width:calc(100vw - 40px);height:520px;max-height:calc(100vh - 120px);background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.25);display:none;flex-direction:column;overflow:hidden;font-family:Poppins,sans-serif}
.wo-chat-panel.open{display:flex}
.wo-chat-head{background:linear-gradient(135deg,#0b2957,#E31E24);color:#fff;padding:14px 16px;display:flex;justify-content:space-between;align-items:center}
.wo-chat-head h4{margin:0;font-size:1rem}
.wo-chat-head .sub{font-size:.75rem;opacity:.85}
.wo-chat-head button{background:transparent;color:#fff;border:0;font-size:20px;cursor:pointer}
.wo-chat-body{flex:1;padding:14px;overflow-y:auto;background:#f7f8fb;font-size:.9rem;line-height:1.5}
.wo-msg{margin-bottom:10px;padding:10px 12px;border-radius:12px;max-width:85%;word-wrap:break-word}
.wo-msg.user{background:#0b2957;color:#fff;margin-left:auto;border-bottom-right-radius:4px}
.wo-msg.bot{background:#fff;color:#111;border:1px solid #eef0f4;border-bottom-left-radius:4px}
.wo-msg.bot code{background:#f3f4f7;padding:1px 4px;border-radius:3px;font-size:.85em}
.wo-msg.bot a{color:#E31E24}
.wo-typing{display:inline-block}
.wo-typing span{display:inline-block;width:6px;height:6px;background:#0b2957;border-radius:50%;margin:0 2px;animation:woBlink 1.2s infinite}
.wo-typing span:nth-child(2){animation-delay:.2s}.wo-typing span:nth-child(3){animation-delay:.4s}
@keyframes woBlink{0%,80%,100%{opacity:.3}40%{opacity:1}}
.wo-chat-foot{border-top:1px solid #eef0f4;padding:10px;display:flex;gap:8px;background:#fff}
.wo-chat-foot textarea{flex:1;border:1px solid #d7dae2;border-radius:10px;padding:10px;resize:none;font-family:inherit;font-size:.9rem;height:44px;max-height:120px}
.wo-chat-foot button{background:#E31E24;color:#fff;border:0;border-radius:10px;padding:0 16px;cursor:pointer;font-weight:600}
.wo-chat-foot button:disabled{opacity:.5;cursor:not-allowed}
.wo-lead{background:#fff;border:1px solid #eef0f4;border-radius:12px;padding:12px;margin-bottom:10px}
.wo-lead h5{margin:0 0 6px;color:#0b2957}
.wo-lead input{width:100%;padding:8px;border:1px solid #d7dae2;border-radius:8px;margin-bottom:6px;font-size:.85rem}
.wo-lead button{background:#0b2957;color:#fff;border:0;border-radius:8px;padding:8px 12px;cursor:pointer;font-weight:600}
.wo-quick{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.wo-quick button{background:#fff;border:1px solid #d7dae2;color:#0b2957;padding:6px 10px;border-radius:20px;font-size:.8rem;cursor:pointer}
.wo-handoff{text-align:center;font-size:.8rem;padding:6px;background:#fff8e6;color:#8a5a00;border-top:1px solid #f4e3b8}
.wo-handoff a{color:#0b2957;font-weight:600}
@media (max-width:480px){.wo-chat-panel{right:10px;left:10px;bottom:80px;width:auto;height:70vh}.wo-chat-toggle{right:14px;bottom:14px}}
