.block-maison-google-maps {
  margin-top: var(--wp--preset--spacing--xl);
  margin-bottom: var(--wp--preset--spacing--xl);
}
@media (max-width: 768px) {
  .block-maison-google-maps {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.maison-google-maps__placeholder {
  padding: 2rem;
  background-color: #f5f5f5;
  border: 2px dashed #ccc;
  border-radius: 4px;
  text-align: center;
  color: #666;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.maison-google-maps__wrapper {
  width: 100%;
}
.maison-google-maps__wrapper iframe {
  width: 100%;
  height: 333px;
  display: block;
  border: none;
}
@media (max-width: 768px) {
  .maison-google-maps__wrapper iframe {
    height: 161px;
  }
}