#cdg-chatbot-widget{position:fixed;right:22px;bottom:86px;z-index:999999;font-family:inherit}#cdg-chatbot-toggle{border:none;border-radius:999px;padding:14px 18px;background:#002C73;color:#fff;font-weight:800;cursor:pointer;box-shadow:0 10px 30px rgba(0,44,115,.25)}#cdg-chatbot-panel{display:none;width:360px;max-width:calc(100vw - 32px);height:500px;max-height:calc(100vh - 140px);background:#fff;border:1px solid rgba(0,44,115,.12);border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(1,16,49,.25)}#cdg-chatbot-panel.cdg-open{display:flex;flex-direction:column}#cdg-chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#002C73,#0094AA);color:#fff}#cdg-chatbot-close{border:none;background:transparent;color:#fff;font-size:24px;line-height:1;cursor:pointer}#cdg-chatbot-messages{flex:1;padding:14px;overflow-y:auto;background:#F7FCFD}.cdg-bot-message,.cdg-user-message{margin-bottom:10px;padding:10px 12px;border-radius:14px;line-height:1.4;font-size:14px;white-space:pre-wrap;word-break:break-word}.cdg-bot-message{background:#fff;color:#2C343E;border:1px solid rgba(0,44,115,.08)}.cdg-user-message{background:#002C73;color:#fff;margin-left:35px}#cdg-chatbot-form{display:flex;gap:8px;padding:12px;border-top:1px solid rgba(0,44,115,.1);background:#fff}#cdg-chatbot-input{flex:1;min-width:0;border:1px solid rgba(0,44,115,.2);border-radius:999px;padding:10px 12px;font-size:14px}#cdg-chatbot-form button{border:none;border-radius:999px;padding:10px 14px;background:#0094AA;color:#fff;font-weight:800;cursor:pointer}.cdg-bot-message a{color:#002C73;font-weight:800;text-decoration:underline}.cdg-bot-message a:hover{text-decoration:none}@media(max-width:600px){#cdg-chatbot-widget{right:12px;bottom:78px}#cdg-chatbot-panel{width:calc(100vw - 24px);height:70vh;max-height:calc(100vh - 110px)}#cdg-chatbot-form{gap:6px}#cdg-chatbot-form button{padding:10px 12px}}
