body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* Ajuste del botón flotante en teléfonos */
.btn-flotante {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Ventanas emergentes en los pines del mapa */
.gm-style-iw {
    max-width: 280px !important;
}

.gm-style-iw img {
    border-radius: 6px;
    margin-top: 8px;
}