.bp-lc-map-control {
  min-width: 190px;
  overflow: hidden;
  border: 1px solid rgba(24, 68, 45, .16);
  border-radius: 14px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 7px 22px rgba(26,61,42,.14);
  color: #173328;
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.bp-lc-control-row {
  min-height: 44px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.bp-lc-control-main,
.bp-lc-control-eye {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.bp-lc-control-main {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 7px;
  align-items: center;
  padding: 6px 8px 6px 9px;
  text-align: left;
}

.bp-lc-control-main:hover,
.bp-lc-control-eye:hover {
  background: #f0f7f3;
}

.bp-lc-control-icon {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff1df;
  color: #a96606;
  font-size: 15px;
  font-weight: 900;
}

.bp-lc-control-copy {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.bp-lc-control-copy strong {
  color: #153b29;
  font-size: 11px;
  line-height: 1.15;
}

.bp-lc-control-copy small {
  color: #74827a;
  font-size: 8px;
  line-height: 1.1;
}

.bp-lc-control-count {
  min-width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  background: #edf4f0;
  color: #52645b;
  font-size: 8px;
  font-weight: 900;
}

.bp-lc-control-eye {
  width: 42px;
  padding: 0;
  border-left: 1px solid #e2e9e5;
  font-size: 15px;
}

.bp-lc-map-control.is-active .bp-lc-control-icon {
  background: #c98212;
  color: #fff;
}

.bp-lc-map-control.is-active .bp-lc-control-count {
  background: #fff1df;
  color: #945e09;
}

.bp-lc-control-panel {
  display: none;
  padding: 8px;
  border-top: 1px solid #e6ece8;
  background: #fbfdfc;
}

.bp-lc-map-control.is-expanded .bp-lc-control-panel {
  display: block;
}

.bp-lc-filter-grid {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.bp-lc-filter {
  min-height: 27px;
  padding: 4px 7px;
  border: 1px solid #d6e1da;
  border-radius: 999px;
  background: #fff;
  color: #52635a;
  font-size: 8px;
  font-weight: 900;
  cursor: pointer;
}

.bp-lc-filter.is-active {
  border-color: #117446;
  background: #117446;
  color: #fff;
}

.bp-lc-panel-link {
  width: 100%;
  min-height: 31px;
  margin-top: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbdad2;
  border-radius: 9px;
  background: #fff;
  color: #0c643b !important;
  text-decoration: none !important;
  font-size: 8px;
  font-weight: 900;
}

.bp-lc-marker-wrap {
  background: transparent;
  border: 0;
}

.bp-lc-map-marker {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 12px rgba(18,72,44,.24);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.bp-lc-open {
  background: #117446;
}

.bp-lc-caution {
  background: #c98212;
}

.bp-lc-closed {
  background: #bf3d3d;
}

.bp-lc-popup {
  min-width: 225px;
  max-width: 275px;
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.bp-lc-popup-kicker {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.bp-lc-popup h3 {
  margin: 4px 0 5px;
  color: #173328;
  font-size: 15px;
  line-height: 1.2;
}

.bp-lc-popup p {
  margin: 0;
  color: #66766e;
  font-size: 10px;
  line-height: 1.45;
}

.bp-lc-popup-meta {
  margin-top: 7px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  color: #516259;
  font-size: 8px;
  font-weight: 800;
}

.bp-lc-popup-actions {
  margin-top: 9px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.bp-lc-popup-actions a {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 9px;
  border: 1px solid #cbd9d1;
  border-radius: 9px;
  background: #fff;
  color: #0c643b !important;
  text-decoration: none !important;
  font-size: 8px;
  font-weight: 900;
}

@media (max-width: 700px) {
  .bp-lc-map-control {
    min-width: 172px;
  }
}