	

/* === NUEVOS ESTILOS === */
.sehedis-panel {
    background: white; /* Fondo blanco como en la imagen */
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #dee2e6;
    height: fit-content;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Sombra sutil */
}

.sehedis-map {
    height: 500px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.coordinate-inputs, .address-inputs {
    display: none;
}

.coordinate-inputs.active, .address-inputs.active {
    display: block;
}

@media (max-width: 768px) {
    .sehedis-map {
        height: 400px;
        margin-top: 2rem;
    }
}




/* === VIEJOS ESTILOS === */
			#mapa {
  				width: 100%;
  				height: 600px; 
  			}
  			#boxGraficas{
  				background: none;
  				width: 100%;
  			}
  			#boxGraficas .row{
  				background: none;
  				margin: 0;
  				min-height: 381px;
  				width: 540px;
  			}  	
  			#boxGraficas div.box-img{
  				width: 100%;
  			}
		    #boxGraficas img{
		    	background: none;
		        display: block;
		        width: 100%;
		        height: auto;
		    }
		    .listSwal li{
		    	background: none;
		    	margin: .5% 5%;
		    	text-align: left;
		    	list-style-type: decimal;
		    	width: 90%;
		    }
		    #box-umt,
			#box-add{
		    	display: none;
		    }
		    #box-distancias{
		    	margin-top: 20px;
			}
			#tipocoord label.radio{
				max-width: 92%;
				margin-left: 7%;
			}
			#mapa-empty{
                background-image: url('../../img/sehedis/mapa-sehedis.webp'); 
                background-repeat: no-repeat;
                background-position: center; 
                background-size: cover;
                border: 1px solid #e5e5e5;
                height: 100%;
                width: 100%;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
			}