.blog-content {
  line-height: 1.75;
  color: #374151;
}
.blog-content p {
  margin-bottom: 1.25rem;
  line-height: 1.75;
  color: #374151;
}
.blog-content h2 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #111827;
  line-height: 1.2;
}
.blog-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #111827;
  line-height: 1.3;
}
.blog-content ul,
.blog-content ol {
  margin-bottom: 1.25rem;
  margin-top: 1rem;
  padding-left: 1.75rem;
  color: #374151;
}
.blog-content ul {
  list-style-type: disc;
}
.blog-content ol {
  list-style-type: decimal;
}
.blog-content li {
  margin-bottom: 0.625rem;
  line-height: 1.75;
  padding-left: 0.375rem;
}
.blog-content li::marker {
  color: #6B7280;
  font-weight: 500;
}
.blog-content ul ul,
.blog-content ol ol,
.blog-content ul ol,
.blog-content ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blog-content blockquote {
  border-left: 4px solid #9333EA;
  padding: 0.75rem 1.5rem;
  margin: 1.5rem 0;
  background-color: #F9FAFB;
  border-radius: 0.375rem;
  font-style: italic;
  color: #4B5563;
}
.blog-content blockquote p {
  margin-bottom: 0.75rem;
}
.blog-content blockquote p:last-child {
  margin-bottom: 0;
}
.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.9375rem;
  display: table;
}
@media (max-width: 768px) {
  .blog-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.blog-content thead {
  background-color: #F3F4F6;
}
.blog-content th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 600;
  color: #111827;
  border-bottom: 2px solid #E5E7EB;
}
.blog-content td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #E5E7EB;
  color: #374151;
}
.blog-content tbody tr:hover {
  background-color: #F9FAFB;
}
.blog-content tbody tr:last-child td {
  border-bottom: none;
}
.blog-content strong {
  font-weight: 600;
  color: #111827;
}
.blog-content em {
  font-style: italic;
  color: #4B5563;
}
.blog-content code {
  background-color: #F3F4F6;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.875em;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  color: #DC2626;
}
.blog-content pre {
  background-color: #1F2937;
  color: #F9FAFB;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin: 1.5rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.blog-content pre code {
  background-color: transparent;
  padding: 0;
  color: inherit;
  font-size: inherit;
}
.blog-content a {
  color: #9333EA;
  text-decoration: none;
  transition: text-decoration 0.2s;
  font-weight: 500;
}
.blog-content a:hover {
  text-decoration: underline;
}
.blog-content hr {
  border: none;
  border-top: 1px solid #E5E7EB;
  margin: 2rem 0;
}
.blog-content > *:first-child {
  margin-top: 0;
}
.blog-content > *:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=blog.output.css.map */
