/* ================================================================
   GLPI — Ticket fixes
   ================================================================ */

/* Fix: .answer-action:hover muda font-weight para bold, alterando
   o tamanho do botão e causando flickering (hover loop).
   Neutraliza o efeito mantendo o peso da fonte inalterado.        */
.itil-footer .answer-action {
    font-weight: inherit;
}
.itil-footer .answer-action:hover {
    font-weight: inherit !important;
}
