/*
Theme Name: Bóng Đá V4
Description: Giao diện website wordpress cho trang web về tin tức bóng đá - News Portal Layout
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bongda_v4
Tags: responsive-layout, custom-menu, post-formats, news
*/


/*VIDEO*/
/* 1. Ẩn ảnh */
/* .content-post figure {
    display: none !important;
}
 */
/* 2. Video full width */
.video-box {
    width: 100% !important;
}

.video-box .row {
    display: block !important;
}

.video-box .clip-box {
    width: 100% !important;
    max-width: 100% !important;
}

.video-box iframe {
    width: 100% !important;
    height: 500px;
    /* chỉnh tùy ý */
}

/* 3. Ẩn phần nội dung bên phải (title + desc nếu muốn) */
/* .clip-cont {
    display: none !important;
} */

/* .clip-info .desc {
    display: none !important;
} */

.clip-info>div:not(.hash-tags) {
    display: none !important;
}

/* 4. Xóa Tags */
.hash-tags {
    display: none !important;
}

/* 5. Xóa Bình luận + Xem thêm */
.cont-view,
s #postComment,
.view-more,
.xcap {
    display: none !important;
}



.expNoEdit+div {
    display: none !important;
}

div.expNoEdit {
    display: none !important;
}

#content_detail figure.expNoEdit {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
}

#content_detail figure.expNoEdit img {
    width: 100% !important;
    height: auto !important;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#content_detail figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 0.75rem;
    font-style: italic;
}

.txt_content div:has(> p:empty) {
    display: none !important;
}

/* --- Professional Sports News Typography --- */
.content-post,
#content_detail {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #1e293b;
    line-height: 1.8;
    font-size: 1.125rem;
}

.content-post p,
#content_detail p {
    margin-bottom: 1.5rem;
}

.content-post h2,
#content_detail h2,
.content-post h3,
#content_detail h3 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.content-post h2,
#content_detail h2 {
    font-size: 1.75rem;
    border-left: 5px solid #06B6D4;
    padding-left: 1rem;
}

.content-post h3,
#content_detail h3 {
    font-size: 1.4rem;
}

.content-post strong,
#content_detail strong {
    color: #0f172a;
    font-weight: 700;
}

.clip-info .title {
    font-weight: bold;
}