button {
  -webkit-appearance: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  outline: none;
  border: 0;
  padding: 2px 0 0;
  cursor: pointer;
  position: relative;
  background: transparent;
  border-radius: 100%;
}
button:hover {
  background: var(--staytuned-player-btn-mute-color-hover, #e5e7e9);
}

svg {
  width: 12px;
  height: 12px;
}

.mute {
  fill: var(--staytuned-player-btn-mute-color, #000000);
}
