/* Article body content styles */
.article-wrap h2 { font-family: 'Playfair Display', serif; font-size: clamp(22px, 3vw, 30px); font-weight: 700; line-height: 1.25; color: #b45309; margin: 44px 0 16px; padding-bottom: 8px; border-bottom: 2px solid #fde68a; }
.article-wrap h3 { font-family: 'Playfair Display', serif; font-size: clamp(18px, 2.5vw, 24px); font-weight: 700; color: #b45309; margin: 32px 0 12px; }
.article-wrap h4 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 700; color: #b45309; margin: 24px 0 10px; }
.article-wrap p { margin: 0 0 20px; line-height: 1.78; color: #1e293b; font-size: 17px; }
.article-wrap ul, .article-wrap ol { margin: 0 0 22px 24px; }
.article-wrap li { margin-bottom: 10px; line-height: 1.7; color: #1e293b; }
.article-wrap li::marker { color: #d97706; }
.article-wrap strong { color: #b45309; font-weight: 700; }
.article-wrap blockquote { margin: 28px 0; padding: 18px 24px; border-left: 4px solid #d97706; background: #fffbeb; border-radius: 0 12px 12px 0; font-style: italic; color: #1e293b; }
.article-wrap blockquote p:last-child { margin-bottom: 0; }
.article-wrap table { width: 100%; border-collapse: collapse; margin: 28px 0; font-size: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 14px rgba(0,0,0,0.06); }
.article-wrap th { background: #fde68a; font-weight: 700; color: #b45309; padding: 12px 16px; text-align: left; font-size: 14px; text-transform: uppercase; letter-spacing: 0.04em; }
.article-wrap td { padding: 12px 16px; border-bottom: 1px solid #fef3c7; color: #1e293b; vertical-align: top; }
.article-wrap tr:last-child td { border-bottom: none; }
.article-wrap tr:nth-child(even) td { background: #fffbeb; }
.article-wrap hr { border: 0; border-top: 1px solid #fef3c7; margin: 36px 0; }
