/* ฟอนต์ Sarabun สำหรับตัวคำถาม/ตัวเลือก (แบบทดสอบ + แบบประเมิน) — โครงหน้ายังเป็น Kanit เหมือนเดิม */
@import url('../libraries/fonts/Sarabun/Sarabun.css');
/* ponytail: !important + * เพราะเนื้อหาจาก editor มี style="font-family:Kanit" ติดมาใน tag ลูก */
.font-sarabun, .font-sarabun * { font-family: 'Sarabun', 'Kanit', system-ui, sans-serif !important; }

/* คำอธิบายหลักสูตรบน hero: แสดงเฉพาะจอ 2xl, ตัด 2 บรรทัด — ใส่ที่นี่แทน utility class เพราะ 2xl:block กับ 2xl:line-clamp-2 ตี display กันเอง */
.course-desc-hero { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.course-desc-hero > * { margin: 0; }
.course-desc-hero img, .course-desc-hero figure, .course-desc-hero iframe, .course-desc-hero video { display: none; }
@media (max-width: 1535px) { .course-desc-hero { display: none; } }
