/* ========================================
   OCULTAR ELEMENTOS
   ======================================== */

/* 1. Ocultar botón "Help Center" */
.ModuleCategoryContainer__tabs > span.Button__tagPrimary {
    display: none !important;
}

/* 2. Ocultar "Sign In" en el header */
li.LoginDetail__signin {
    display: none !important;
}

/* 3. Ocultar "Add Ticket" */
#new_ticket_btn {
    display: none !important;
}

/* 4. Ocultar botón "Follow" */
span[data-id="category_follow"] {
    display: none !important;
}

/* 5. Ocultar botón de Accesibilidad */
div[data-id="customize"] {
    display: none !important;
}
