.brx-map.maplibregl-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #273026;
  font: inherit;
}

.brx-map .maplibregl-canvas {
  display: block;
  outline: 0;
  touch-action: none;
}

.brx-map .maplibregl-control-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.brx-map .maplibregl-ctrl-bottom-right {
  right: 8px;
  bottom: 5px;
}

.brx-map .maplibregl-ctrl-attrib {
  color: rgba(255, 255, 255, .6);
  background: rgba(29, 25, 21, .64);
  backdrop-filter: none;
  box-shadow: none;
  font-size: 9px;
}

.brx-map .maplibregl-ctrl-attrib a {
  color: inherit;
}

.brx-maplibre-tooltip {
  z-index: 28;
  pointer-events: none;
}

.brx-maplibre-tooltip .maplibregl-popup-content {
  min-width: 225px;
  max-width: 270px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 0;
  color: #f6f1e8;
  background: rgba(31, 26, 22, .96);
  box-shadow: 0 18px 48px rgba(0,0,0,.34);
  backdrop-filter: blur(16px);
  font-family: Inter, Arial, sans-serif;
  overflow: hidden;
}

.brx-quick-info {
  position: relative;
  display: grid;
  gap: 0;
}

.brx-quick-info::before,
.brx-quick-info::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.brx-quick-info::before {
  top: 10px;
  left: 10px;
  border-top: 1px solid rgba(216,178,132,.92);
  border-left: 1px solid rgba(216,178,132,.92);
}

.brx-quick-info::after {
  right: 10px;
  bottom: 10px;
  border-right: 1px solid rgba(216,178,132,.92);
  border-bottom: 1px solid rgba(216,178,132,.92);
}

.brx-quick-info header {
  min-height: 38px;
  padding: 10px 14px 8px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brx-quick-info__eyebrow,
.brx-quick-info__status,
.brx-quick-info dt,
.brx-quick-info footer {
  text-transform: uppercase;
  letter-spacing: .13em;
}

.brx-quick-info__eyebrow {
  color: rgba(246,241,232,.64);
  font-size: 8px;
  font-weight: 600;
}

.brx-quick-info__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(246,241,232,.84);
  font-size: 8px;
  white-space: nowrap;
}

.brx-quick-info__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8aa07d;
  box-shadow: 0 0 0 3px rgba(138,160,125,.14);
}

.brx-quick-info__status[data-status="reserved"] i { background: #c89045; box-shadow: 0 0 0 3px rgba(200,144,69,.14); }
.brx-quick-info__status[data-status="sold"] i { background: #9b5050; box-shadow: 0 0 0 3px rgba(155,80,80,.14); }
.brx-quick-info__status[data-status="pending"] i { background: #92958d; box-shadow: 0 0 0 3px rgba(146,149,141,.14); }

.brx-quick-info h3 {
  margin: 0;
  padding: 14px 14px 8px;
  color: #fffaf1;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .015em;
}

.brx-quick-info p {
  margin: 0;
  padding: 2px 14px 14px;
  color: rgba(246,241,232,.72);
  font-size: 11px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.brx-quick-info dl {
  margin: 0;
  padding: 4px 14px 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.brx-quick-info dl div { min-width: 0; }
.brx-quick-info dt { margin-bottom: 4px; color: rgba(246,241,232,.46); font-size: 7px; }
.brx-quick-info dd { margin: 0; color: rgba(255,250,241,.94); font-size: 10px; line-height: 1.25; }

.brx-quick-info footer {
  min-height: 36px;
  padding: 9px 14px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(246,241,232,.7);
  font-size: 7px;
}

.brx-quick-info footer b {
  color: #d8b284;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.brx-maplibre-tooltip .maplibregl-popup-tip {
  border-top-color: rgba(31, 26, 22, .94) !important;
}

@media (max-width: 800px) {
  .brx-map .maplibregl-ctrl-attrib { display: none; }
}

@media (hover: none), (pointer: coarse), (max-width: 800px) {
  .brx-maplibre-tooltip { display: none !important; }
}
