/* ใช้ร่วมกันโดย: article-health-1.html, article-health-2.html, article-health-3.html — ไม่ต้องแก้ไฟล์นี้ (สไตล์เฉพาะสี/ธีมของแต่ละหน้ายังอยู่ใน <style> ของหน้านั้น) */
* { margin: 0; padding: 0; box-sizing: border-box; }
.article-intro { font-size: 17px; color: #555; line-height: 1.9; margin-bottom: 2rem; padding: 1.25rem 1.5rem; background: #f8fbff; border-radius: 12px; border-left: 4px solid #2E80C8; }
.article-meta { display: flex; gap: 16px; font-size: 13px; color: #aaa; margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #e8f4fd; flex-wrap: wrap; }
.article-title { font-family: 'Prompt', sans-serif; font-size: 30px; font-weight: 700; color: #1a3a5c; line-height: 1.4; margin-bottom: 1rem; }
.article-title { font-size: 22px; }
.article-wrap { max-width: 720px; margin: 0 auto; padding: 2.5rem 2rem 4rem; }
.article-wrap { padding: 1.5rem 1rem 3rem; }
.btn-blue { background: #2E80C8; color: #fff; font-family: 'Sarabun', sans-serif; font-size: 14px; font-weight: 600; padding: 10px 24px; border-radius: 24px; text-decoration: none; display: inline-block; }
.btn-pink { background: #FF6B9D; color: #fff; font-family: 'Sarabun', sans-serif; font-size: 14px; font-weight: 700; padding: 10px 24px; border-radius: 24px; text-decoration: none; display: inline-block; }
.check-list li { display: flex; gap: 10px; font-size: 15px; color: #444; line-height: 1.6; }
.check-list li::before { content: '✓'; color: #2E80C8; font-weight: 700; flex-shrink: 0; }
.check-list { list-style: none; margin: 1rem 0 1.5rem; display: flex; flex-direction: column; gap: 8px; }
.cta-box h3 { font-family: 'Prompt', sans-serif; font-size: 18px; font-weight: 700; color: #1a3a5c; margin-bottom: 0.5rem; }
.cta-box p { font-size: 14px; color: #888; margin-bottom: 1.25rem; }
.cta-box { background: #fff5f8; border: 1px solid #ffe4ee; border-radius: 14px; padding: 1.5rem; text-align: center; margin: 2.5rem 0 0; }
.cta-btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.highlight-box p { font-size: 15px; color: #333; line-height: 1.8; margin: 0; }
.highlight-box strong { color: #FF6B9D; }
.highlight-box { background: #f8fbff; border: 1px solid #e8f4fd; border-left: 4px solid #FF6B9D; border-radius: 0 12px 12px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }
.related h3 { font-family: 'Prompt', sans-serif; font-size: 18px; font-weight: 700; color: #1a3a5c; margin-bottom: 1rem; }
.related { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #e8f4fd; }
.related-card h4 { font-size: 14px; font-weight: 600; color: #1a3a5c; line-height: 1.4; margin-bottom: 4px; }
.related-card span { font-size: 12px; color: #aaa; }
.related-card { background: #f8fbff; border: 1px solid #e8f4fd; border-radius: 12px; padding: 1rem; text-decoration: none; display: block; }
.related-card:hover { border-color: #2E80C8; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.summary-box h3 { font-family: 'Prompt', sans-serif; font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 1rem; }
.summary-box p { font-size: 14px; color: rgba(255,255,255,0.8); line-height: 1.8; margin: 0; }
.summary-box { background: linear-gradient(135deg, #1a3a5c, #2E80C8); border-radius: 14px; padding: 1.5rem 2rem; margin: 2rem 0; }
.tag { font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 10px; }
.tag.health { background: #e8f4fd; color: #2E80C8; }
body { font-family: 'Sarabun', sans-serif; color: #1a1a2e; background: #fff; }
h2.section-head { font-family: 'Prompt', sans-serif; font-size: 20px; font-weight: 700; color: #1a3a5c; margin: 2rem 0 1rem; }
h3.sub-head { font-family: 'Prompt', sans-serif; font-size: 17px; font-weight: 600; color: #2E80C8; margin: 1.5rem 0 0.75rem; }
p.body-text { font-size: 16px; color: #444; line-height: 1.9; margin-bottom: 1.25rem; }
