/* 1. CAMBIAR EL LOGO PRINCIPAL */
.navbar-logo img, 
img[src*="logo.svg"], 
.brand img {
    /* Aquí está tu enlace exacto de Cubic ERP */
    content: url("https://cubicerp.com/images/logo_hu5e3192a5ec857fd5c6d764eee4491981_77693_147x0_resize_q100_h2_box_3.webp") !important;
    height: 28px !important; 
    width: auto !important;
}

/* 2. OCULTAR EL MENÚ DE AYUDA */
a[href*="forgejo.org/docs"], 
.item.help, 
a[href="/help"],
footer a[href*="forgejo.org"] {
    display: none !important;
}

