/* Article body styling - magazine style */
.article-content {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  line-height: 1.85;
  color: #374151;
}

.article-content h2 {
  font-family: 'Bodoni Moda', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0a0a0a;
  margin: 2.5rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d4cec6;
}

.article-content h3 {
  font-family: 'Bodoni Moda', serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #0a0a0a;
  margin: 2rem 0 0.75rem;
}

.article-content h4 {
  font-family: 'Bodoni Moda', serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #2d2d2d;
  margin: 1.5rem 0 0.5rem;
}

.article-content p {
  margin-bottom: 1.25rem;
}

.article-content ul,
.article-content ol {
  margin: 1rem 0 1.5rem;
  padding-left: 1.5rem;
}

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

.article-content blockquote {
  border-left: 3px solid #c9a96e;
  padding: 1.25rem 2rem;
  margin: 2rem 0;
  background: #f5f0eb;
  border-radius: 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: #0a0a0a;
}

.article-content img {
  max-width: 100%;
  border-radius: 0;
  margin: 2rem 0;
  box-shadow: none;
}

.article-content a {
  color: #c9a96e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.article-content a:hover {
  color: #0a0a0a;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
}

.article-content th {
  background: #0a0a0a;
  color: white;
  padding: 0.75rem 1rem;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.article-content td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #d4cec6;
}

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

.article-content code {
  background: #f5f0eb;
  padding: 0.15rem 0.4rem;
  border-radius: 0;
  font-size: 0.9em;
  color: #c9a96e;
}

.article-content pre {
  background: #0a0a0a;
  color: #e8d5b0;
  padding: 1.5rem;
  border-radius: 0;
  overflow-x: auto;
  margin: 1.5rem 0;
}

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

.article-content strong {
  color: #0a0a0a;
  font-weight: 600;
}

.article-content hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a96e, transparent);
  margin: 2.5rem 0;
}
