/* Map */
#lsingle-map{
	width: 100%;
	height: 600px;
	border-radius: 8px;
}

/* --- Popups minimalistas --- */
  /* Reset del contenedor de Google Maps */
  .gm-style-iw {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 8px !important;
		max-height: none !important;
		max-width: 364px !important;
		width: 364px !important;
  }
	.gm-style-iw .gm-style-iw-d {
		padding: 0 !important;
    max-height: none !important;
		overflow: visible !important;
	}
  /* Oculta los elementos decorativos internos */
  .gm-style-iw-chr,
  .gm-style-iw-ch {
    display: none !important;
  }
	.gm-style .gm-style-iw-tc::after{
		background: #24516B;
	}

  /* Contenido interno */
  .lms-infowindow {
  	background: #24516B;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(6, 5, 5, 0.1);
  }
  .lms-infowindow .lms-infowindow-close{
    font-family: "DM Sans", sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
    color: #BAD1DE;
    text-transform: lowercase;
    position: absolute;
    top: -3px;
    right: 6px;
    cursor: pointer;
  }
  /* Imagen al 100% */
  .lms-infowindow img {
		width: 100% !important;
    height: 200px !important;
    border-radius: 4px;
    margin-bottom: 24px;
    display: block;
    object-fit: cover;
  }
  /* Título y texto compactos */
  .lms-infowindow h2 {
    font-family: "DM Sans", sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #FAFAFA;
    margin: 0 0 8px;
  }
	.lms-infowindow .meta{
		margin: 0;
    padding: 0;
    list-style: none;
		margin-bottom: 16px;
	}
	.lms-infowindow .meta li{
		display: flex;
		gap: 8px;
		font-family: "DM Sans", sans-serif !important;
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
		letter-spacing: 0;
		color: #BAD1DE;
		align-items: start;
		margin-bottom: 8px;
	}
	.lms-infowindow .meta li img{
		width: 24px !important;
    height: 24px !important;
    margin: 0;
    object-fit: none;
	}
  .lms-infowindow p {
    margin: 0.25rem 0;
    font-size: 0.9rem;
    line-height: 1.2;
    color: #555;
  }
  /* Link estilo botón minimal */
  /* Link estilo botón idéntico a .lms-inquire-btn */
	.lms-infowindow .button-group{
		display: flex;
		justify-content: space-between;
		gap: 8px;
	}
  .lms-infowindow .lms-inquire-btn {
		cursor: pointer;
    background-color: #F5F8FA;
    flex-grow: 1;
    color: #112632 !important;
    font-family: "DM Sans", sans-serif;
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: -0.5px !important;
    font-weight: 700 !important;
    text-align: center;
    padding: 8px;
    border-radius: 90px;
  }
	.lms-infowindow .lms-inquire-btn:hover{
		background-color: #E3EDF2;
	}
	.lms-infowindow .lms-learn-btn{
		cursor: pointer;
    background-color: #BAD1DE;
    flex-grow: 1;
    color: #112632 !important;
    font-family: "DM Sans", sans-serif;
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: -0.5px !important;
    font-weight: 700 !important;
    text-align: center;
    padding: 8px;
    border-radius: 90px;
	}
	.lms-infowindow .lms-learn-btn:focus-visible, 
	.lms-infowindow .lms-learn-btn:focus{
		outline: 0 !important;
	}
	.lms-infowindow .lms-learn-btn:hover{
		background-color: #94BBD1;
		color: #112632 !important;
	}

	