.eosm-map.map-loaded {
    height: 420px;
    width: 100%;
}

.eosm-popup {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: #000 0 0 6px;
    display: none;
    padding: 0.8em 1.6em;
    position: relative;
    z-index: 1;
}

.eosm-popup.map-loaded {
    display: block;
}

.eosm-popup-content {
    color: var(--wp--preset--color--contrast);
    font-size: var(--wp--preset--font-size--small);
}

.eosm-popup-closer {
    position: absolute;
    top: 4px;
    right: 4px;
    text-decoration: none;
}

.eosm-popup-closer:after {
    content: "\f158";
    font-family: dashicons, sans-serif;
}

.eosm-icons { display: none }

.eosm-map .ol-zoom button, .eosm-map .ol-rotate button {
    font-size: 1.8em;
    margin-right: 0.2em;
    margin-bottom: 0.2em;
}
