/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
.article-content h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
}

.article-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
  font-size: 1.5rem;
  font-weight: 700;
}

.article-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.article-content p {
  margin: 1rem 0;
  line-height: 1.9;
}

.article-content ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.article-content ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
  list-style-type: decimal;
}

.article-content li {
  margin: 0.35rem 0;
}

.article-content blockquote {
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 4px solid #d1d5db;
  color: #4b5563;
}

.article-content code {
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  background-color: #f3f4f6;
}

.article-content pre {
  margin: 1rem 0;
  padding: 1rem;
  overflow-x: auto;
  border-radius: 0.5rem;
  background-color: #111827;
  color: #f9fafb;
}

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

.article-content a {
  color: #2563eb;
  text-decoration: underline;
}

.article-content hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #d1d5db;
}

.article-content table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
}

.article-content th,
.article-content td {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  text-align: left;
}

.article-content th {
  background-color: #f3f4f6;
}