<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.district-map-page {
  padding-bottom: var(--grid-gap);
  width: 100%;
  overflow-x: auto;
}

.district-map-page__buttons {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: repeat(auto-fit, minmax(0, max-content));
  justify-content: flex-end;
  margin: 20px 0;
}
</pre></body></html>