.ntproductmaps-map {
  width: 100%;
  margin: 24px 0;
  text-align: left;
}

.ntproductmaps-map__frame {
  position: relative;
  width: 100%;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #f3f4f6;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.ntproductmaps-map__frame iframe {
  display: block;
  width: 100%;
  height: 440px;
  border: 0;
}

@media (max-width: 767px) {
  .ntproductmaps-map__frame,
  .ntproductmaps-map__frame iframe {
    min-height: 300px;
    height: 300px;
  }
}
