/* v1.4.40 – Opt-out .fic (contact card); WCPT ETA/Badge allowed to recolor in dark from dark-mode filters */
.adf-no-dark, .adf-no-dark * { color-scheme: light; isolation: isolate; }
html.wp-dark-mode-active .adf-no-dark,
html.dark-mode .adf-no-dark,
html[data-theme="dark"] .adf-no-dark,
body.dark .adf-no-dark {
  -webkit-filter: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}
/* Avoid generic link recolors from dark themes inside frozen scopes */
html.wp-dark-mode-active .adf-no-dark a,
html.dark-mode .adf-no-dark a,
html[data-theme="dark"] .adf-no-dark a,
body.dark .adf-no-dark a { color: inherit !important; }
