.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.flex {
  display: flex;
}

.left-panel {
  margin-right: 2rem;
}

.right-panel {
  flex-grow: 1;
}

.ais-InfiniteHits {
  max-height: 68vh;
}

.ais-InfiniteHits-item {
  width: calc(50% - 1rem);
}

.hit-name {
  margin-bottom: .25rem;
}

#content {
  padding: 2rem;
}

.modal {
  z-index: 1000;
  background-color: #0009;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.modal-overlay {
  z-index: 1;
  background: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-content {
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  max-height: 80%;
  margin: auto;
  padding: 20px;
  animation: .3s ease-in-out modalFadeIn;
  position: relative;
  top: 50%;
  overflow-y: auto;
  transform: translateY(-50%);
  box-shadow: 0 4px 15px #0003;
}

.close-modal {
  color: #333;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 15px;
}

.close-modal:hover {
  color: red;
}

#modal-name {
  color: #25408f;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

#modal-details {
  color: #555;
  font-size: 1rem;
}

#modal-details h3 {
  color: #333;
  margin-top: 20px;
  font-size: 1.2rem;
}

#modal-details ul {
  padding: 0;
  list-style: none;
}

#modal-details ul li {
  background: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-60%);
  }

  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}

.map-controls {
  margin: 10px 0;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #25408f;
  border: 2px solid #fff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #3654b2;
}

::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 10px;
}
/*# sourceMappingURL=index.4a5519d3.css.map */
