body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #111;
  background: #f3f6fc;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Embed host container: do NOT reserve height.
   Mobile uses its own fixed bottom sheet, so a min-height here creates empty whitespace. */
.embed-surface {
  max-width: 980px;
  margin: 0 auto 30px;
  padding: 0 16px;
  min-height: 0; /* explicit neutral default */
}

/* Mobile: keep embed container collapsing naturally */
@media (max-width: 900px), (pointer: coarse) {
  .embed-surface {
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  #taxi-embed {
    min-height: 0 !important;
    height: auto !important;
  }
}

/* Push content below sticky header */
#billig-taxi-top {
  padding-top: 120px; /* prevents overlap with fixed header */
}
