/* ---------------------------------------------------------------------
 * NOMBRE DEL ARCHIVO: style.css
 * RUTA COMPLETA: /buscador_Local/assets/css/style.css
 * FECHA DE CREACION: 24/07/2026
 * DESARROLLADOR: siREZ
 * --------------------------------------------------------------------- */

body { background:#f5f7fa; }

.help-fab {
    position: fixed;
    bottom: 22px;
    right: 22px;
    width: 46px;
    height: 46px;
    font-size: 1.2rem;
    background:#fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
    z-index: 1050;
}

.help-inline {
    display:inline-block;
    width:18px; height:18px;
    line-height:18px;
    text-align:center;
    font-size:.7rem;
    border-radius:50%;
    background:#e9ecef;
    cursor:help;
    margin-left:4px;
}

#mapa { width:100%; height:420px; border-radius:8px; }

.card-negocio img { height:150px; object-fit:cover; }

.badge-distancia { font-size:.75rem; }
