#personio-integration-google-map {
height: 420px;
width: 100%;
.gm-style-iw-d {
strong {
display: inline-block;
font-weight: 700;
margin-bottom: .6em;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
line-height: 1.4;
}
}
}.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;
}