#member-map,
.member-map-single {
  z-index: 1;
  border-radius: 0;
  border: 1px solid #e0ddd8;
}

/* Pin-ikoner */
.membermap-pin {
  background: none !important;
  border: none !important;
}

.membermap-pin-logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #2ecc71;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.membermap-pin-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.membermap-pin-default {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2ecc71;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Popup */
.membermap-popup {
  text-align: center;
  min-width: 180px;
  max-width: 240px;
  font-family: 'Oscine', oscine, sans-serif;
}

.membermap-popup h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #3a3a3a;
}

.membermap-popup p {
  margin: 0 0 8px;
  font-size: 13px;
  color: #4B4F58;
}

.membermap-popup a {
  display: inline-block;
  margin-top: 4px;
  padding: 8px 24px;
  background: #2ecc71;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.2s ease;
}

.membermap-popup a:hover {
  background: #3a3a3a;
}

/* Leaflet overrides for site style */
.leaflet-control-zoom a {
  border-radius: 0 !important;
  color: #3a3a3a !important;
}

.leaflet-popup-content-wrapper {
  border-radius: 0 !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15) !important;
}

.leaflet-popup-tip-container .leaflet-popup-tip {
  box-shadow: none !important;
}
