/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.property-marker {
  cursor: pointer;
}

.property-marker-pill {
  display: inline-block;
  padding: 2px 8px;
  background: white;
  border: 2px solid #3b82f6;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  color: #1e3a5f;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.1s;
}

.property-marker:hover .property-marker-pill {
  background: #3b82f6;
  color: white;
  transform: scale(1.1);
}

.maplibregl-popup-content {
  padding: 0 !important;
  border-radius: 0.5rem !important;
  overflow: hidden;
}
