.guide h2 {
  color: var(--accent-dark);
  border-bottom: 2px solid var(--line);
  padding-bottom: 0.25rem;
  margin-top: 2rem;
}

.guide h3 {
  margin-top: 1.25rem;
}

.guide table {
  width: 100%;
  border-collapse: collapse;
  background: var(--card);
  font-size: 0.9rem;
}

.guide th, .guide td {
  border: 1px solid var(--line);
  padding: 0.4rem 0.6rem;
  text-align: left;
  vertical-align: top;
}

.guide th {
  background: #e8efec;
}

.guide code {
  background: #eef2f0;
  border-radius: 4px;
  padding: 0.1em 0.35em;
  font-size: 0.85em;
}
