.sf-harta {
  max-width: 1140px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  color: #1a141f;
}
.sf-harta__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sf-harta__map {
  height: 480px;
  width: 100%;
  border: 1px solid #e3e0e6;
  background: #eef0f2;
  z-index: 0;
}
.sf-harta--full {
  max-width: none;
  margin: 0;
  padding: 0;
}
.sf-harta--full .sf-harta__map {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: calc(100vh - 120px);
  min-height: 420px;
  border: 0;
}
.sf-harta .leaflet-container {
  font: inherit;
}
.sf-harta .leaflet-popup-content-wrapper {
  border-radius: 0;
}
.sf-harta .leaflet-control-attribution {
  font-size: 10px;
  background: rgba(255, 255, 255, .65);
  color: #777;
}
.sf-harta .leaflet-control-attribution a {
  color: #777;
}
.sf-harta__pin {
  background: none;
  border: 0;
}
.sf-harta__legend {
  background: rgba(255, 255, 255, .92);
  padding: .55rem .75rem;
  font-size: .8rem;
  line-height: 1.55;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .18);
}
.sf-harta__lg {
  display: block;
  position: relative;
  padding-left: 1.15rem;
  color: #3a323c;
}
.sf-harta__lg::before {
  content: '';
  position: absolute;
  left: 0;
  top: .4em;
  width: .72rem;
  height: .72rem;
  border-radius: 50%;
}
.sf-harta__lg--own::before {
  background: #be185d;
}
.sf-harta__lg--sf::before {
  background: #2563eb;
}
.sf-harta__lg--flov::before {
  background: #16a34a;
}

.sf-harta__pop {
  font-size: .92rem;
  line-height: 1.4;
}
.sf-harta__pop strong {
  font-size: 1rem;
}
.sf-harta__pop-city,
.sf-harta__pop-addr {
  display: block;
  color: #5a5260;
  margin-top: .2rem;
}
.sf-harta__pop-links {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  margin-top: .55rem;
}
.sf-harta__pop-links a {
  color: #be185d;
  font-weight: 600;
  text-decoration: none;
}
.sf-harta__pop-links a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .sf-harta:not(.sf-harta--full) {
    padding: 2rem 1rem 3rem;
  }
  .sf-harta:not(.sf-harta--full) .sf-harta__map {
    height: 380px;
  }
}
