/* Give native lesson controls their own row above the shared teaching HUD. */
@media screen and (max-width:960px){
  .controls{bottom:76px}
  .progress-label{bottom:124px}
  .slide-container{padding-bottom:156px}
  body:has(#mbmhud-home) .controls{bottom:124px}
  body:has(#mbmhud-home) .progress-label{bottom:172px}
  body:has(#mbmhud-home) .slide-container{padding-bottom:204px}
}
