.docs > article { min-width: 0; }
.table-action { border: 1px solid var(--line); background: #fff; border-radius: 7px; padding: 7px 10px; font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; white-space: nowrap; }
.copy-action { color: var(--blue); border-color: #bdd2ff; background: #f4f7ff; }
.danger { color: #b52b34; border-color: #f0c5c8; background: #fff7f7; }
.copy-failed { color: #b52b34 !important; border-color: #f0c5c8 !important; background: #fff7f7 !important; }
.align-right { text-align: right; }
.align-right form { margin: 0; }

@media (max-width: 850px) {
  .docs > aside,
  .docs > article { width: 100%; max-width: 100%; min-width: 0; }
  .docs pre { max-width: 100%; }
}
