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-surface {
  max-width: 980px;
  margin: 0 auto 30px;
  padding: 0 16px;
  min-height: 620px;
}

@media (max-width: 768px) {
  .embed-surface {
    min-height: 720px;
  }
}

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