.form-control-custom{
    border:1px solid #707070 !important;
    border-radius: 0 !important;
    margin:10px;
    box-shadow:none;
}

.map-wrapper {
  width: 100%;
  height: 60vh; /* lub dowolna inna wysokość */
  overflow: hidden;
  position: relative;
}

.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}