.article-content {
  font-family: 'Lora', Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #3a3535;
  max-width: 100%;
}

.article-content h2 {
  font-family: 'Lora', serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem;
  color: #3a3535;
  border-left: 4px solid #e8856e;
  padding-left: 16px;
}

.article-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 2rem 0 0.8rem;
  color: #5a5454;
}

.article-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1.5rem 0 0.6rem;
  color: #5a5454;
}

.article-content p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}

.article-content p:first-of-type {
  font-size: 1.15rem;
  color: #3a3535;
}

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

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

.article-content ul li::marker {
  color: #e8856e;
}

.article-content ol li::marker {
  color: #7ba68a;
  font-weight: 600;
}

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

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

.article-content blockquote {
  border-left: 4px solid #7ba68a;
  background: #dceee2;
  padding: 20px 24px;
  margin: 1.5rem 0;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #5a5454;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(232,133,110,0.08);
}

.article-content thead th {
  background: linear-gradient(135deg, #e8856e, #c96b56);
  color: #fff;
  padding: 14px 18px;
  text-align: left;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}

.article-content tbody td {
  padding: 12px 18px;
  border-bottom: 1px solid #f0e6de;
  font-size: 0.95rem;
}

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

.article-content tbody tr:hover {
  background: #fce4dc;
}

.article-content img {
  max-width: 100%;
  border-radius: 12px;
  margin: 1.5rem 0;
  box-shadow: 0 4px 20px rgba(58,53,53,0.1);
}

.article-content code {
  background: #fce4dc;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 0.9rem;
  color: #c96b56;
}

.article-content pre {
  background: #3a3535;
  color: #fef9f4;
  padding: 20px;
  border-radius: 12px;
  overflow-x: auto;
  margin: 1.5rem 0;
}

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

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

.article-content mark {
  background: #fce4dc;
  padding: 2px 6px;
  border-radius: 4px;
}

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

@media (max-width: 768px) {
  .article-content {
    font-size: 1rem;
  }
  .article-content h2 {
    font-size: 1.4rem;
  }
  .article-content table {
    font-size: 0.85rem;
  }
  .article-content thead th,
  .article-content tbody td {
    padding: 10px 12px;
  }
}
