.wcs-widget{position:fixed;z-index:99999;bottom:22px;font-family:Arial,sans-serif}.wcs-right{right:22px}.wcs-left{left:22px}.wcs-box{display:none;width:350px;max-width:calc(100vw - 44px);background:#fff;border-radius:18px;box-shadow:0 18px 50px rgba(0,0,0,.22);overflow:hidden;margin-bottom:14px}.wcs-widget.is-open .wcs-box{display:block}.wcs-header{display:flex;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#087a62,#28c38a);color:#fff;padding:20px}.wcs-header strong{display:block;font-size:18px;margin-bottom:8px}.wcs-header span{display:block;font-size:14px;line-height:1.35}.wcs-close{background:transparent;border:0;color:#fff;font-size:28px;cursor:pointer}.wcs-agents{padding:12px}.wcs-agent{display:flex;align-items:center;gap:12px;width:100%;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin-bottom:10px;cursor:pointer}.wcs-agent.is-selected{border-color:#25d366;box-shadow:0 0 0 1px #25d366}.wcs-avatar{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#e9fbf2;color:#08875d;font-weight:700}.wcs-agent-info strong,.wcs-agent-info em,.wcs-agent-info small{display:block}.wcs-agent-info em{font-style:normal;color:#6b7280;font-size:13px}.wcs-agent-info small{color:#9ca3af}.wcs-message{width:calc(100% - 24px);margin:0 12px 12px;border:1px solid #d1d5db;border-radius:12px;padding:12px;box-sizing:border-box}.wcs-send{width:calc(100% - 24px);margin:0 12px 18px;border:0;border-radius:13px;background:#25d366;color:#fff;font-weight:700;padding:14px;cursor:pointer}.wcs-toggle{border:0;border-radius:999px;background:#25d366;color:#fff;padding:14px 20px;font-weight:700;box-shadow:0 12px 35px rgba(37,211,102,.38);cursor:pointer;display:flex;align-items:center;gap:10px}.wcs-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.2)}
/* Mobile: show only the WhatsApp icon on the floating button */
@media (max-width: 767px) {
  .wcs-widget {
    bottom: 18px;
  }

  .wcs-right {
    right: 18px;
  }

  .wcs-left {
    left: 18px;
  }

  .wcs-toggle {
    width: 58px;
    height: 58px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
    gap: 0;
  }

  .wcs-toggle .wcs-label {
    display: none;
  }

  .wcs-toggle .wcs-icon {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
}
