/* Dragon's Exodus website — Copyright (c) 2026 Dragon's Exodus. MIT License; see LICENSE. */
.client-guide { max-width: 860px; }
.client-guide section { margin-bottom: 2.2rem; }
.client-guide h3 { margin: 1.2rem 0 .3rem; }
.client-guide h4 { margin: 1rem 0 .3rem; }
.client-guide pre {
  overflow-x: auto;
  padding: 10px 12px;
  border: 1px solid #303234;
  border-radius: 4px;
  background: #0b100b;
  font-size: .85rem;
  line-height: 1.45;
}
.client-guide kbd {
  padding: 0 4px;
  border: 1px solid #484b4e;
  border-radius: 3px;
  background: #18221a;
  font-size: .85em;
}
.guide-table-wrap { overflow-x: auto; }
.client-guide table { border-collapse: collapse; }
.client-guide th, .client-guide td { padding: 4px 12px 4px 0; text-align: left; vertical-align: top; }
.client-guide th { border-bottom: 1px solid #484b4e; }
.client-guide td code { white-space: nowrap; }
