/*
Theme Name: Bóng Đá V8
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_v8
Tags: responsive-layout, custom-menu, post-formats, news
*/

/* GLOBAL STYLES */
body {
    font-family: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
}

/*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 {
    display: none;
}

#content_detail figure.expNoEdit {
    display: block;
}

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

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


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

#content_detail figure.expNoEdit figcaption {
    color: gray;
    padding: 0.75rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    font-style: italic;
}

#content_detail figure.expNoEdit img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    border: 4px solid #f1f5f9;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}


#content_detail h2,
#content_detail h3,
#content_detail h4 {
    color: #111827;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -0.02em;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.1;
}

/* #content_detail p {
    margin-top: 1rem;
} */