
.customer-chat-panel{display:flex;flex-direction:column;height:min(740px,calc(100dvh - 220px));min-height:450px;border:1px solid #eae6eb;border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 10px 35px #39303b06}
.customer-chat-topics{display:flex;gap:9px;padding:15px 20px;border-bottom:1px solid #eee9ee;flex-wrap:wrap}
.customer-chat-topics button{border:1px solid #eee4ea;background:#fff8fb;border-radius:25px;padding:9px 14px;color:#4b424a;font-size:12px;cursor:pointer}
.customer-chat-panel .support-chat-body{background:#faf9fa}.customer-chat-panel .support-message{border-color:#ebe5ec;background:white;color:#29252d;box-shadow:0 4px 14px #251b2c05;border-radius:18px}.customer-chat-panel .support-own{background:#ff0060;color:white;border-color:#ff0060;border-bottom-right-radius:4px}.customer-chat-panel .support-own time{color:#ffe2ed}.customer-chat-panel .support-composer{border-color:#ebe5ec;padding:16px 20px}
.customer-chat-panel textarea{border-color:#e2dce6;border-radius:17px;color:#332938;background:white;min-height:58px;font:14px Arial,sans-serif}
.customer-chat-panel .support-send{background:#ff0060;border-radius:16px;padding:11px 22px}.customer-chat-panel .support-empty strong{color:#302936}.customer-chat-panel .support-message-meta strong{font-size:11px}.customer-chat-panel .support-message-meta time{font-size:10px}
@media(max-width:650px){.customer-chat-panel{height:calc(100dvh - 235px);min-height:410px}.customer-chat-panel .support-log{padding:14px}.customer-chat-topics{padding:12px}.customer-chat-topics button{font-size:11px;padding:8px 11px}}
