.single-news-content {
    font-family: "Noto Sans Thai Looped", "Noto Sans Thai", "Prompt", system-ui, sans-serif;
    font-weight: 450;
    font-synthesis: none;
    line-height: 1.75;
}
.single-news-content h1,
.single-news-content h2,
.single-news-content h3,
.single-news-content h4,
.single-news-content h5,
.single-news-content h6 {
    font-family: inherit;
    font-weight: 650;
    line-height: 1.35;
}
.single-news-content strong,
.single-news-content b { font-weight: 700; }

/* figure wrapper ที่ Jodit แทรก */
.single-news-content figure.mypx-video-figure {
    margin: 1.5rem 0;
}
.single-news-content figure.mypx-video-figure figcaption {
    text-align: center;
    color: #6b7280;
    font-size: .85rem;
    margin-top: .35rem;
}

/* Video.js player wrapper */
.single-news-content .single-video-wrap {
    position: relative;
    margin: 1.5rem 0;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #000;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
}
.single-news-content .single-video-wrap .video-js {
    width: 100%;
    min-height: 240px;
}
/* ซ่อน native <video> ที่ยังไม่ถูก init (กันกะพริบ) */
.single-news-content video:not(.video-js) {
    max-width: 100%;
    border-radius: 0.5rem;
}
