/* mtg-brands-sub-fix-20260810 */
html:not(.dark-mode) .cfxw__brandsSub,
body:not(.dark-mode) .cfxw__brandsSub,
html:not(.dark-mode) [id^="CosmeticFlexWidget-"] .cfxw__brandsSub {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}
.dark-mode .cfxw__brandsSub,
html.dark-mode .cfxw__brandsSub,
body.dark-mode .cfxw__brandsSub {
  color: rgba(255,255,255,.9) !important;
  -webkit-text-fill-color: rgba(255,255,255,.9) !important;
}
