<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bc_maps__map {
  /* Provide default dimensions for map */
  width: 100%;
  height: 360px;
  /* Do not let map overflow the viewport vertically */
  max-height: 100vh;
  overflow: hidden;
}

.bc_maps__directions_form:not(:first-child) {
  /** Include default vertical space before directions form */
  margin: 2rem 0 0;
}</pre></body></html>