.presst-osm-map {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #e3e6ea;
  background: #f7f8f9;
  --presst-map-tint: #15b6a5;
  --presst-map-tint-opacity: 0.12;
  --presst-map-ui-accent: #0e3d87;
}

.presst-osm-map .leaflet-container {
  width: 100%;
  height: 100%;
  font: inherit;
}

.presst-osm-map .leaflet-control-attribution {
  font-size: 11px;
}

.presst-osm-map .leaflet-popup-content-wrapper {
  border-radius: 10px;
  border: 1px solid #d7deeb;
}

.presst-osm-map .leaflet-popup-content {
  margin: 0;
  min-width: 260px;
  font-size: 14px;
  line-height: 1.4;
}

.presst-osm-map .presst-osm-popup {
  width: 100%;
}

.presst-osm-map .presst-osm-popup__logoWrap {
  width: 100%;
  border-bottom: 1px solid #e4e8ef;
  background: #ffffff;
}

.presst-osm-map .presst-osm-popup__logo {
  display: block;
  width: 100%;
  height: 56px;
  object-fit: contain;
  padding: 8px 12px;
  box-sizing: border-box;
}

.presst-osm-map .presst-osm-popup__label {
  padding: 12px;
  color: #212733;
  font-weight: 600;
}

.presst-osm-map .leaflet-popup-tip {
  background: #ffffff;
}

.presst-osm-map .leaflet-bar a {
  color: var(--presst-map-ui-accent);
}

.presst-osm-map.presst-osm-style-soft-gray .leaflet-tile {
  filter: grayscale(100%) contrast(105%) brightness(102%);
}

.presst-osm-map.presst-osm-style-muted .leaflet-tile {
  filter: saturate(72%) contrast(98%) brightness(103%);
}

.presst-osm-map.presst-osm-style-nature-soft .leaflet-tile {
  filter: saturate(92%) contrast(94%) brightness(106%);
}

.presst-osm-map.presst-osm-style-brand-tint::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 401;
  background: var(--presst-map-tint);
  opacity: var(--presst-map-tint-opacity);
  mix-blend-mode: multiply;
}
