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

:root {
    --primary: #16A34A;
    --secondary: #000000;
    --accent: #22C55E;
    --dark: #000000;
    --light: #FFFFFF;
    --border: #E5E7EB;
}

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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Custom Utilities */
.text-stroke {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}

.glass-morphism {
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.premium-gradient {
    background: linear-gradient(135deg, #000000 0%, #111827 100%);
}

.card-hover-effect {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-hover-effect:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(22, 163, 74, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Typography Refinements */
.font-black-italic {
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.05em;
}

/* Scrollbar Style */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #F9FAFB;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary);
}

/*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;
}

.clip-info p.desc {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

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

#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);
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

#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 p {
    margin-bottom: 1rem;
}

#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: 1rem;
    margin-bottom: 1rem;
    line-height: 1.1;
}