.sidebar {
  overflow-y: auto;
}
.map-inline-form {
  display: grid;
  gap: 8px;
  flex-shrink: 0;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 20px;
}
.map-inline-form h2 {
  margin: 0 0 6px;
  font-size: 20px;
}
.map-inline-form label {
  font-size: 14px;
  font-weight: 700;
}
.map-inline-form select {
  width: 100%;
  min-width: 0;
  padding: 12px;
  border: 1px solid #bdcec5;
  border-radius: 8px;
  font: inherit;
  font-size: 16px;
  background: white;
  color: #193d35;
}
.map-inline-form select:focus-visible {
  outline: 3px solid #178aca;
  outline-offset: 2px;
}
.chosen-location {
  font-size: 12px;
  color: #537363;
}
.chosen-location:empty {
  display: none;
}
.map-search-options {
  display: grid;
  gap: 4px;
  max-height: 200px;
  overflow-y: auto;
}
.map-search-options:empty {
  display: none;
}
.map-search-options button {
  width: 100%;
  border: 0;
  border-radius: 6px;
  padding: 10px;
  background: #edf5f0;
  color: #264c3a;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}
.map-search-options button:hover {
  background: #d9ecdf;
}
.map-inline-form #search {
  margin-top: 8px;
  padding: 13px;
  min-height: 44px;
  background: #09694d;
  color: white;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
}
.map-search-error {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #a13929;
}
.map-inline-form .search-help {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.sidebar > .detail {
  flex-shrink: 0;
}
