.wm_switcher{
  padding: 0.4em 0.8em;
  background-color: #111;
  font-family: Poppins;
  text-transform: uppercase;
  font-size: 0.7em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.111em;
  margin-bottom: 2px;
}

.wm_switcher_current{
  background-color: #ff4e57;
}

body:not(.elementor-editor-active) .wm_switchers_hide{
  display: none !important;
}


.wm_switcher[widget_class="audio_spotify"]{
  background-color: #1DB954;
}
