html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.map-title-bubble {
  pointer-events: none;
}

.map-title-bubble .maplibregl-popup-content {
  background: rgba(1, 147, 207, 0.4);
  color: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0 , 0, 0.2);
}

.map-title-bubble.maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
  border-top-color: rgba(1, 147, 207, 0.4) !important;
}
