/* Utility rules that need a class/theme selector (kept out of styles.css, which is import-only). */

/* Trusted-by logos are dark PNGs — invert them to white under the dark theme so the
   logo cloud stays cohesive on carbon backgrounds (no white panel band). */
[data-theme="dark"] .nodi-logocloud-img,
.theme-dark .nodi-logocloud-img {
  filter: grayscale(1) brightness(0) invert(1) !important;
  opacity: 0.82 !important;
}
