/*
Theme Name: BongDa V7
Theme URI: 
Author: Antigravity
Description: Modern Minimalist International Sports News Theme
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bongda
*/

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --primary: #FFFFFF;
    --secondary: #000000;
    --accent: #6B7280;
    --bg: #FFFFFF;
    --bg-alt: #F9FAFB;
    --text-main: #111827;
    --text-muted: #6B7280;
    --border: #E5E7EB;
    --font-heading: 'Be Vietnam Pro', sans-serif;
    --font-body: 'Be Vietnam Pro', sans-serif;
}

body {
    background-color: var(--bg);
    color: var(--text-main);
    font-family: var(--font-body);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 800;
    color: #000;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

a {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: inherit;
}

.max-w-7xl {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* Premium News Section Title */
.section-title {
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
    color: #000;
    border-bottom: 2px solid #000;
    padding-bottom: 0.5rem;
    width: fit-content;
}

/* Post Cards Refinement */
.post-card {
    border-bottom: 1px solid var(--border);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.post-card-title {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.3;
}

.post-card-title:hover {
    color: var(--accent);
}

/* Buttons */
.btn-primary {
    background-color: #000;
    color: #fff;
    padding: 0.875rem 2rem;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--accent);
}

/* Utilities */
.text-accent {
    color: var(--accent);
}

.bg-accent {
    background-color: var(--accent);
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* News List Item Styling */
.news-list-item {
    display: flex;
    gap: 1.5rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border);
}

.news-list-item:last-child {
    border-bottom: none;
}

/* Dynamic Animations & Interactions */
.animate-in {
    animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover Effects */
.group:hover .group-hover\:scale-110 {
    transform: scale(1.1);
}

.group:hover .group-hover\:grayscale-0 {
    filter: grayscale(0);
}

.group:hover .group-hover\:underline {
    text-decoration: underline;
}

/* Custom Spacing & Depth */
.max-w-7xl {
    max-width: 1400px;
    /* Slightly wider for modern look */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* Sidebar Trending Number styling */
.trending-number {
    font-size: 3rem;
    line-height: 1;
    -webkit-text-stroke: 1px #e5e7eb;
    color: transparent;
    transition: all 0.3s ease;
}

.group:hover .trending-number {
    -webkit-text-stroke-color: #000;
    color: #000;
}


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

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

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

.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);
}

#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 {
    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 #000;
    padding-left: 1rem;
}

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

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

#content_detail a {
    color: #000;
    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: #000;
    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: #000;
    transform: rotate(45deg);
}