.ceddox-chat{position:fixed;right:22px;bottom:95px;z-index:900;font-size:14px;max-width:calc(100vw - 24px)}
.chat-launch{display:flex;align-items:center;gap:10px;background:#fff;color:#123b51;border:2px solid #087e8b;border-radius:30px;padding:9px 16px;box-shadow:0 5px 22px #123b5133;cursor:pointer;font-weight:700}
.chat-launch img{width:85px;height:32px;object-fit:contain}
#ceddox-chat-panel{width:370px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 160px);overflow:auto;background:white;border:1px solid #c8dde2;border-radius:18px;box-shadow:0 12px 45px #123b5140;margin-bottom:12px;position:absolute;bottom:100%;right:0;color:#153b4d}
#ceddox-chat-panel[hidden]{display:none!important}
#ceddox-chat-panel header{display:flex;align-items:center;gap:12px;padding:14px;border-bottom:1px solid #e2ecee}
#ceddox-chat-panel header img{width:82px;height:35px;object-fit:contain}
#ceddox-chat-panel header button{margin-left:auto;font-size:24px;background:none;border:0;cursor:pointer}
.chat-caption{font-size:11px;padding:8px 14px;margin:0;background:#eff8f9}
.chat-log{max-height:220px;overflow:auto;padding:14px}
.chat-log p{padding:10px;background:#eff5f7;border-radius:10px;margin:0 0 10px;line-height:1.55;overflow-wrap:anywhere}
.chat-log .chat-user{background:#dff3ed;margin-left:30px}
.chat-log a,.chat-links a{color:#006875;text-decoration:underline;font-weight:700}
.chat-topics{display:flex;flex-wrap:wrap;gap:6px;padding:0 14px 12px}
.chat-topics button{border:1px solid #bad3d9;border-radius:15px;background:white;padding:6px 10px;color:#153b4d;cursor:pointer}
.chat-form{padding:0 14px}.chat-form label{display:block;margin-bottom:5px}.chat-form div{display:flex;gap:6px}.chat-form input{min-width:0;flex:1;padding:10px;border:1px solid #9ebdc5;border-radius:6px}.chat-form button{background:#087e8b;color:white;border:0;border-radius:6px;padding:8px 12px;cursor:pointer}.chat-links{padding:12px 14px}
.ceddox-chat button:focus-visible,.ceddox-chat a:focus-visible{outline:3px solid #d18b00;outline-offset:2px}
.required-star{color:#b42318;font-weight:bold;margin-right:4px}
@media(max-width:600px){.ceddox-chat{right:12px;bottom:120px}.chat-launch{padding:7px 11px}.chat-launch img{width:65px}.chat-launch span{font-size:12px}#ceddox-chat-panel{max-height:calc(100dvh - 205px)}}
