body:hover {
  background-image: url("https://viewcount-hanoimaps.vercel.app/api/count");
}
a {
  color: inherit;
}

.maplibregl-popup-content {
  background-color: white;
  color: #222;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 12px;
  gap: 4px;
  max-width: 240px;
}
.maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
  border-top-color: white;
}

.villa-popup-addr {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.villa-popup-type {
  color: #666;
  font-size: 13px;
  margin-bottom: 4px;
  display: inline-block;
}

.villa-popup-link {
  color: #0066cc;
  font-size: 13px;
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}

.villa-popup-descriptions {
  max-height: 150px;
  overflow-y: auto;
}
.villa-popup-descriptions > div + div {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #ddd;
}

.villa-popup-link a {
  color: inherit;
  text-decoration: none;
}

.villa-filter-icon {
  color: #1f2124;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

/* ===== POPUP ===== */
.menu-popup {
  position: absolute;
  top: 0%;
  left: 0;
  margin-top: -2px;
  margin-left: -2px;
  background-color: rgba(30, 30, 30, 1);
  color: white;
  border-radius: 8px;
  padding: 12px;
  width: 220px;
  line-height: 130%;
  font-size: 13px;
  z-index: 10;
  display: none;
}

.menu-popup label {
  display: block;
  margin-top: 6px;
  cursor: pointer;
}
.menu-popup p {
  margin: 0;
}
