.map-block {
  width: 100%;
  max-width: 420px; /* dopasuj do szerokości kolumny */
  justify-self: start; /* dla grid */
  margin: 0; /* usuwa centrowanie */
}
.map-wrapper {
  position:relative;
  width:100%;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  border-radius:12px;
  box-shadow: var(--shadow);
  background: #f8f6f7;
}
.map-wrapper iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:12px;
}
