/* JR BMCA Floating Box Resize (Memory Table Creation) - Mobile
   Goal: Override conflicting plugin styles on "memory table creation" pages/posts ONLY (not memory CPT).
*/

@media (max-width: 782px) {
  /* Use body scope + !important to override conflicting rules */
  body:not(.single-memory):not(.post-type-archive-memory) #bmca-floating-box {
    right: 12px !important;
    bottom: 150px !important; /* NEW: was 20px */
    top: auto !important;
    width: 220px !important;
  }
}
