/*
 * 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 Map Styles */
.leaflet-container {
  font-family: inherit;
  z-index: 1;
}

.leaflet-popup-content-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.leaflet-popup-content {
  margin: 12px;
  line-height: 1.5;
}

.leaflet-popup-content strong {
  color: #059669; /* silloun-green */
  font-weight: 600;
}

.leaflet-control-zoom {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.leaflet-control-zoom a {
  background-color: white;
  color: #059669;
  border: 1px solid #e5e7eb;
}

.leaflet-control-zoom a:hover {
  background-color: #f3f4f6;
}
