/* II: map follows the existing page-width container at every resolution.
   Only the requested viewport breakout is removed; header and dialogs stay intact. */
html body .ii-lage-overview {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
}
