/* Expo Planit V799pl — Public wide-header logo fit.
   Narrow, source-grounded correction built on V799pc.
   Public only; fine-pointer Wide state only. No responsive breakpoint,
   Compact ownership, Exhibitor, Admin, phone/tablet or iframe logic changes.

   V799pc's accepted desktop Public header reserves a minimum 30px empty
   spacer between its action group and Help/Expo Planit branding. Near the
   1000px Wide→Compact handoff that unused minimum can force the right-hand
   brand outside the clipped card head. Allow only that empty spacer to
   collapse when space is tight; the action controls and supplied logo keep
   their existing size and aspect ratio. */
@media (min-width:1000px) and (hover:hover) and (pointer:fine) {
  html.expoPlanitVisitorFinePointerV799pc
  body.expoPlanitDesktopHeaderV795fn.publicHeaderControlsMode:not(.expoPlanitVisitorCompactV799pc):not(.touchscreenMode)
  #planCard .cardHead {
    grid-template-columns:max-content minmax(0,1fr) 34px auto!important;
  }
}
