/wp-content/themes/generatepress-child/style.css
/*
 Theme Name: GeneratePress Child
 Template: generatepress
 Version: 1.0
*/

/* อ่านง่ายขึ้นทั้งเว็บ */
body{
  font-size:18px;
  line-height:1.8;
}

/* เพิ่มระยะหายใจของส่วนคอนเทนต์ */
.site-content{
  padding-top: 28px;
  padding-bottom: 28px;
}

/* การ์ดบทความ (ปรับให้ดูโปร่ง/อ่านง่าย) */
.post, .hentry{
  background:#fff;
  border-radius:14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  overflow:hidden;
}

/* ระยะห่างภายในการ์ด */
.entry-summary, .entry-content, .entry-header{
  padding:16px 18px;
}

/* ขยายหัวข้อให้อ่านง่าย */
.entry-title{
  font-size:18px;
  line-height:1.4;
}

/* ลดความแน่นของ excerpt */
.entry-summary{
  font-size:15px;
  line-height:1.7;
}

/* เพิ่มช่องไฟระหว่างการ์ด (ถ้าใช้ grid/masonry ของธีม) */
.wp-block-post-template,
.gb-query-loop,
.blog .site-main{
  gap: 22px;
}
