/*
Theme Name: Bóng Đá V6
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_v6
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;
}

div.expNoEdit {
    display: none;
}

#content_detail figure.expNoEdit {
    display: block;
    width: 100% !important;
    margin: 2rem 0;
}

#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 figure.expNoEdit figcaption {
    background: #1f2937;
    color: #f8fafc;
    padding: 0.75rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-style: italic;
    border-bottom: 3px solid #F97316;
}

#content_detail {
    font-family: 'Be Vietnam Pro', sans-serif;
    line-height: 1.8;
    color: #334155;
}

#content_detail p {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

#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 h2 {
    font-size: 1.75rem;
    border-left: 6px solid #F97316;
    padding-left: 1rem;
}

#content_detail h3 {
    font-size: 1.5rem;
}

#content_detail strong {
    color: #0f172a;
    font-weight: 800;
}

#content_detail a {
    color: #F97316;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 700;
    transition: all 0.2s;
}

#content_detail a:hover {
    color: #1f2937;
    background: #fff7ed;
}

#content_detail blockquote {
    border-left: 0;
    background: #f8fafc;
    padding: 2.5rem;
    position: relative;
    margin: 3rem 0;
    font-style: italic;
    font-weight: 700;
    color: #1e293b;
    font-size: 1.25rem;
}

#content_detail blockquote::before {
    content: '"';
    position: absolute;
    top: -1rem;
    left: 1.5rem;
    font-size: 5rem;
    color: #F97316;
    opacity: 0.2;
    font-family: serif;
}

#content_detail ul, 
#content_detail ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

#content_detail li {
    margin-bottom: 0.5rem;
    position: relative;
}

#content_detail ul li::before {
    content: '';
    position: absolute;
    left: -1.25rem;
    top: 0.75rem;
    width: 6px;
    height: 6px;
    background: #F97316;
    transform: rotate(45deg);
}

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

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

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