/*
 * Font Awesome 6 compatibility patch
 * FA5 unicodes que cambiaron de posición en FA6
 * Generado automáticamente — no editar manualmente
 */

/* \f067 (plus) → FA6 usa \2b */
.floating-action-buttons a.button:before,
.propform td.rowbuttons a:before,
.input-group .icon.add:before {
  content: "\2b";
}

/* \f069 (asterisk) → FA6 usa \2a */
.menu a.select.all:before {
  content: "\2a";
}

/* \f108 (desktop/computer) → FA6 usa \f390 */
.listing.iconized tr.general > td.section:before {
  content: "\f390";
}

/* \f128 (question/help) → FA6 usa \3f */
.menu a.about:before {
  content: "\3f";
}
