/* Silktide Consent Manager theme overrides.
 *
 * The vendor CSS (loaded from jsdelivr) ships a yellow accent
 * (--primaryColor: #F9D000) used for buttons, links, the toggle track and the
 * preferences icon. We recolor it to white to match the site palette. White on
 * the banner's near-black background (#050505) keeps buttons/links legible; the
 * icon uses a dark glyph on a white background, so it stays visible too.
 *
 * Loaded after the vendor stylesheet in BaseLayout, so these win by cascade
 * order without needing !important. Both the wrapper and the floating icon
 * define the variables, so both are overridden. */

#stcm-wrapper {
  --primaryColor: #ffffff;
  --iconBackgroundColor: #ffffff;
  --iconColor: #050505;
}

#stcm-icon {
  --primaryColor: #ffffff;
  --iconBackgroundColor: #ffffff;
  --iconColor: #050505;
}
