#scfr-chat-box,#scfr-admin-chat-box{max-width:900px;background:#fff;padding:20px;border:1px solid #ddd;border-radius:12px;height:450px;overflow-y:auto;margin-bottom:25px}.scfr-msg-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}.scfr-avatar img{border-radius:50%;width:40px;height:40px}.scfr-msg{max-width:80%}.scfr-bubble{padding:12px 15px;border-radius:12px;background:#fff;font-size:14px;line-height:1.5}.scfr-msg.user .scfr-bubble{background:#f5f5f5}.scfr-msg.admin .scfr-bubble{background:#e9ecef}.scfr-time{font-size:12px;color:#777;margin-top:4px}#scfr-chat-form{max-width:900px;display:flex;flex-direction:column;gap:12px}#scfr-chat-form textarea,#scfr-chat-form textarea:focus{width:100%;height:100px;padding:12px;border-radius:8px;border:1px solid #ccc;outline:none}#scfr-chat-form button{width:150px;padding:10px 15px;border-radius:6px;border:none;background:#2d6760;color:#fff;font-size:14px;cursor:pointer}#scfr-chat-form button:hover{background:#24504b}button.button-primary{background-color:#2d6760!important}