/* Keep wide protocol tables and signatures within the reading column. */
.table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

.content .highlight {
  border-radius: 0.4rem;
}

.content .sig {
  overflow-wrap: anywhere;
}

.version-switcher {
  margin: 0.5rem 1rem 1rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--color-sidebar-background-border);
  border-radius: 0.4rem;
  font-size: 0.875rem;
}

.version-switcher summary {
  cursor: pointer;
}

.version-switcher ul {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}

.version-switcher a {
  display: block;
  padding: 0.25rem 0;
}

.version-switcher a[aria-current] {
  font-weight: bold;
}
