.article-main figure { margin: 30px 0 42px; }
.article-main figure img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 16px; border: 1px solid var(--line); background: #ece9df; }
.article-main figcaption { margin-top: 10px; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.article-main table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .95rem; }
.article-main th, .article-main td { padding: 12px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.article-main th { background: #e6ebe4; font-weight: 800; }
@media (max-width: 640px) { .article-main { overflow-x: hidden; } .article-main table { display: block; overflow-x: auto; } }
