/*
 * 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.
 */

/* Leaflet popups: match the app's typography and brand link color. */
.leaflet-popup-content-wrapper {
  border-radius: 0.75rem;
}

.leaflet-popup-content {
  margin: 0.75rem 1rem;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

.leaflet-popup-content a {
  color: #15803d;
  font-weight: 600;
}

.leaflet-popup-content a:hover {
  text-decoration: underline;
}
