.sofon-occurrence-map {
    margin-block: 1.35rem 1.6rem;
}
.sofon-occurrence-map .sofon-occurrence-map-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 8px 26px rgba(15, 35, 50, .10);
}
.sofon-occurrence-map .sofon-occurrence-map-credit {
    margin: .6rem .15rem 0;
    font-size: .82rem;
    line-height: 1.45;
    opacity: .78;
}
.sofon-occurrence-map .sofon-occurrence-map-credit a {
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
@media (prefers-color-scheme: dark) {
    .sofon-occurrence-map .sofon-occurrence-map-image {
        box-shadow: 0 8px 28px rgba(0,0,0,.28);
    }
}
