/* 1. Hide the main platform logo in the upper-left navigation header */
.ngw-header-logo, .brand-logo, a[href*="nextgis"] img {
    display: none !important;
}

/* 2. Hide the NextGIS branding logo located in the bottom-right of Web Maps */
.leaflet-control-attribution a[href*="nextgis"],
.ol-attribution a[href*="nextgis"],
.ngw-map-logo,
div[class*="brand"], 
img[src*="nextgis"] {
    display: none !important;
}

/* 3. Optional: Clean up empty spacing or container frames if left behind */
.ngw-header-brand {
    padding-left: 10px !important;
}