#multiMarkers {
  display: block;
}

#multiMarkers > div {
  margin-bottom: 30px;
}

#multiMarkers #categories {
  border: 1px solid #488737;
  overflow: visible;
}

#multiMarkers #multiMap {
  min-height: 445px;
  width: 100%;
  position: relative;
}

#multiMarkers #multiMap .leaflet-interactive {
  cursor: pointer;
}

/* Remove browser focus rectangles on SVG paths (looks like a square "frame") */
#multiMarkers #multiMap,
#multiMarkers #multiMap:focus,
#multiMarkers #multiMap .leaflet-container,
#multiMarkers #multiMap .leaflet-container:focus,
#multiMarkers #multiMap .leaflet-interactive,
#multiMarkers #multiMap .leaflet-interactive:focus {
  outline: none !important;
}

#multiMarkers #multiMap svg:focus,
#multiMarkers #multiMap path:focus {
  outline: none !important;
}

#multiMarkers .tab {
  width: 100%;
  text-align: center;
  font-size: 21px;
  padding: 14px 0;
  font-weight: 300;
  display: block;
  color: #488737;
  background: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  line-height: normal;
  border-bottom: 1px solid #488737;
  z-index: 9;
  position: relative;
  box-shadow: 0px 1px 10px #323232;
}

#multiMarkers .tab:last-child {
  border-bottom: none;
}

#multiMarkers .tab.active {
  color: #fff;
  background: #488737;
  box-shadow: inset 0px 1px 9px rgba(0, 0, 0, 0.42);
}

@media (max-width: 575px) {
  #multiMarkers .tab {
    border-radius: 0 !important;
  }
}
#multiMarkers #states {
  margin-bottom: 15px;
}

#multiMarkers .listStates {
  border-radius: 1rem;
  background: #fff;
  padding: 5px 0;
  border: 1px solid #E0E0DE;
}

#multiMarkers .listStates li {
  cursor: pointer;
  position: relative;
  background: transparent;
  transition: all 0.2s ease-in-out;
  border-radius: 20px;
}

#multiMarkers .listStates li span:first-child {
  padding: 5px;
  padding-left: 30px;
  width: 100%;
  display: block;
  color: #000;
  text-transform: uppercase;
}

#multiMarkers .listStates li span:last-child {
  font-family: monospace;
  position: absolute;
  display: inline;
  left: 3px;
  top: 2px;
  font-size: 15px;
  font-weight: bold;
  line-height: 27px;
  color: #000;
  text-align: center;
  padding: 0 10px;
  opacity: 0;
}

#multiMarkers .listStates li.active span:last-child {
  opacity: 1;
}

.infoBlock {
  line-height: 150%;
  font-size: 13px;
}

.infoBlock a {
  display: inline-block;
}

.region-legend {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.6;
  max-width: 230px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.region-legend-item {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 3px;
}

.commune-tooltip {
  background: rgba(17, 24, 39, 0.92);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.region-legend-color {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  flex-shrink: 0;
  opacity: 0.85;
}

.region-legend-label {
  font-size: 11px;
  color: #333;
}

.region-popup .region-name {
  font-size: 14px;
  color: #222;
  display: block;
}

.region-popup .region-role {
  font-size: 12px;
  color: #555;
}

.region-popup .region-desc {
  font-size: 11px;
  color: #777;
  display: block;
  margin-top: 3px;
}

.leaflet-popup-content-wrapper {
  border: 1px solid #d9e3dc;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.leaflet-popup-content {
  margin: 12px 14px;
  font-size: 13px;
  line-height: 1.45;
  color: #2d2d2d;
}

.commune-popup .commune-popup__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
  margin-bottom: 2px;
}

.commune-popup .region-name {
  font-size: 15px;
  font-weight: 600;
  color: #2f6f3e;
  margin: 0;
}

.commune-popup .commune-popup__type,
.commune-popup .commune-popup__woj {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  color: #888;
}

.commune-popup .commune-popup__rep {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ebefec;
}

.commune-popup .commune-popup__rep:first-of-type {
  margin-top: 8px;
}

.commune-popup .commune-popup__name {
  font-size: 14px;
  color: #1f2d22;
}

.commune-popup .commune-popup__role {
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 8px;
  color: #4f6b57;
}

.commune-popup .commune-popup__label {
  color: #6b7280;
}

.commune-popup .commune-popup__link {
  color: #2f6f3e;
  font-weight: 500;
  text-decoration: none;
}

.commune-popup .commune-popup__link:hover {
  color: #244f30;
  text-decoration: underline;
}

.office-marker-icon {
  background: transparent !important;
  border: none !important;
}

.office-marker-pin {
  width: 22px;
  height: 22px;
  background: #c0392b;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

.office-popup strong {
  font-size: 14px;
  color: #c0392b;
  display: block;
}

#multiMarkers .distributor-desc p {
  margin-bottom: 0.35rem;
}

/*# sourceMappingURL=multimarkers.css.map */
