/* Article Content Styling */
.article-content h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #050505;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.article-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #050505;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.article-content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #050505;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.article-content p {
  color: #4b5563;
  margin-bottom: 1rem;
  line-height: 1.75;
}

.article-content ul,
.article-content ol {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  color: #4b5563;
}

.article-content ul {
  list-style-type: disc;
}

.article-content ol {
  list-style-type: decimal;
}

.article-content li {
  margin-bottom: 0.5rem;
  line-height: 1.75;
}

.article-content blockquote {
  border-left: 4px solid #050505;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 1rem 0;
  color: #4b5563;
  font-style: italic;
  background-color: #f9fafb;
  border-radius: 0.25rem;
}

.article-content code {
  background-color: #f5f5f5;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-family: 'Courier New', monospace;
  font-size: 0.875rem;
  color: #050505;
}

.article-content pre {
  background-color: #f5f5f5;
  color: #050505;
  padding: 1rem;
  border-radius: 0.25rem;
  overflow-x: auto;
  margin-bottom: 1rem;
  line-height: 1.5;
  border: 1px solid #e5e5e5;
}

.article-content pre code {
  background-color: transparent;
  padding: 0;
  color: inherit;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.article-content th {
  background-color: #f9fafb;
  border: 1px solid #e5e5e5;
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 600;
  color: #050505;
}

.article-content td {
  border: 1px solid #e5e5e5;
  padding: 0.75rem 1rem;
  color: #4b5563;
}

.article-content tr:nth-child(even) {
  background-color: #f9fafb;
}

.article-content a {
  color: #050505;
  font-weight: 500;
  text-decoration: underline;
}

.article-content a:hover {
  color: #4b5563;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
  margin: 1rem 0;
}

.article-content strong {
  font-weight: 700;
  color: #050505;
}

.article-content em {
  font-style: italic;
}
