:root {
    --wc2026-bg: #222729;
    --wc2026-card-bg: #2a2e35;
    --wc2026-primary: #22c55e;
    --wc2026-text-main: #ffffff;
    --wc2026-text-sub: #9ca3af;
}

body.page-template-template-wc2026 #app {
    background: #1B1F20 !important;
}

body.page-template-template-wc2026 section.section__desc {
    display: none;
}

.wc2026-container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.wc2026-main-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wc2026-column-left {
    flex: 1;
    min-width: calc(66.04% - 10px);
    box-sizing: border-box;
    color: #fff;
}

.wc2026-column-right {
    width: calc(32.4% - 10px);
    box-sizing: border-box;
    color: #fff;
}

.wc2026-nav-items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

/* wc2026-plugin */
.wc2026-plugin-card {
    margin-top: 20px;
}

.wc2026-plugin-title,
.wc2026-card-title {
    color: #FFF;
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
}

.wc2026-item {
    padding: 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
    min-width: 180px;
    transition: transform 0.2s ease, background-color 0.2s ease;
    border-radius: 10px;
    background: #24292B;
}

.wc2026-item:hover {
    transform: translateY(-2px);
}

.wc2026-icon-box {
    background-color: rgba(34, 197, 94, 0.1);
    padding: 8px;
    border-radius: 8px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc2026-icon-box img {
    width: 24px;
    height: 24px;
}

.wc2026-content {
    display: flex;
    flex-direction: column;
}

.wc2026-title {
    color: var(--wc2026-text-main);
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 2px;
}

.wc2026-desc {
    color: var(--wc2026-text-sub);
    font-size: 11px;
    white-space: nowrap;
}

.wc2026-info-card {
    background-color: #222729;
    border-radius: 16px;
    padding: 20px;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 12px;
    background: linear-gradient(296deg, #222729 73.95%, #004A16 134.91%);
}

.wc2026-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 20px;
    margin-top: 32px;
}

.wc2026-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.wc2026-bullet {
    width: 10px;
    height: 10px;
    background-color: #22c55e;
    /* Màu xanh lá đặc trưng */
    border-radius: 50%;
    margin-top: 5px;
    flex-shrink: 0;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.5);
}

.wc2026-info-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wc2026-label {
    color: #A3A3A3;
    font-family: Barlow;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.wc2026-value {
    color: #FFF;
    font-family: Barlow;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

section#wc2026-content {
    margin-top: 30px;
    padding-bottom: 40px;
}

.wc2026-content-card {
    background-color: #222729;
    border-radius: 12px;
    padding: 18px 29px;
    color: #ffffff;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    margin-top: 20px;
}

.wc2026-article-title {
    margin-bottom: 7px;
    letter-spacing: -0.02em;
    color: #FFF;
    font-family: Barlow;
    font-size: 18.778px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.wc2026-article-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #F2F3F3;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.wc2026-article-body p {
    margin: 0;
    text-align: justify;
}

.wc2026-countdown-card {
    padding: 20px;
    margin-top: 20px;
    border-radius: 12px;
    background-image: url('./../images/wc-2026/wc2026-bg-countdown.jpg');
    padding-bottom: 24px;
    background-size: cover;
}

.wc2026-countdown-title {
    margin: 0;
    color: #FFF;
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.wc2026-countdown-subtitle {
    color: #00FF4C;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-top: 16px;
}

.wc2026-countdown-date {
    color: #989898;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 112.5% */
    margin-top: 4px;
}

/* Grid Timer */
.wc2026-timer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 20px 0;
}

.wc2026-timer-item {
    /* background: rgba(34, 197, 94, 0.2); */
    /* border: 1px solid rgba(34, 197, 94, 0.3); */
    /* border-radius: 10px; */
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* backdrop-filter: blur(4px); */
    border-radius: 10px;
    background: rgba(0, 255, 78, 0.15);
    backdrop-filter: blur(2px);
}

.wc2026-timer-num {
    /* font-size: 22px; */
    /* font-weight: 800; */
    /* color: #22c55e; */
    color: #00FF4C;
    font-family: Barlow;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wc2026-timer-label {
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 112.5% */
}

.wc2026-divider {
    /* border: none; */
    /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
    margin: 20px 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.10);
}

/* Hosts Section */
.wc2026-hosts-title {
    margin-bottom: 37px;
    color: #FFF;
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.wc2026-flags-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.wc2026-flag-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.wc2026-flag-item img {
    /* width: 100%; */
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 77px;
    height: 53px;
    border-radius: 6.308px;
}

.wc2026-flag-item span {
    font-size: 12px;
    color: #d1d5db;
}

.wc2026-news-sidebar {
    background-color: transparent;
    color: #ffffff;
    margin-top: 24px;
}

.wc2026-sidebar-title {
    margin-bottom: 20px;
    color: #FFF;
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.wc2026-news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* Khoảng cách giữa các bài tin */
}

.wc2026-news-card {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: opacity 0.2s ease;
}

.wc2026-news-card:hover {
    opacity: 0.8;
}

.wc2026-news-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* Giữ tỉ lệ ảnh chuẩn như trong hình */
    overflow: hidden;
    border-radius: 12px;
    background-color: #2a2e35;
}

.wc2026-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wc2026-news-headline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--Text-1---Main, #FFF);
    font-family: Barlow;
    font-size: 19.215px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.45px;
}

.wc2026-news-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--Text-2, #CDCDCD);
    font-family: Barlow;
    font-size: 19.215px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.45px;
    margin: 0;
}

/* Tùy chỉnh nhỏ cho Mobile */
@media (max-width: 480px) {
    .wc2026-news-headline {
        font-size: 15px;
    }
}

/* Responsive */
@media (max-width: 480px) {
    .wc2026-timer-num {
        font-size: 18px;
    }

    .wc2026-timer-label {
        font-size: 10px;
    }
}

/* --- Mobile Responsive --- */
@media (max-width: 768px) {
    .wc2026-content-card {
        padding: 20px;
    }

    .wc2026-article-title {
        font-size: 18px;
        line-height: 1.4;
    }

    .wc2026-article-body p {
        font-size: 14px;
        text-align: left;
        /* Trên mobile nên để lề trái để dễ đọc hơn */
        line-height: 1.7;
    }
}

/* --- Responsive cho Mobile --- */
@media (max-width: 992px) {
    .wc2026-info-grid {
        /* 2 cột cho tablet */
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .wc2026-info-grid {
        /* 1 cột cho mobile */
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wc2026-card-title {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {

    .wc2026-column-left,
    .wc2026-column-right {
        width: 100%;
        min-width: 100%;
        flex: none;
    }

    .wc2026-main-row {
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .wc2026-container {
        /* padding: 0 10px; */
    }

    .wc2026-column-left,
    .wc2026-column-right {
        /* padding: 15px; */
    }
}

/* Responsive cho điện thoại */
@media (max-width: 600px) {
    .wc2026-item {
        width: calc(50% - 5px);
        min-width: unset;
        padding: 8px;
    }

    .wc2026-title {
        font-size: 10px;
    }

    .wc2026-nav-items {
        gap: 10px;
        justify-content: space-between;
    }

    .wc2026-icon-box {
        margin-right: 6px;
    }
}