body > #bpcw-widget,
body > div#bpcw-widget {
  position: fixed !important;
  right: 28px !important;
  bottom: 28px !important;
  z-index: 2147483647 !important;
  margin: 0 !important;
  pointer-events: auto;
  display: block !important;
}
#bpcw-icon {background: #fff; border-radius:50%; box-shadow: 0 4px 16px rgba(0,191,214,.10); display:flex; align-items:center; justify-content:center; width:68px; height:68px; cursor:pointer;}
#bpcw-icon img {width: 54px !important; height: 54px !important; border-radius:50%; box-shadow:0 4px 14px rgba(0,191,214,.10);}
#bpcw-icon:hover {box-shadow:0 10px 24px rgba(0,191,214,.15);}
#bpcw-panel {width: 350px !important; background:#fff; border-radius:24px 24px 18px 18px; box-shadow:0 16px 44px rgba(30,70,110,.13); right:0; left:auto; bottom:78px !important; padding:0; overflow:hidden; border:1.5px solid #e0f7fa;}
.bpcw-chat-area {padding: 22px 14px 13px 14px; max-height: 70vh; overflow-y: auto;}
.bpcw-msg {display: flex; margin-bottom: 12px;}
.bpcw-msg.bot {justify-content: flex-start;}
.bpcw-msg.user {justify-content: flex-end;}
.bpcw-bot-avatar {width: 40px; height: 40px; border-radius: 50%; margin-left: 7px;}
.bpcw-bubble {background: #f6fcff; border-radius: 16px 16px 16px 6px; padding: 10px 16px; color: #1a1a1a; font-size: 15px;}
.bpcw-msg.user select, .bpcw-msg.user button {margin: 0 5px 0 0; border-radius:8px; border: 1.5px solid #00bfd6; font-size: 14px; padding:7px 11px;}
.bpcw-msg.user button {background: #00bfd6; color: #fff; font-weight: bold; border:none;}
@media (max-width: 600px) {
  #bpcw-panel {width:97vw !important; right:50% !important; left:auto !important; transform:translateX(50%);}
  #bpcw-widget {right: 10px !important; bottom: 10px !important;}
}
