
/* RADAROS_AUCTION_SIDEBAR_POLISH_UI_V1_READY */

/*
 * Favorites and Notifications must visually behave exactly
 * like the existing AuctionRadar workspace-nav items.
 * JS copies the computed normal/active palette from a standard
 * AuctionRadar item. These rules only remove inherited accent tint.
 */
[data-auctionradar-section="favorites"],
[data-auctionradar-section="notifications"]{
  opacity:1!important;
  filter:none!important;
}

[data-auctionradar-section="favorites"] .radaros-sidebar-icon,
[data-auctionradar-section="notifications"] .radaros-sidebar-icon,
[data-auctionradar-section="favorites"] svg,
[data-auctionradar-section="notifications"] svg{
  color:inherit!important;
}

[data-auctionradar-section="favorites"] svg *,
[data-auctionradar-section="notifications"] svg *{
  stroke:currentColor!important;
}

/*
 * Product tour belongs to PostRadar.
 * In AuctionRadar context JS marks and hides only that button.
 * Theme toggle and all other sidebar-footer controls are untouched.
 */
.radaros-postradar-instructions-hidden{
  display:none!important;
}

/* Keep footer controls compact when the instructions button is absent. */
.sidebar:has(
  .radaros-postradar-instructions-hidden
) .sidebar-footer,
aside:has(
  .radaros-postradar-instructions-hidden
) .sidebar-footer{
  gap:8px!important;
}
