#maps-privacy-container {
  width: 100%;
  max-width: 800px; /* Kannst du an deine Webseiten-Breite anpassen */
  margin: 20px auto;
}
#maps-placeholder {
  background-color: #f4f6f9;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  font-family: sans-serif;
}
#maps-placeholder h3 {
  color: #1f2937;
  margin-bottom: 10px;
}
#maps-placeholder p {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#maps-placeholder button {
  background-color: #2563eb;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
}
#maps-placeholder button:hover {
  background-color: #1d4ed8;
}