/*
 * JR BMFT Floating Box Bottom Mobile (Enforced)
 * Target: #bmft-floating-box
 * Mobile-only: <= 782px
 *
 * Uses high specificity to beat most competing rules.
 */
@media (max-width: 782px) {
  html body #bmft-floating-box,
  html body div#bmft-floating-box,
  html body .buddypress #bmft-floating-box {
    bottom: 36px !important;
  }
}
