/* ========================================================================
   GaliVue V5.1.121 — DASHBOARD TITLE BASELINE ONLY

   The horizontal header structure from V5.1.120 is correct.
   Remaining defect: the Dashboard glyphs sit optically high inside their
   line box. GaliVue already carried this Dashboard-only correction in
   V3.9.65; V5.1.118/120 neutralized every historical transform while fixing
   horizontal title ownership, which unintentionally removed that proven
   optical baseline adjustment.

   Scope: phone workspace header, Dashboard title only.
   No horizontal positioning, grid, rail, bottom-nav, scroll, auth, runtime,
   D1/R2, workflow or other page-title changes.
   ======================================================================== */

@media (max-width:767px) {
  html body #dashboardDialog #dashboardPanel .workspace-head #dashboardTitle.dashboard-title-refreshable {
    transform: translateY(9px) !important;
  }
}
