.js-pobocky-mapa {
  width: 100%;
  height: 520px;
  min-height: 360px;
  background: #EFF2F5;
}

.js-pobocky-mapa.leaflet-container,
.js-pobocky-mapa .leaflet-container {
  font-family: 'Titillium Web', sans-serif;
}

.pobocky-mapa-marker {
  background: transparent;
  border: 0;
}

.pobocky-mapa-marker__dot {
  display: block;
  width: 24px;
  height: 24px;
  border: 3px solid #FFFFFF;
  border-radius: 9999px;
  background: var(--color-main-green);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
}

.js-pobocky-mapa .leaflet-popup-content-wrapper {
  border-radius: 8px;
}

.js-pobocky-mapa .leaflet-popup-content {
  margin: 14px 16px;
}

.pobocky-mapa-popup {
  min-width: 190px;
  color: #0F0F20;
  font-size: 14px;
  line-height: 1.35;
}

.pobocky-mapa-popup__title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 800;
}

.pobocky-mapa-popup__address {
  margin-bottom: 8px;
}

.pobocky-mapa-popup__row {
  margin-top: 4px;
}

.pobocky-mapa-popup__row span {
  font-weight: 700;
}

@media (max-width: 640px) {
  .js-pobocky-mapa {
    height: 380px;
    min-height: 320px;
  }
}
