<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Map */
#places .frame {
    position: relative;
    padding-top: 60%;
}
#places .frame &gt; .wrapper {
    position: absolute;
    top: var(--line-size);
    left: var(--line-size);
    right: var(--line-size);
    bottom: var(--line-size);
}
#map_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#map_container #map {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
#map_container {
}
.info_window {
    padding: 15px 0 15px 0;
    min-width: 200px !important;
    max-width: 250px !important;
}
.info_window a {
    color: var(--places-color);
}
.info_window .thumbnail {
    padding-top: 65%;
    position: relative;
    margin-bottom: var(--vertical-spacing);
}
.info_window .thumbnail &gt; .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.info_window .thumbnail &gt; .wrapper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.info_window .item_title {
}
.info_window .description {
    font-family: var(--default-small-font-family);
    font-size: var(--default-small-font-size);
    line-height: var(--default-small-line-height);
}

/* Google classes */
/*.gm-style .gm-style-iw-t::after,
.gm-style-iw-c,
.gm-style-iw {
    background: var(--places-color)  !important;
}
.gm-ui-hover-effect {
    filter: invert(1) !important;
}*/</pre></body></html>