.custom-chat-container{font-family:"Roboto Condensed",sans-serif}#chat-toggle{position:fixed;bottom:0;right:50px;background:#2c3e50;color:#fff;border-radius:1rem 1rem 0 0;display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer;z-index:10000;box-shadow:0 2px 10px rgba(0,0,0,.2);transition:color .2s ease-out,background .4s ease-out;max-width:26rem;width:26rem;font-size:1.8rem;padding:1rem;font-family:"Roboto Condensed",sans-serif;user-select:none}#chat-toggle:hover{color:#f0f0f0}#chat-toggle.active{background:#0eb92e}#chat-widget{position:fixed;bottom:90px;right:20px;width:350px;height:450px;background:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);display:none;z-index:9999;flex-direction:column;overflow:hidden}#chat-header{background:#2c3e50;color:#fff;padding:12px;cursor:pointer;text-align:center;font-size:16px;letter-spacing:.3rem;font-family:"Roboto Condensed",sans-serif}#chat-messages{flex:1;overflow-y:auto;padding:10px;background:#f7f9fc;display:flex;flex-direction:column;gap:8px;background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/wp-content/plugins/custom-live-chat/theme-tg.webp);background-size:cover;background-repeat:no-repeat}.chat-message{max-width:80%;padding:8px 12px;margin:4px 0;border-radius:12px;line-height:1.4;word-wrap:break-word;font-size:1.3rem}.chat-message.user,.chat-message.admin{color:#000;filter:drop-shadow(0px 8px 18px rgba(29,48,85,.06)) drop-shadow(0px 1px 3.5px rgba(39,58,108,.06))}.chat-message.user{align-self:flex-end;background:#bdf1ba}.chat-message.user strong,.chat-message.admin strong{margin-right:.6rem}.chat-message.admin{align-self:flex-start;background:#fff}#chat-input{display:flex;padding:10px;border-top:1px solid #eee;background:#fff;font-family:"Roboto Condensed",sans-serif}#chat-input input{flex:1;padding:10px;border:1px solid #ddd;border-radius:6px;outline:none;font-size:1.6rem}#chat-input button{margin-left:8px;padding:0 15px;background:#2c3e50;color:#fff;border:none;border-radius:6px;cursor:pointer}span.notification{position:absolute;top:-25px;background:red;width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;right:10px;border-radius:2rem;font-weight:300}@media (max-width:560px){#chat-toggle{right:10px}}