/* needed for interactive map in listplace.xsl */
div#map {
    height: 50vh;
}

/* Match bootstrap navlink focus outline color. */
:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.entity {
    text-decoration: underline dotted;
    cursor: pointer;
}