/* CySkor support chat widget (Phase 16) — brand palette, self-contained. */
/* !important throughout: the WP theme sets aggressive button{...!important}
   rules (border-radius:0, own background) that otherwise turn the launcher into
   a plain blue square with no icon. */
.cskchat-bubble{position:fixed!important;right:20px!important;bottom:20px!important;
  width:58px!important;height:58px!important;min-width:0!important;max-width:none!important;
  border-radius:50%!important;background:linear-gradient(135deg,#1e3a8a,#16306e)!important;
  color:#fff!important;border:none!important;cursor:pointer!important;padding:0!important;margin:0!important;
  box-shadow:0 6px 20px rgba(16,32,78,.35)!important;z-index:99998!important;display:flex!important;
  align-items:center!important;justify-content:center!important;font-size:24px!important;line-height:1!important;
  border-bottom:3px solid #55ddaa!important;}
.cskchat-bubble svg{width:28px!important;height:28px!important;display:block!important;fill:#fff!important;}
.cskchat-bubble:hover{transform:translateY(-1px);}
.cskchat-panel{position:fixed;right:20px;bottom:88px;width:360px;max-width:calc(100vw - 32px);
  height:520px;max-height:calc(100vh - 120px);background:#fff;border-radius:16px;z-index:99999;
  box-shadow:0 18px 50px rgba(16,32,78,.30);display:none;flex-direction:column;overflow:hidden;
  font-family:-apple-system,"Helvetica Neue",Arial,sans-serif;border:1px solid #e3e7f0;}
.cskchat-panel.open{display:flex;}
.cskchat-head{background:linear-gradient(120deg,#16306e,#1e3a8a);color:#fff;padding:14px 16px;}
.cskchat-head b{font-size:15px;display:block;}
.cskchat-head span{font-size:11px;color:#cdd7f0;}
.cskchat-head .cskchat-x{position:absolute;right:12px;top:12px;background:none;border:none;color:#cdd7f0;
  font-size:18px;cursor:pointer;}
.cskchat-body{flex:1;overflow-y:auto;padding:14px;background:#f7f9fc;}
.cskchat-msg{max-width:84%;padding:9px 12px;border-radius:12px;margin:6px 0;font-size:13px;line-height:1.45;
  white-space:pre-wrap;word-wrap:break-word;}
.cskchat-msg.bot{background:#fff;border:1px solid #e3e7f0;color:#1f2a44;}
.cskchat-msg.me{background:#1e3a8a;color:#fff;margin-left:auto;}
.cskchat-sug{display:block;width:100%;text-align:left;background:#eefcf6;border:1px solid #bfead9;
  color:#225544;border-radius:10px;padding:8px 10px;margin:4px 0;font-size:12px;cursor:pointer;}
.cskchat-foot{border-top:1px solid #e3e7f0;padding:10px;display:flex;gap:8px;background:#fff;}
.cskchat-foot input{flex:1;border:1px solid #cbd5e1;border-radius:10px;padding:10px;font-size:14px;}
.cskchat-foot button{background:#1e3a8a;color:#fff;border:none;border-radius:10px;padding:0 14px;cursor:pointer;font-weight:700;}
.cskchat-esc{padding:12px;background:#fff;border-top:1px solid #e3e7f0;}
.cskchat-esc input,.cskchat-esc textarea{width:100%;border:1px solid #cbd5e1;border-radius:8px;
  padding:8px;font-size:13px;margin-bottom:6px;box-sizing:border-box;}
.cskchat-esc button{width:100%;background:#55ddaa;color:#0b3a2a;border:none;border-radius:8px;
  padding:10px;font-weight:800;cursor:pointer;}
.cskchat-esc .hp{position:absolute;left:-9999px;}
.cskchat-link{color:#1aa37a;background:none;border:none;cursor:pointer;font-size:12px;text-decoration:underline;padding:4px 0;}
