#cheese-cat-music-player {
  position: fixed;
  right: 18px;
  bottom: 90px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(6px);
}

#cheese-cat-music-player button {
  border: none;
  border-radius: 8px;
  padding: 6px 10px;
  background: #ff9f43;
  color: #fff;
  cursor: pointer;
}

#cheese-cat-music-player span {
  font-size: 13px;
  color: #333;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
