<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.75);
}

.clearfix {
    overflow: auto;
}

.d-inline {
    display: inline;
}

.map-default-height {
    height: 400px;
}

.map-full-width {
    width: 100%;
}

.map-links {
    overflow-y: auto;
}

.map-links a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    text-decoration: none;
    padding: 8px 4px;
    border-bottom: 1px solid #c8c8c8;
}

.map-links a.border-color-default {
    border-left: 5px solid #005CAB;
}

.map-links a:hover {
    background-color: #eee;
}

.map-links a img {
    display: inline;
    vertical-align: text-top;
    width: 13px;
    margin-right: 4px;
}

section.maps.block div.element {
    margin-bottom: 40px;
}

section.maps.block .map-links {
    background: #fff;
}

section.maps.block .map-links.item a:last-child {
    margin-bottom: 10px;
}</pre></body></html>