:host {
  position: relative;
}

button {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 2px 0 0;
  outline: none;
  border: 0;
  cursor: pointer;
  border-radius: 100%;
  background: transparent;
}
button:hover {
  background: #e5e7e9;
}

svg {
  margin: 0 0 4px 1px;
  fill: var(--staytuned-player-btn-menu-color, #000000);
}

.menu {
  position: absolute;
  right: 0;
  bottom: 30px;
  padding: 8px 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
}
.menu ::slotted(button),
.menu ::slotted(a) {
  display: inline-block;
  min-width: 180px;
  padding: 8px 14px;
  font-family: inherit;
  font-weight: 500;
  font-size: 13px;
  text-align: left;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
.menu ::slotted(a) {
  color: inherit;
  text-decoration: none;
}