html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

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

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

.dichosa-client-popup .maplibregl-popup-content {
  color: #1c1917;
  background: #fff;
  padding: 12px 28px 12px 14px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.dichosa-client-popup .maplibregl-popup-tip {
  border-top-color: #fff;
}

.dichosa-client-popup .maplibregl-popup-close-button {
  color: #444;
  font-size: 18px;
}

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