.poi-map-wrapper {
  position: relative;
  width: 100%;
}
.poi-map-wrapper[style*=background-color] {
  padding-bottom: 60px;
}
.poi-map-wrapper[style*=background-color] .poi-legend {
  position: relative;
  bottom: auto;
  left: auto;
  background: transparent;
  box-shadow: none;
  color: inherit;
  padding: 12px 16px 0;
}

.poi-map {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
}

.poi-legend {
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 12px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  max-width: calc(100% - 32px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  z-index: 10;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4;
}

.poi-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.poi-swatch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.poi-swatch--pin {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 0;
}

.gm-style-iw button.gm-ui-hover-effect {
  display: none !important;
}

.poi-info {
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
  max-width: 240px;
  color: #333;
}
.poi-info--property {
  text-align: center;
}
.poi-info strong {
  font-size: 14px;
  color: #13322B;
}
.poi-info a {
  color: #13322B;
  text-decoration: underline;
}

.poi-info-address {
  color: #666;
  font-size: 12px;
}

.poi-stars {
  color: #F39C12;
  letter-spacing: 1px;
}

.brxe-container:has(.brxe-text) .poi-map {
  aspect-ratio: 1;
}

@media (max-width: 767px) {
  .poi-legend {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: 100%;
    box-shadow: none;
    padding: 12px 0 0;
  }
}
