/* Legacy contract color-fix compatibility layer. The old generated per-page !important color overrides were removed because they could outlive the current unified contract design and make elements appear faded. Contract content colors are now owned by the unified contract styles, while shared header colors are owned exclusively by header-menu.css. */
@media screen {
  body[data-yl-color-page^="/contracts/"] > header.topbar,
  body[data-yl-color-page^="/contracts/"] > header.topbar .yl-header-link--ai-search {
    opacity: 1 !important;
    filter: none !important;
  }
}
