/* Скрыть ссылку */
a[href="#empty"] {
  pointer-events: none; /* клики игнорятся, ничего не откроется */
  cursor: default; /* обычный курсор вместо руки */
}

/* На всякий случай: убираем фокусную рамку */
a[href="#empty"]:focus,
a[href="#empty"]:active {
  outline: none;
}


/* Контейнер карты в попапе */
.map-popup-wrap {
  width: 100%;
  max-width: 100%;
  height: 800px; /* пока жёстко, чтобы проверить */
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

/* Внутренние div'ы/iframe от Яндекса */
.map-popup-wrap > div {
  width: 100% !important;
  height: 100% !important;
}

.map-popup-wrap iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 24px !important;
  display: block;
}
