#chat-widget-container{position:fixed;top:20px;right:20px;width:350px;height:500px;background:#fff;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,0.1);display:none;flex-direction:column;z-index:1000;overflow:hidden;opacity:1}#chat-widget-header{background:var(--bde-palette-color-2);color:#fff;padding:20px;font-weight:700;display:flex;justify-content:space-between;align-items:center;font-size:18px}#chat-widget-header button{border:1px solid #000;border-radius:20px;background:#000;color:var(--bde-palette-color-2)}#chat-widget-body{flex:1;padding:20px;overflow-y:auto}#chat-widget-body p{margin-bottom:15px;padding:12px;border-radius:8px;font-size:14px;word-wrap:break-word}#chat-widget-footer{padding:12px;border-top:1px solid #ddd;display:flex;gap:10px}#chat-widget-input{flex:1;padding:8px;font-size:16px;border:1px solid #ddd;border-radius:8px;outline:none}#chat-widget-send{background:var(--bde-palette-color-2);color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer}#chat-widget-button{position:fixed;bottom:20px;right:20px;background:var(--bde-palette-color-2);color:#fff;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:20px;z-index:1001;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px rgba(0,0,0,0.2)}