#map-container {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 400px;
  height: 200px;
  z-index: 9999;
  border: 2px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
}

#map {
  width: 100%;
  height: 100%;
}
