/* Avoid default max-width: 100%; to display map controls correctly */
li.wagtailgmap {
    overflow: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    clear: both;
}

li.wagtailgmap img {
    max-width: none;
}

.map-googlemap {
    margin-top: 20px;
}
.hidden-input {
    visibility: hidden;
}

.w-100-table table {
    width:100%;
}

.changelist-filter ul {
    max-height: 287px;
    overflow: auto;
}

.c-wagtailautocomplete__suggestions__item {
    background-color: #43b1b0 !important;
}