/* ========================================================================
   GaliVue V5.1.141 — TABLET PLAN & USAGE DOCK CLEARANCE

   Scope: Plan & Usage only on authenticated tablet/compact workspace
   (768–1100px), after V5.1.137 has measured the real header and dock.

   V5.1.137 correctly uses the rendered dock as the source of truth. This
   final presentation layer preserves an 18px breathing gap above that dock,
   matching the approved Dashboard dock treatment. The shared dock itself is
   not moved, resized, restyled or re-layered.
   ======================================================================== */

@media (min-width:768px) and (max-width:1100px) {
  html body #planUsageDialog.gv3935-docked-account-page.gv3936-premium-account-page.gv51137-tablet-plan-measured {
    height:calc(var(--gv51137-plan-height) - 18px)!important;
    max-height:calc(var(--gv51137-plan-height) - 18px)!important;
  }
}
