
.koe-map {
  width: 100%;
  max-width: 100%;
}

.number-marker {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: red;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
}


/* Thumbnail marker */
.koe-thumb-marker img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
  background: #fff;
}

/* Popup */
.koe-map-popup {
  min-width: 220px;
}

.koe-map-popup .popup-thumb img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 6px;
}

.koe-map-popup .popup-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}

.koe-map-popup .popup-note {
  font-size: 12px;
  line-height: 1.35;
  opacity: .9;
}

/* Thumbnail marker wrapper */
.koe-thumb-wrap {
  position: relative;
  width: 48px;
  height: 48px;
}

/* Thumbnail image */
.koe-thumb-wrap img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
  background: #fff;
}

/* Number badge on thumbnail */
.koe-thumb-number {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 20px;
  height: 20px;
  background: #e53935;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.35);
}

.koe-world-map-filters {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.koe-map-popup img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 6px;
}

.koe-map-popup h4 {
  margin: 6px 0;
  font-size: 15px;
}
.koe-map { position: relative; z-index: 1; }