/*
 Theme Name:   AquiAvisos Child Theme
 Theme URI:    https://aquiavisos.com/
 Description:  Tema hijo para el sitio AquiAvisos
 Author:       AquiAvisos Team
 Author URI:   https://aquiavisos.com/
 Template:     twentytwentyfive  
 Version:      1.0.0
 Text Domain:  aquiavisos-child
*/
/* --- Popups de Terreno --- */
.leaflet-popup-content-wrapper.popup-terreno,
.leaflet-popup-content-wrapper.popup-terreno-single {
  background: #ffffff;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}
.leaflet-popup-content-wrapper.popup-terreno a,
.leaflet-popup-content-wrapper.popup-terreno-single a {
  color: #0066cc;
  text-decoration: none;
  font-weight: bold;
}
.leaflet-popup-content-wrapper.popup-terreno a:hover,
.leaflet-popup-content-wrapper.popup-terreno-single a:hover {
  text-decoration: underline;
}

/* Cambia el close-button de Leaflet si quieres */
.leaflet-popup-close-button {
  color: #666;
  font-size: 18px;
}

/* --- Tooltips de Precio --- */
.leaflet-tooltip.pin-price-label {
  background: rgba(255,255,255,0.9);
  color: #2a2a2a;
  font-weight: bold;
  border-radius: 4px;
  padding: 2px 6px;
  border: none;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  font-size: 13px;
}

















