/*
 * iKash logo-varianten:
 * - ikash-logo.png       → lichte letters (donkere achtergrond)
 * - ikash-logo-dark.png  → donkere letters (witte/lichte achtergrond)
 */

/* Expliciete lichte ondergrond */
.ikash-bg-light img.ikash-logo[src*="ikash-logo.png"]:not([src*="logo-dark"]),
.ikash-bg-light img[src*="ikash-logo.png"]:not(.ikash-logo-keep-light):not([src*="logo-dark"]) {
  content: url("../images/ikash-logo-dark.png");
}

/* Mobiele site-footer in licht thema (witte achtergrond) */
@media (max-width: 900px) {
  html:not(.ikash-mobiel-theme-dark) .ikash-site-footer--mobiel-only .footer-logo img[src*="ikash-logo.png"]:not([src*="logo-dark"]) {
    content: url("../images/ikash-logo-dark.png");
  }
}

/* Deal-detail: licht thema, witte pagina-kop (logo zelf zit in donkere .dif-top — geen wissel) */
