/* Importar CSS de Leaflet si no lo haces por CDN */
@import "https://unpkg.com/leaflet@1.9.4/dist/leaflet.css";

#main-map {
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Control total del tamaño de imágenes en la bitácora */
.trix-content .attachment {
  max-width: 500px !important; /* Ajusta este número al tamaño que desees */
  width: 100% !important;
  margin: 2rem auto !important;
  display: block !important;
}

.trix-content .attachment img {
  width: 100% !important;
  height: auto !important;
  border-radius: 1rem !important;
  object-fit: contain !important;
}