#askSamLauncher{
  position:fixed;
  bottom:20px;
  right:20px;
  background:var(--sam-color, #ffb900);
  border-radius:50%;
  width:64px;height:64px;
  display:flex;justify-content:center;align-items:center;
  box-shadow:0 2px 8px rgba(0,0,0,.2);
  cursor:pointer;z-index:9999;
}
#askSamLauncher img{width:48px;height:48px;border-radius:50%;}

#askSamWindow{
  position:fixed;bottom:100px;right:20px;
  width:340px;max-height:520px;background:#fff;border-radius:12px;
  border:1px solid #e5e5e5;box-shadow:0 8px 24px rgba(0,0,0,.18);
  display:none;flex-direction:column;overflow:hidden;z-index:9999;
}
#askSamHeader{background:var(--sam-color, #ffb900);color:#fff;padding:12px 14px;font-weight:700;}
#askSamBody{padding:10px;overflow-y:auto;flex:1;font-size:14px;line-height:1.45;}
#askSamBody p{margin:8px 0;}
#askSamFooter{border-top:1px solid #eee;padding:8px;}
#askSamInput{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;outline:none;}
#askSamGDPR{font-size:12px;color:#666;margin:6px 0 0;}
@media (max-width:480px){
  #askSamWindow{width:90vw;right:5vw;bottom:90px;}
}
