
@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";

/* Price markers on map (Otodom-style) */
.price-marker {
  background: transparent !important;
  border: none !important;
}

.price-marker-label {
  display: inline-block;
  padding: 4px 10px;
  background: #fff;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  border: 1px solid #e0e0e0;
}