
/* Table tweaks */
.gf-ledger-refunds table.widefat td, 
.gf-ledger-refunds table.widefat th { white-space: nowrap; }
.gf-ledger-refunds code { font-size: 11px; }

/* WCFM left menu wrapping fix (mobile) */
#wcfm_menu .wcfm_menu_items a {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.35 !important;
  white-space: normal !important;
  height: auto !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#wcfm_menu .wcfm_menu_items a .fa, 
#wcfm_menu .wcfm_menu_items a .wcfmfa {
  min-width: 18px;
  text-align: center;
}
#wcfm_menu .wcfm_menu_items { overflow: hidden; }
