remora-countries-map.leaflet-container {
    display:block;
    width: 100%;
    height: 900px;
}

tms-map .leaflet-bottom.leaflet-right .leaflet-control-attribution {
    display: block;
}

.tms-map-popup {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
}

/* hide the outline when the user clicks on a country, show when tabbing */
remora-countries-map svg path:not(:focus-visible) {
    outline: none;
}
