.wbhm-player{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:99999;
}
.wbhm-toggle{
  border:1px solid rgba(198,139,60,.28);
  border-radius:999px;
  padding:12px 16px;
  cursor:pointer;
  background:linear-gradient(180deg, #b11c12 0%, #7f120d 100%);
  color:#f2d59c;
  font-weight:700;
  box-shadow:0 10px 25px rgba(0,0,0,.35), inset 0 1px 2px rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  gap:10px;
}
.wbhm-toggle:hover{ filter:brightness(1.05); }
.wbhm-toggle.is-playing{
  background:linear-gradient(180deg, #c86b1a 0%, #8f5a22 100%);
  color:#fff2c4;
}
.wbhm-icon{ font-size:18px; line-height:1; }
