html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #F3F4F8;
}

@media (prefers-color-scheme: dark) {
  body {
    background: black;
  }
}

.maplibregl-ctrl-group {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.maplibregl-ctrl-group button {
  width: 36px;
  height: 36px;
}

.maplibregl-popup-content {
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

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

@media print {
  * {
    height: auto !important;
    overflow: visible !important;
  }
}