/* Keep the Now Playing component readable when legacy profile colors inherit into playlist surfaces. */
#content.profilepage .pl-controls,
#content.profilepage .pl-queue,
#content.profilepage .pl-addbar {
  color: var(--g-text-primary, #2a1b08) !important;
}
#content.profilepage .pl-now {
  background: var(--g-playlist-active, #f5e3a8) !important;
  color: var(--g-nav-activeText, #2a1b08) !important;
}
#content.profilepage .pl-btn,
#content.profilepage .pl-queue li button {
  background: var(--g-button-surface, #fff7ec) !important;
  color: var(--g-button-text, #2a1b08) !important;
  border-color: var(--g-button-border, #b87a10) !important;
}
#content.profilepage .pl-queue li.on button {
  background: var(--g-playlist-active, #f5e3a8) !important;
  color: var(--g-nav-activeText, #2a1b08) !important;
}
#content.profilepage .pl-queue li button:hover {
  color: var(--g-link, #7a3a00) !important;
}
#content.profilepage .pl-n {
  color: var(--g-post-muted, #67513a) !important;
}
#content.profilepage .pl-btn:focus-visible,
#content.profilepage .pl-queue li button:focus-visible {
  outline-color: var(--g-focus-ring, #005fcc) !important;
}
