/* Styling the polygon maps */
#id_polygon_map {
    width: 70% !important;
}

/* Styling the edit coordinates on map widget*/
.mw-coordinates-overlay {
    width: fit-content !important;
}

/* Styling the navabr logo */
a[href$="/admin/"] > img {
    height: 100% !important;
}