/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

/* Reset body padding */
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

/* Fixed navbar */
.navbar {
  background-color: white;
  border-bottom: 1px solid #dee2e6;
  height: 60px;
  width: 100%;
}

/* Content wrapper for regular pages */
.content-wrapper {
  padding-top: 20px;  /* Space between navbar and content for non-map pages */
}

/* Map specific styles */
#map {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/* Ensure no padding on map container */
[data-controller="map"] {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* Override Leaflet's default margin */
.leaflet-container {
  margin: 0 !important;
  padding: 0 !important;
}

.about-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-page h1 {
  color: #2c3e50;
  margin-bottom: 1.5rem;
}

.about-page h2 {
  color: #34495e;
  font-size: 1.5rem;
  margin-top: 2rem;
}

.about-page ul {
  padding-left: 1.5rem;
}

.about-page li {
  margin-bottom: 0.5rem;
}
