html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

#aloo-map-page {
  position: fixed;
  inset: 0;
}

#aloo-map {
  width: 100%;
  height: 100dvh;
  background: #f1f5f9;
}

/* ===== LABEL ĐẢO HOÀNG SA – TRƯỜNG SA ===== */
.aloo-map.island-label {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #d60000;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  text-shadow: 0 0 4px #ffffff;
}

/* ===== LABEL PARTNER ===== */
.aloo-map.partner-label {
  left: 50% !important;
  transform: translateX(-50%);
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  padding: 2px 6px;
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: 600;
  color: #d60000;
  white-space: nowrap;
}
