/*
 * The "UPDATED IN 2022" badge, retired.
 *
 * It was never in the markup: the child theme draws it with `content:` on two
 * `::before` pseudo-elements, one beside the SWINGTRADER PRO row in the
 * programme accordion and one on the course showcase card. Four years on it
 * reads as neglect rather than freshness.
 *
 * Overridden here rather than edited out of the theme's stylesheet, which is
 * copied from the WordPress extraction on every `npm run convert` and would
 * bring it back.
 */

#pdv_prog_details .prg-acc_item.stp .header_container::before,
#formations_showcase_section .et_pb_column_46.formations_single_showcase_col::before {
  content: none;
}
