/* Status badges */
.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.625rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}

.status-done { background-color: #dcfce7; color: #166534; }
.status-in_progress { background-color: #fef9c3; color: #854d0e; }
.status-blocked { background-color: #fee2e2; color: #991b1b; }
.status-draft { background-color: #f3f4f6; color: #4b5563; }
.status-todo { background-color: #dbeafe; color: #1e40af; }
.status-deprecated { background-color: #f3e8ff; color: #6b21a8; }

/* Spec content sections */
.spec-section .prose {
  font-size: 0.875rem;
  line-height: 1.5;
}

.spec-section .prose p {
  margin-bottom: 0.5rem;
}

.spec-section .prose ul,
.spec-section .prose ol {
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.spec-section .prose code {
  background-color: #f3f4f6;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
}
