/* Small theme overrides for Silktide Consent Manager */
#stcm-wrapper {
  --primaryColor: #6c757d; /* grey */
  --backgroundColor: #ffffff;
  --textColor: #212529;
  --backdropBackgroundColor: #00000055;
  --backdropBackgroundBlur: 2px;

  --iconColor: #343a40; /* cookie icon button background */
  --iconBackgroundColor: #ffffff; /* cookie glyph color */
}

/* Keep the logo/link subtle on light background */
#stcm-banner a.stcm-logo,
#stcm-wrapper a {
  color: var(--primaryColor);
}

#stcm-banner a.stcm-logo {
  fill: var(--primaryColor);
}
