/* LIGHT THEME */
[data-theme="light"] #disqus_thread {
  color-scheme: none;
  background-color: #ffffff;
}

[data-theme="light"] #disqus_thread a {
  color: #1f2937; /* neutral dark (similar contrast to emerald example) */
}


/* BUSINESS THEME */
[data-theme="business"] #disqus_thread {
  color-scheme: none;
  background-color: #202020
}

[data-theme="business"] #disqus_thread a {
  color: #cdcdcd; /* soft light gray for contrast */
}