/* Wide tables (node sockets, tiers) scroll instead of squeezing the text. */
.table-wrapper { overflow-x: auto; }
/* The version switcher that versions.js adds to the sidebar. */
.nl-versions { margin: 0 var(--sidebar-item-spacing-horizontal) 1rem; font-size: var(--font-size--small); }
.nl-versions select {
  width: 100%;
  padding: 0.25rem;
  color: var(--color-foreground-primary);
  background: var(--color-background-secondary);
  border: 1px solid var(--color-background-border);
  border-radius: 0.2rem;
}
/* Furo centres tables narrower than the page; socket tables read better aligned left. */
article table.docutils { margin-left: 0; }
