.tori-msg-container{max-width:600px;margin:20px auto;font-family:sans-serif}.tori-msg-history{border:1px solid #ccc;background:#f9f9f9;padding:10px;height:300px;overflow-y:auto;margin-bottom:10px}.tori-msg-msg{margin-bottom:10px;padding:8px 12px;border-radius:8px;max-width:70%}.tori-msg-msg.sent{background:#e1ffc7;margin-left:auto;text-align:right}.tori-msg-msg.received{background:#fff;margin-right:auto}.tori-msg-msg .tori-msg-date{display:block;font-size:10px;color:#666;margin-top:3px}.tori-msg-product img{max-width:100px;display:block;margin:5px auto}.tori-admin{display:flex}.tori-users{width:200px;border-right:1px solid #ddd;margin-right:10px}.tori-users ul{list-style:none;padding:0}.wc-cm-container{max-width:700px;margin:0 auto;padding:20px;background-color:#fff;border-radius:12px;box-shadow:0 5px 10px rgb(0 0 0 / .05);border:1px solid #e8ebf0}.chat-body{height:500px;overflow-y:auto;padding:15px;background-color:#fafbfc;border-radius:10px;display:flex;flex-direction:column}.message-wrapper{display:flex;margin-bottom:12px}.message-wrapper.sent{justify-content:flex-end}.message-wrapper.sent .message-content{background-color:#3b82f6;color:#fff;border-bottom-right-radius:12px!important;font-weight:400}.message-wrapper.received{justify-content:flex-start}.message-wrapper.received .message-content{background-color:#f1f1f3;color:#000;border-bottom-left-radius:12px!important;font-weight:400}.message-content{max-width:75%;padding:10px 15px;border-radius:18px;font-size:14px;position:relative;word-wrap:break-word}.message-content .timestamp{font-size:11px;color:rgb(0 0 0);margin-top:4px;text-align:right;font-weight:300}.tori-msg-form{display:flex;gap:8px;margin-top:10px}.tori-msg-form textarea{flex-grow:1;border-radius:8px;border:1px solid #ccc;padding:10px;resize:none;height:60px}.tori-msg-form button{background-color:#3b82f6;color:#fff;border:none;padding:0 20px;border-radius:8px;cursor:pointer;transition:background-color 0.2s ease}.tori-msg-form button:hover{background-color:#2563eb}.chat-body::-webkit-scrollbar{width:6px}.chat-body::-webkit-scrollbar-thumb{background-color:#ccd3dd;border-radius:6px}.chat-body::-webkit-scrollbar-track{background-color:#f7f9fb}.wc-cm-header{position:relative;font-size:18px;color:#333;padding:5px;text-decoration:none}.wc-cm-header span{position:absolute;top:-5px;right:-8px;background-color:#ff4757;color:#fff;border-radius:50%;padding:3px 6px;font-size:10px;font-weight:700;animation:bellPulse 2s infinite}@keyframes bellPulse{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}.tori-msg-count-badge{position:absolute;top:2px;right:2px;font-size:10px;padding:2px 6px;background-color:#ff4757;color:#fff;border-radius:50%!important;font-weight:700;line-height:1;box-shadow:0 1px 3px rgb(0 0 0 / .3);animation:bounceBadge 2s infinite}@keyframes bounceBadge{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}