/* 08-pages/_modepage.css — shared page-level additions for the standalone Map
   and Design walkthrough pages. The main composition stays on .p-overview so
   these pages keep the centered Build-style hero and staged c-act rhythm. */

.p-modepage__command {
  display: inline-block;
  max-width: 100%;
  margin-top: var(--space-lg);
  overflow-x: auto;
  padding: var(--space-2xs) var(--space-sm);
  background: var(--surface-sunken);
  border: var(--rule);
  border-radius: var(--radius);
  color: var(--accent-bright);
  font-size: var(--text-sm);
  line-height: var(--lh-code);
  white-space: nowrap;
}
