/* =================================
   Custom Single Post Styles
   ================================= */

/* Justify paragraph */
.single .entry-content p {
    text-align: justify;
    text-justify: distribute;          /* สำหรับ IE/Edge */
    text-justify: inter-character;     /* Fallback สำหรับ Chrome/Firefox */
    text-align-last: left;
    
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
    -webkit-hyphens: none;
    
    word-spacing: 2px;
    line-height: 1.8;
}

/* เพิ่ม style อื่นๆ สำหรับ single post ได้ที่นี่ */
.single .entry-content h2 {
    /* heading style */
}

.single .entry-content img {
    /* image style */
}
