/* =========================
   MAP WRAPPER
========================= */
.t888-alumni-map {
  width: 100%;
  height: 620px;
  overflow: hidden;
  background: #f5f5f5;

}
.t888-alumni-map-wrapper{
  position: relative;
  z-index: 2;
}
/* =========================
   MARKER
========================= */
.t888-alumni-marker {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.t888-alumni-marker img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
   LEAFLET POPUP
========================= */
.leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.leaflet-popup-content {
  margin: 0;
  width: 460px !important;
}

.t888-alumni-popup {
  background: #fff;
}

.t888-alumni-popup .popup-header {
  display: flex;
  align-items: center;
 padding: 30px 40px 0 30px;

}

.t888-alumni-popup h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  color: var(--forth-color);
}

.popup-universities {
  list-style: none;
  margin: 0;
  max-height: 355px;
  overflow-y: auto;
  padding: 0 40px 30px 30px;
}

.popup-universities li {
    padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}

.popup-universities li:last-child {
  margin-bottom: 0;
}

.popup-universities a {
  font-size: 16px;
  line-height: 22px;
  color: var(--third-color);
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease;
  pointer-events: none;
}

.popup-universities a:hover {
  color: var(--forth-color);
}

.popup-universities .empty {
  font-size: 13px;
  color: #999;
}
.leaflet-interactive {
  transition: none !important;
  will-change: auto;
}
/* =========================
   RESPONSIVE
========================= */
@media (max-width: 767px) {
  .t888-alumni-map {
    height: 420px;
  }
}
