/* Markdown Styling */
.prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.85rem;
}
.prose th, .prose td {
  border: 1px solid #e2e8f0;
  padding: 0.5rem 0.75rem;
  text-align: left;
}
.prose th {
  background-color: #f8fafc;
  font-weight: 600;
  color: #334155;
}
.prose tr:nth-child(even) {
  background-color: #f8fafc;
}
.prose h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #0f172a;
}
.prose h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #1e293b;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 0.25rem;
}
.prose h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  color: #334155;
}
.prose h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  color: #475569;
}
.prose blockquote {
  border-left: 3px solid #6366f1;
  background-color: #f5f3ff;
  padding: 0.5rem 1rem;
  margin: 0.75rem 0;
  color: #4338ca;
  font-size: 0.85rem;
  border-radius: 0 0.375rem 0.375rem 0;
}
.prose p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
.prose code {
  background-color: #f1f5f9;
  padding: 0.15rem 0.35rem;
  border-radius: 0.25rem;
  font-size: 0.8rem;
  color: #4338ca;
}

/* Custom transitions */
.tab-link.active {
  color: #4f46e5;
  border-color: #4f46e5;
}
.sub-tab-link.active {
  color: #4f46e5;
  border-color: #4f46e5;
}
