.es-property_section--location .es-property-map[data-sabai-approximate-map="ready"] {
  background: #f5f5f5;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
}

.sabai-approximate-map__frame {
  border: 0;
  display: block;
  height: 420px;
  width: 100%;
}

.sabai-approximate-map__note {
  align-items: center;
  background: #fff;
  color: #4d4d4d;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 10px 22px;
  justify-content: space-between;
  padding: 12px 14px;
}

.sabai-approximate-map__note a {
  color: #9a742e;
  font-weight: 600;
  text-decoration: none;
}

.sabai-approximate-map__note a:hover,
.sabai-approximate-map__note a:focus {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .sabai-approximate-map__frame {
    height: 320px;
  }
}

