#wwsc-widget-container { position: fixed; bottom: 20px; z-index: 9999; font-family: sans-serif; }
.wwsc-position-right { right: 20px; }
.wwsc-position-left { left: 20px; }

#wwsc-launcher { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,0.15); transition: transform 0.3s; position: relative; }
#wwsc-launcher:hover { transform: scale(1.1); }
.wwsc-label { position: absolute; right: 70px; background: white; padding: 8px 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); white-space: nowrap; font-size: 14px; font-weight: 500; color: #333; }

#wwsc-chat-card { width: 320px; background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.2); margin-bottom: 20px; }
.wwsc-header { padding: 20px; color: white; }
.wwsc-header strong { display: block; font-size: 18px; }
.wwsc-header p { margin: 5px 0 0; font-size: 13px; opacity: 0.9; }

.wwsc-body { padding: 15px; }
.wwsc-dept-item { padding: 12px; background: #f8f9fa; border: 1px solid #eee; border-radius: 8px; margin-bottom: 10px; cursor: pointer; transition: 0.2s; }
.wwsc-dept-item:hover { background: #e9ecef; }

#wwsc-form input, #wwsc-form textarea { width: 100%; margin-bottom: 10px; padding: 10px; border: 1px solid #ddd; border-radius: 6px; box-sizing: border-box; }
#wwsc-send { width: 100%; padding: 12px; color: white; border: none; border-radius: 6px; cursor: pointer; font-weight: bold; }
