html, body, #map { height: 100%; margin: 0; }
body { font-family: Arial, sans-serif; }
.legend, .note {
  background: white;
  box-shadow: 0 1px 6px rgba(0,0,0,.25);
  border-radius: 4px;
}
.legend { padding: 10px 12px; line-height: 1.45; }
.legend i { display: inline-block; width: 16px; height: 12px; margin-right: 6px; }
.note { padding: 8px 10px; max-width: 360px; font-size: 12px; }

.search-shortcut {
  display: inline-block; padding: 0 5px; border: 1px solid #bbb; border-radius: 3px;
  font-family: monospace; background: #f7f7f7; color: #333;
}
.search-button { cursor: pointer; user-select: none; }

.search-backdrop {
  position: fixed; inset: 0; z-index: 10000;
}
.search-overlay {
  position: absolute; left: 50%; top: 15%; transform: translateX(-50%);
  width: 90%; max-width: 420px; margin: 0;
}
.search-popup-content { margin: 10px 14px; }
.search-popup-content input#parcelSearchInput {
  width: 100%; box-sizing: border-box; padding: 8px 10px; font-size: 14px;
  border: 1px solid #ccc; border-radius: 4px;
}
.search-popup-content input#parcelSearchInput:focus { outline: 2px solid #4a90d9; }
#parcelSearchResults { margin-top: 6px; max-height: 260px; overflow-y: auto; }
.search-result { padding: 6px 8px; border-radius: 4px; cursor: pointer; }
.search-result:hover { background: #f0f4ff; }
.search-result-addr { color: #666; font-size: 12px; }
.search-empty { padding: 6px 8px; color: #888; font-size: 13px; }
.search-more { padding: 6px 8px; color: #888; font-size: 12px; font-style: italic; }
