/* pycmdcheck documentation styles */

/* Code blocks */
pre code {
  font-size: 0.9em;
}

/* Tables */
table {
  width: 100%;
  margin: 1em 0;
}

th {
  background-color: var(--bs-light);
  font-weight: 600;
}

/* Check overview tables */
.check-overview table {
  width: auto;
}

.check-overview td:first-child {
  font-weight: 600;
  width: 120px;
}

/* Severity badges */
.severity-error {
  color: #dc3545;
  font-weight: bold;
}

.severity-warning {
  color: #ffc107;
  font-weight: bold;
}

.severity-note {
  color: #17a2b8;
  font-weight: bold;
}

/* Navigation improvements */
.navbar-brand {
  font-weight: 700;
}

/* Sidebar */
.sidebar-item {
  padding: 0.25em 0;
}

/* Footer */
footer {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid var(--bs-border-color);
}
