/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

input#date_range {
	width:80%;
}


input#date_range::placeholder {
  white-space: pre-line;
}


/* Fondo gris general del grupo */
.inside.cmb-td.cmb-nested.cmb-field-list {
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#ubicaciones_repetidas_repeat{
	background-color: #fafafa;
	border-radius:20px;
	border: solid 1px #f5f5f5; 
  	padding: 20px;
}

/* Provincia y municipio: 50% cada uno */
.cmb2-id-ubicaciones-repetidas-0-provincia-select,
.cmb2-id-ubicaciones-repetidas-0-municipio-select-label {
  flex: 1 1 48%;
  min-width: 280px;
}

#cmb-group-ubicaciones_repetidas-0{
	margin-top:-60px !important
}


/* Ocultar campo de validación del municipio */
.cmb2-id-ubicaciones-repetidas-0-municipio-select {
  display: none !important;
}

/* Dirección: 100% */
.cmb2-id-ubicaciones-repetidas-0-direccion-manual {
  flex: 1 1 100%;
}

/* Latitud y Longitud: 50% cada uno */
.cmb2-id-ubicaciones-repetidas-0-latitud-manual,
.cmb2-id-ubicaciones-repetidas-0-longitud-manual {
  flex: 1 1 48%;
  min-width: 280px;
}

/*BOTONES*/
.postbox.cmb-row.cmb-repeatable-grouping button{
	display:none !important;
}

.cmb-add-group-row.button-secondary{
	border-radius:50px !important;
	border:solid 0px black !important;
	padding: 5px 20px;
}

.cmb2-metabox .cmb2-id-extra_locations > .cmb-row:nth-child(1) {
  display: none !important;
}





/* Que no se monte y respete el ancho */
.add-listing-section.location #extra-locations-block { clear: both; width: 100%; margin-top: 15px; }
/* Si apareciera por error en otra sección, escóndelo */
.add-listing-section:not(.location) #extra-locations-block { display: none !important; }




/* child theme: style.css */
.listeo-edit-form .cmb2-wrap .cmb-repeatable-grouping{
  display:block !important;
  visibility:visible !important;
}



/*MAPA ADICIONALES*/
/* Mapa adicional - solo este a 300px */
.extra-map.leaflet-container {
  height: 300px !important;
  width: 1000px !important;
  max-width: 100% !important;
  margin-bottom: 20px;
}

/* 🔥 NO toques .leaflet-container globalmente */





/* tamaño consistente para cada mapa adicional */
.extra-map { height: 300px; }

/* por si algún theme pone img max-width/height y aplasta el pin */
.leaflet-marker-icon, .leaflet-marker-shadow { width: auto !important; height: auto !important; }

/* habilitar eventos sobre el pin si alguna regla los bloquea */
.leaflet-container .leaflet-marker-icon,
.leaflet-container .leaflet-marker-shadow { pointer-events: auto !important; }







