#view-help {
  padding: 0;
}

.help-shell {
  background: var(--clr-surface);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius);
  padding: 1rem;
}

.help-intro {
  margin: 0 0 0.8rem;
}

.help-table-wrap {
  overflow-x: auto;
}

.help-menu-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.help-menu-table th,
.help-menu-table td {
  text-align: left;
  padding: 0.65rem 0.7rem;
  border-bottom: 1px solid var(--clr-border);
  vertical-align: top;
  font-size: 0.9rem;
}

.help-menu-table th {
  color: var(--clr-muted);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background: var(--clr-surface-alt);
}

.help-menu-table td:first-child {
  width: 180px;
  font-weight: 600;
}

.help-callout {
  margin-top: 0.9rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--clr-border);
  border-radius: 8px;
  background: var(--clr-surface-alt);
  font-size: 0.88rem;
  color: var(--clr-text);
}

.help-callout strong {
  color: var(--clr-primary);
}

@media (max-width: 700px) {
  .help-shell {
    padding: 0.8rem;
  }

  .help-menu-table {
    min-width: 560px;
  }
}
