/* Make text on Color 4 surfaces black */
[data-component-theme="portalThemeColor4"] {
  --portalThemeOnColor4: #000 !important;
}

/* Ensure section/step titles show and are black */
legend.section-title,
.section-title,
.adx-step-title,
legend.section-title *,
.section-title *,
.adx-step-title * {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #000 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

/* If these specific IDs exist anywhere */
#ia9wdv,
#ixxfi3 {
  color: #000 !important;
}
