/* Article content styling — TextilePulse */
.article-content {
  font-family: 'Work Sans', sans-serif;
  line-height: 1.8;
  color: #2d1028;
  font-size: 1.05rem;
}
.article-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  color: #4a1942;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #c2185b;
}
.article-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: #2d1028;
  margin-top: 1.5rem;
  margin-bottom: 0.6rem;
}
.article-content h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: #4a1942;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}
.article-content p {
  margin-bottom: 1.2rem;
  font-family: 'Work Sans', sans-serif;
}
.article-content a {
  color: #c2185b;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-content a:hover { color: #4a1942; }
.article-content ul,
.article-content ol {
  margin-bottom: 1.2rem;
  padding-left: 1.5rem;
}
.article-content li {
  margin-bottom: 0.5rem;
  font-family: 'Work Sans', sans-serif;
}
.article-content strong { font-weight: 700; color: #2d1028; }
.article-content blockquote {
  border-left: 4px solid #c2185b;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background: #fff8e1;
  border-radius: 0 8px 8px 0;
  font-family: 'Work Sans', sans-serif;
  color: #6b4c6b;
}
.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.92rem;
}
.article-content th {
  background: #4a1942;
  color: #fff;
  padding: 0.75rem 1rem;
  text-align: left;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}
.article-content td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e5e7eb;
  font-family: 'Work Sans', sans-serif;
}
.article-content tr:hover td { background: #fff8e1; }
.article-content img {
  max-width: 100%; height: auto;
  border-radius: 12px;
  margin: 1.5rem 0;
}
.article-content code {
  background: #fff8e1;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  font-size: 0.9em;
  color: #4a1942;
}
