/*
  MFP Design System — Inline Navigation
  Production CSS for inline page navigation component.
  Import tokens.css before this file.
*/

/* ======================================================================
   INLINE NAVIGATION
   ====================================================================== */
.inline-nav {
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.inline-nav__trigger {
  position: relative;
}
