.bookmark-toggle {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  cursor: pointer;
  color: #121212;
  user-select: none;
}

.bookmark-toggle svg {
  width: 15px;
  height: 15px;
}

.lyrics-bookmark svg {
  width: 24px !important;
  height: 24px !important;
  fill: currentColor;
}