main.draw-surface-loaded {
  overflow-y: auto;
}

svg[id^=map-] {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

x-draw-surface {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: 100%;
}
