html,
body {
  height: 100%;
  font-family: 'Montserrat', 'Roboto', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Glassmorphism Address Overlay */
.map-address-overlay-container {
  pointer-events: none;
  z-index: 1000;
  transition: transform 1s ease-out !important;
}

.map-address-overlay-container .maplibregl-popup-content {
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(16px) saturate(200%);
  -webkit-backdrop-filter: blur(16px) saturate(200%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px !important;
  padding: 5px 14px !important;
  box-shadow: 0 4px 24px 0 rgba(31, 38, 135, 0.12) !important;
  color: #222 !important;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 9px;
  letter-spacing: 0.3px;
  line-height: 1.3;
  max-width: 220px;
  text-align: center;
  text-transform: uppercase;
}

.map-address-overlay-container .maplibregl-popup-tip {
  display: none !important;
}