/* Documentation and help modal content styling */

/* Table styling for keyboard shortcuts and other reference tables */
#help-content table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}

#help-content table thead th {
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  padding: 0.75rem;
  text-align: left;
  font-weight: 600;
  vertical-align: bottom;
}

#help-content table tbody td {
  padding: 0.75rem;
  border-bottom: 1px solid #dee2e6;
  vertical-align: top;
}

#help-content table tbody tr:hover {
  background-color: #f8f9fa;
}

/* Header styling */
#help-content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #dee2e6;
  padding-bottom: 0.5rem;
}

#help-content h3 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

#help-content h4 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/* Code and inline code styling */
#help-content code {
  background-color: #f8f9fa;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  font-size: 90%;
}

/* List styling */
#help-content ul, #help-content ol {
  padding-left: 2rem;
}

#help-content li {
  margin-bottom: 0.25rem;
}

/* Paragraph spacing */
#help-content p {
  margin-bottom: 1rem;
}
