﻿.article-hero { padding: 60px 0 50px; background: linear-gradient(135deg, #f0f4f8 0%, #e8f5e9 100%); }
.article-hero .breadcrumb { font-size: 0.85rem; color: #999; margin-bottom: 20px; }
.article-hero .breadcrumb a { color: #666; text-decoration: none; }
.article-hero .breadcrumb a:hover { color: #2cc671; }
.article-hero h1 { font-size: 2rem; font-weight: 800; color: #1a1a2e; line-height: 1.35; margin-bottom: 10px; }
.article-hero .article-desc { font-size: 1.05rem; color: #666; line-height: 1.7; max-width: 680px; }
.article-hero .article-meta { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 18px; font-size: 0.88rem; color: #999; }
.article-hero .article-meta span { display: inline-flex; align-items: center; gap: 6px; }
.article-hero .article-meta i { color: #2cc671; }
.article-hero .article-meta .cat-badge { background: #2cc671; color: #fff; padding: 3px 14px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; }
.article-content { padding: 50px 0; background: #fff; }
.article-content .content-wrapper { max-width: 800px; margin: 0 auto; }
.article-content .featured-image { text-align: center; margin-bottom: 36px; }
.article-content .featured-image img { max-width: 100%; border-radius: 14px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.article-body { font-size: 1.05rem; color: #333; line-height: 1.95; }
.article-body img { max-width: 100%; height: auto; border-radius: 10px; margin: 20px 0; }
.article-body p { margin-bottom: 1.2em; }
.article-body h2,
.article-body h3 { color: #1a1a2e; margin-top: 1.8em; margin-bottom: 0.6em; font-weight: 700; }
.article-body h2 { font-size: 1.45rem; }
.article-body h3 { font-size: 1.2rem; }
.article-back { display: inline-flex; align-items: center; gap: 8px; color: #2cc671; font-weight: 600; font-size: 0.95rem; text-decoration: none; padding: 10px 22px; border: 2px solid #2cc671; border-radius: 10px; transition: all 0.2s; margin-top: 40px; }
.article-back:hover { background: #2cc671; color: #fff; }
.recommended-section { padding: 50px 0; background: #f8fafc; }
.recommended-section .container { max-width: 940px; }
.section-title-wrap { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.section-title-wrap h2 { font-size: 1.4rem; font-weight: 800; color: #1a1a2e; margin: 0; }
.section-title-wrap h2 i { color: #e65100; margin-right: 8px; }
.rec-item { display: flex; align-items: center; gap: 16px; background: #fff; border-radius: 14px; padding: 18px 22px; margin-bottom: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: all 0.25s; border-left: 4px solid transparent; }
.rec-item:hover { border-left-color: #2cc671; box-shadow: 0 6px 20px rgba(0,0,0,0.08); transform: translateX(4px); }
.rec-num { font-size: 1.4rem; font-weight: 800; color: #2cc671; min-width: 30px; text-align: center; flex-shrink: 0; }
.rec-info { flex: 1; min-width: 0; }
.rec-info .rec-title { font-size: 0.95rem; font-weight: 600; margin-bottom: 4px; }
.rec-info .rec-title a { color: #1a1a2e; text-decoration: none; transition: color 0.2s; }
.rec-info .rec-title a:hover { color: #2cc671; }
.rec-info .rec-date { font-size: 0.78rem; color: #aaa; }
.rec-info .rec-date i { margin-right: 4px; }
@media (max-width: 768px) {
    .article-hero { padding: 40px 0 30px; }
    .article-hero h1 { font-size: 1.5rem; }
    .article-content { padding: 35px 0; }
    .article-body { font-size: 1rem; }
    .recommended-section { padding: 35px 0; }
}