/* Blog styles */
.prose {
  color: #374151;
  max-width: 65ch;
}

.prose h1 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.1111111;
  margin-bottom: 2rem;
  margin-top: 0;
}

.prose h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.prose h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}

.prose p {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  line-height: 1.75;
}

.prose p:first-child {
  margin-top: 0;
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose strong {
  font-weight: 700;
}

.prose em {
  font-style: italic;
}

.prose ul {
  list-style-type: disc;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  padding-left: 1.625rem;
}

.prose ol {
  list-style-type: decimal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  padding-left: 1.625rem;
}

.prose li {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  line-height: 1.75;
}

.prose blockquote {
  border-left: 0.25rem solid #e5e7eb;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
  padding-left: 1rem;
}

.prose a {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 500;
}

.prose a:hover {
  color: #1d4ed8;
}

.prose hr {
  border-color: #e5e7eb;
  border-top-width: 1px;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.prose code {
  background-color: #f3f4f6;
  border-radius: 0.25rem;
  font-size: 0.875em;
  font-weight: 600;
  padding: 0.125rem 0.25rem;
}

.prose pre {
  background-color: #1f2937;
  border-radius: 0.375rem;
  color: #f3f4f6;
  font-size: 0.875rem;
  line-height: 1.7142857;
  margin-bottom: 1.7142857rem;
  margin-top: 1.7142857rem;
  overflow-x: auto;
  padding: 0.8571429rem 1.1428571rem;
}

.prose pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}

.prose img {
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-radius: 0.5rem;
}

.prose table {
  font-size: 0.875rem;
  line-height: 1.7142857;
  margin-bottom: 2rem;
  margin-top: 2rem;
  table-layout: auto;
  text-align: left;
  width: 100%;
}

.prose thead {
  border-bottom-color: #d1d5db;
  border-bottom-width: 1px;
}

.prose thead th {
  font-weight: 600;
  padding-bottom: 0.5714286rem;
  padding-left: 0.5714286rem;
  padding-right: 0.5714286rem;
  padding-top: 0;
  vertical-align: bottom;
}

.prose tbody tr {
  border-bottom-color: #e5e7eb;
  border-bottom-width: 1px;
}

.prose tbody tr:last-child {
  border-bottom-width: 0;
}

.prose tbody td {
  padding: 0.5714286rem;
  vertical-align: top;
}

.markdown-content {
  color: #374151;
  line-height: 1.75;
}