/* Stabilisiert ausschließlich das sichtbare mobile NOVARIS-CLEAN-Headerlogo.
   Kein Einfluss auf Inhalt, Navigation, Desktop-Layout oder andere Bilder. */
@media (max-width: 767px) {
  #root nav img[alt="NOVARIS CLEAN"],
  #root header img[alt="NOVARIS CLEAN"] {
    display: block !important;
    box-sizing: border-box;
    width: auto !important;
    min-width: 140px;
    max-width: 160px;
    height: 54px !important;
    max-height: 54px;
    object-fit: contain;
    flex: 0 0 auto;
  }
}
