/*
 Theme Name: WPT LMS
 Theme URI: https://www.wordpressthai.org
 Description: Child theme for Kadence tailored for LearnDash LMS. Adds a featured-image block on single course pages and includes small UX improvements for Thai sites.
 Author: WPThai
 Author URI: https://www.wordpressthai.org
 Template: kadence
 Version: 1.0.0
 Text Domain: wpt-lms
*/

/* --- LearnDash: Course Cover --- */
.wpt-ld-cover { 
  margin: 0 0 24px; 
  border-radius: 12px; 
  overflow: hidden; 
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.wpt-ld-cover__img {
  display:block;
  width:100%; 
  height:auto; 
}

/* Optional: Typography tweaks for Thai */
html[lang="th"] body { 
  -webkit-font-smoothing: antialiased; 
  text-rendering: optimizeLegibility;
}