.leaflet-control-attribution {
  display: none !important;
}

.price-marker-leaflet {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
}

.price-pin {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -100%);
  pointer-events: auto;
  cursor: pointer;
}

.price-marker {
  background: #1e2a3d;
  color: #e8eef4;
  border: 2px solid #3d9cf5;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  line-height: 1.2;
  position: relative;
}

.price-marker.highlight {
  border-color: #ffd60a;
  box-shadow: 0 0 0 2px rgba(255, 214, 10, 0.35);
}

.price-marker.viewed {
  background: #f7f9fc;
  border-color: #d7e2f3;
  color: #1b2a3f;
}

.price-marker.viewed::after {
  content: "✓";
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e8f7ec;
  border: 1px solid #b8e0c2;
  color: #2b8a3e;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

.price-pin-tip {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  background: #3d9cf5;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.miniapp-map-wrap {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 120px);
  min-height: 280px;
  margin-bottom: 12px;
}

#miniapp-map {
  flex: 1;
  min-height: 240px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
