.rtm-music-note{
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 999999;
  border: 0;
  background: transparent;
  padding: 12px; /* big tap target */
  margin: 0;
  cursor: pointer;
  font: 700 22px/1 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: rgba(0,0,0,0.2);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.rtm-music-note:focus{ outline: none; }

.rtm-music-note.is-active{
  color: #6F2DBD; /* Replicate the Magic purple (edit if needed) */
}
