.crz-player-button{
  position:relative;
  width:30px;
  height:30px;
  border-radius:50%;
  background:var(--crz-station-color, #b87bff);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:14px; /* emoji kleiner */
  color:#fff;
  cursor:pointer;
  box-shadow:0 0 8px var(--crz-station-color, #b87bff);
  animation:none; /* optioneel: pulse uitzetten */
  border:none;
  z-index:9999999;
  padding:1em;
  line-height:1;
}

