<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nursing-houses-map {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}

.nursing-houses-map__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-info-window {
    max-width: 300px;
}

.map-info-window__title {
  margin: 0 0 4px;
  font-size: 16px;
}

.map-info-window__address {
  font-size: 12px;
}

.map-info-window__list ul {
  padding: 0;
  margin: 12px 0 0 10px;
}

.map-info-window__list li {
  margin-bottom: 6px;
}

.map-info-window__list li:before {
  position: relative;
  top: -3px;
}

.map-info-window__list li a {
  line-height: 1.4;
}</pre></body></html>