/* JR Memory Table Mobile Scale 60 + Gap Fix */
@media (max-width: 768px){
  #bp-memory-form-wrapper,
  #bp-memory-form-wrapper *{
    overflow: visible;
  }

  #bp-memory-form-wrapper .jr-scale-stage{
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  #bp-memory-form-wrapper .jr-scale-inner{
    --jr-scale: 0.6;
    position: relative !important;
    transform: scale(var(--jr-scale)) !important;
    transform-origin: top left !important;
    width: calc(100% / var(--jr-scale)) !important;
    max-width: none !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  #bp-memory-form-wrapper .jr-scale-inner .table-container,
  #bp-memory-form-wrapper .jr-scale-inner .table-container table,
  #bp-memory-form-wrapper .jr-scale-inner .jr-mt-scroll,
  #bp-memory-form-wrapper .jr-scale-inner .jr-mt-scroll table{
    width: auto !important;
    max-width: none !important;
  }
}
