html, body {
  margin: 0;
  height: 100%;
}

#map {
  width: 100%;
  height: 100%;
}

#search {
  position: absolute;
  top: 85px;
  left: 10px;
  z-index: 1000;
  padding: 8px;
  font-size: 16px;
}

#topDescription {
  width: 100%;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#topDescription h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

#topDescription p {
  margin: 4px 0 0 0;
  font-size: 14px;
  color: #444;
}

