/* Estilos básicos para los popups de Leaflet y etiquetas */
.leaflet-popup-content {
    font-size: 14px;
    line-height: 1.4;
    max-height: 250px;
    overflow-y: auto;
}


.popup-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    max-width: 250px;
  }

  .popup-title {
    font-weight: bold;
    font-size: 16px;
    color: #007bff;
    margin-bottom: 5px;
  }

  .popup-subtitle {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 5px;
    color: #555;
  }

  .popup-image img {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    margin-bottom: 8px;
  }

  .popup-details div {
    margin-bottom: 4px;
  }

  .popup-stars {
    color: #ffc107;
    font-size: 15px;
  }

  .popup-link-icon {
    margin-right: 5px;
    color: #007bff;
  }

/*Estilos mapa*/
#map{
	border: solid 2px black;
	border-radius: 20px;
}
