/* Map block styles — subtle light chrome */
.ps-yandex-map-wrapper.map-wrapper,
.map-wrapper.ps-yandex-map-wrapper {
  margin-bottom: 32px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
}

.ps-yandex-map.map-container,
.map-container.ps-yandex-map {
  width: 100%;
  height: var(--ps-map-h, 400px);
  background: #F9FAFB;
}

.ps-yandex-map.map-container iframe,
.map-container.ps-yandex-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .ps-yandex-map.map-container,
  .map-container.ps-yandex-map {
    height: var(--ps-map-h-tablet, 300px);
  }
}

@media (max-width: 480px) {
  .ps-yandex-map.map-container,
  .map-container.ps-yandex-map {
    height: var(--ps-map-h-mobile, 250px);
  }
}
