/* ==========================================================
   ledong 体育赛事播报模板（深色版）
   风格：体育转播 + 电竞元素
   主色：深蓝 #0a1626 / 卡片 #122a4d，橙 #ff7a00 点缀，电竞青 #2de2a6
   ========================================================== */
:root {
    --it-red: #ff7a00;
    --it-red-dark: #e56d00;
    --it-neon: #2de2a6;
    --it-black: #0a1626;
    --it-nav: #10336b;
    --it-bg: #0a1626;
    --it-card: #122a4d;
    --it-card-2: #16315a;
    --it-border: #1f3d6d;
    --it-title: #eef3fb;
    --it-text: #c2cde2;
    --it-muted: #7d8db0;
}

html, body {
    background: var(--it-bg);
    color: var(--it-text);
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
/* 球场氛围底：两侧探照灯光晕 + 底部微弱绿茵 */
body {
    background:
        radial-gradient(900px 420px at 8% -60px, rgba(22,85,184,.30), transparent 70%),
        radial-gradient(900px 420px at 92% -60px, rgba(255,122,0,.14), transparent 70%),
        radial-gradient(1200px 360px at 50% 100%, rgba(45,226,166,.06), transparent 75%),
        var(--it-bg);
}

a { color: var(--it-title); text-decoration: none; transition: color .2s; }
a:hover { color: var(--it-red); text-decoration: none; }
img { max-width: 100%; }
ul { list-style: none; padding-left: 0; margin-bottom: 0; }

.it-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

/* ---------- 顶部信息条 ---------- */
.it-topbar {
    background: #060d18;
    color: #6f7ea0;
    font-size: 12px;
    line-height: 32px;
    border-bottom: 1px solid #10203c;
}
.it-topbar .it-container { display: flex; justify-content: space-between; }
.it-topbar a { color: #6f7ea0; }
.it-topbar a:hover { color: #fff; }
.it-topbar .it-topbar-date i { color: var(--it-red); margin-right: 5px; }

/* ---------- 头部 Logo 区 ---------- */
.it-header {
    background:
        radial-gradient(420px 130px at 88% 0%, rgba(45,226,166,.10), transparent 70%),
        linear-gradient(90deg, #0e2242 0%, #12294d 55%, #0d1f3c 100%);
    padding: 18px 0;
    border-bottom: 1px solid var(--it-border);
}
.it-header .it-container { display: flex; align-items: center; justify-content: space-between; }
.it-logo { display: flex; align-items: center; gap: 10px; }
.it-logo-icon {
    width: 48px; height: 48px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 3px 12px rgba(0,0,0,.4);
}
.it-logo-icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.it-logo-text { font-size: 22px; font-weight: bold; color: #fff; }
.it-logo-text strong { color: var(--it-red); }
.it-logo-slogan { font-size: 12px; color: var(--it-muted); margin-top: 2px; }
.it-header-search { display: flex; }
.it-header-search input {
    width: 220px; height: 36px;
    background: #0b1b36; color: var(--it-text);
    border: 1px solid var(--it-border); border-right: none;
    border-radius: 3px 0 0 3px;
    padding: 0 12px; font-size: 13px; outline: none;
}
.it-header-search input::placeholder { color: #5a6b8f; }
.it-header-search input:focus { border-color: var(--it-red); }
.it-header-search button {
    height: 36px; padding: 0 18px;
    background: var(--it-red); color: #fff;
    border: none; border-radius: 0 3px 3px 0;
    cursor: pointer; font-size: 13px;
}
.it-header-search button:hover { background: var(--it-red-dark); }

/* ---------- 主导航 ---------- */
.it-nav {
    background: linear-gradient(90deg, #0c2a5e 0%, var(--it-nav) 50%, #0c2a5e 100%);
    border-top: 2px solid var(--it-red);
    position: sticky; top: 0; z-index: 1000;
    box-shadow: 0 3px 12px rgba(0,0,0,.45);
}
.it-nav .it-container { display: flex; align-items: stretch; justify-content: space-between; }
.it-nav ul { display: flex; flex-wrap: wrap; }
.it-nav li { position: relative; }
.it-nav li a {
    display: block; padding: 0 22px; line-height: 46px;
    color: #cfd9ea; font-size: 15px;
}
.it-nav li a:hover { color: #fff; background: rgba(255,122,0,.9); }
.it-nav li.active a { color: #fff; background: var(--it-red); }
.it-nav .it-nav-tel { color: #8fa3c8; font-size: 12px; line-height: 46px; }
.it-nav .it-nav-tel i { color: var(--it-neon); margin-right: 4px; }

/* ---------- 移动端菜单按钮 ---------- */
.it-nav-toggle {
    display: none;
    background: none; border: none; color: #fff;
    font-size: 20px; padding: 12px 0; cursor: pointer;
}

/* ---------- 焦点头条区（首页） ---------- */
.it-focus { padding: 20px 0 0; }
.it-focus .it-container { display: flex; gap: 15px; }
.it-focus-main { flex: 2.2; position: relative; border-radius: 6px; overflow: hidden; background: #000; border: 1px solid var(--it-border); display: flex; }
.it-focus-main a { display: block; position: relative; flex: 1; width: 100%; }
.it-focus-main img { width: 100%; height: 100%; min-height: 341px; object-fit: cover; display: block; opacity: .92; }
.it-focus-cap {
    position: absolute; left: 0; right: 0; bottom: 0;
    padding: 30px 20px 16px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(3,10,22,.88) 100%);
    color: #fff;
}
.it-focus-cap h2 { font-size: 20px; margin-bottom: 6px; line-height: 1.4; }
.it-focus-cap h2 a { color: #fff; }
.it-focus-cap h2 a:hover { color: #ffd2a8; }
.it-focus-cap p { font-size: 13px; color: rgba(255,255,255,.75); margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.it-focus-cap .it-focus-meta { font-size: 12px; color: rgba(255,255,255,.6); }
.it-focus-cap .it-focus-meta .it-readmore {
    float: right; color: #fff; background: var(--it-red);
    padding: 2px 12px; border-radius: 2px; font-size: 12px;
}
.it-focus-cap .it-focus-meta .it-readmore:hover { background: var(--it-red-dark); color: #fff; }
.it-focus-side { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.it-focus-side-item {
    position: relative; flex: 1; border-radius: 6px; overflow: hidden; background: #000; border: 1px solid var(--it-border);
}
.it-focus-side-item img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .9; min-height: 105px; }
.it-focus-side-item .it-focus-cap { padding: 20px 12px 8px; }
.it-focus-side-item .it-focus-cap h2 { font-size: 13px; margin-bottom: 0; }

/* ---------- 通用板块卡片 ---------- */
.it-main { padding: 20px 0 30px; }
.it-main .it-container { display: flex; gap: 15px; align-items: flex-start; }
.it-main-col { flex: 2.2; min-width: 0; }
.it-main-side { flex: 1; min-width: 0; }
.it-box {
    background: var(--it-card); border: 1px solid var(--it-border);
    border-radius: 6px; margin-bottom: 15px; overflow: hidden;
}
.it-box-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 15px; height: 42px;
    border-bottom: 1px solid var(--it-border);
    background:
        repeating-linear-gradient(135deg, rgba(255,255,255,.02) 0 10px, transparent 10px 20px),
        linear-gradient(90deg, rgba(22,85,184,.35) 0%, rgba(22,85,184,.08) 55%, transparent 100%);
}
.it-box-head h3, .it-box-head h2 {
    font-size: 16px; font-weight: bold; color: var(--it-title);
    margin: 0; padding-left: 10px; position: relative; line-height: 42px;
}
/* 板块标题左侧橙色能量条 + 右侧足球水印 */
.it-box-head h3::before, .it-box-head h2::before {
    content: ""; position: absolute; left: 0; top: 12px;
    width: 4px; height: 18px; background: linear-gradient(180deg, var(--it-red), #ffb066); border-radius: 2px;
}
.it-box-head .it-more { font-size: 12px; color: var(--it-muted); }
.it-box-head .it-more:hover { color: var(--it-red); }
.it-box-body { padding: 15px; }

/* ---------- 图文列表（左图右文） ---------- */
.it-news-item { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px dashed var(--it-border); }
.it-news-item:last-child { border-bottom: none; padding-bottom: 0; }
.it-news-item:first-child { padding-top: 0; }
.it-news-thumb { flex-shrink: 0; width: 168px; height: 108px; border-radius: 4px; overflow: hidden; border: 1px solid var(--it-border); }
.it-news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.it-news-item:hover .it-news-thumb img { transform: scale(1.05); }
.it-news-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.it-news-body h4 { font-size: 16px; margin: 0 0 6px; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.it-news-body h4 a { color: var(--it-title); }
.it-news-body h4 a:hover { color: var(--it-red); }
.it-news-desc { font-size: 13px; color: var(--it-muted); line-height: 1.6; flex: 1; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 6px; }
.it-news-meta { font-size: 12px; color: #66759a; display: flex; align-items: center; gap: 14px; }
.it-news-meta i { color: var(--it-red); margin-right: 3px; font-style: normal; }
.it-news-meta .it-cat { color: #ff9c4a; border: 1px solid rgba(255,122,0,.45); padding: 0 6px; border-radius: 2px; font-size: 12px; }
.it-news-meta .it-readmore { margin-left: auto; color: var(--it-red); }

/* ---------- 纯文字列表 ---------- */
.it-text-list li { line-height: 34px; border-bottom: 1px dashed var(--it-border); display: flex; align-items: center; }
.it-text-list li:last-child { border-bottom: none; }
.it-text-list li::before { content: ""; width: 5px; height: 5px; background: var(--it-red); border-radius: 50%; margin-right: 10px; flex-shrink: 0; box-shadow: 0 0 6px rgba(255,122,0,.8); }
.it-text-list li a { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--it-text); }
.it-text-list li a:hover { color: var(--it-red); }
.it-text-list li time { color: #5f7096; font-size: 12px; margin-left: 10px; }

/* ---------- 分类双栏板块（首页） ---------- */
.it-cat-grid { display: flex; flex-wrap: wrap; gap: 15px; }
.it-cat-grid .it-box { flex: 1 1 calc(50% - 8px); margin-bottom: 0; }

/* ---------- 侧栏排行 ---------- */
.it-rank-list li { display: flex; align-items: flex-start; gap: 10px; padding: 9px 0; border-bottom: 1px dashed var(--it-border); }
.it-rank-list li:last-child { border-bottom: none; }
.it-rank-num {
    flex-shrink: 0; width: 20px; height: 20px; line-height: 20px;
    text-align: center; font-size: 12px; border-radius: 3px;
    background: #2c3e60; color: #c2cde2; margin-top: 2px;
}
.it-rank-list li:nth-child(1) .it-rank-num { background: var(--it-red); color: #fff; }
.it-rank-list li:nth-child(2) .it-rank-num { background: #f0554a; color: #fff; }
.it-rank-list li:nth-child(3) .it-rank-num { background: #f78e3d; color: #fff; }
.it-rank-list li a { font-size: 13px; line-height: 1.5; color: var(--it-text); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.it-rank-list li a:hover { color: var(--it-red); }

/* ---------- 标签云 ---------- */
.it-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.it-tags a {
    display: inline-block; padding: 4px 12px;
    background: #0b1b36; color: var(--it-text);
    border: 1px solid var(--it-border);
    border-radius: 14px; font-size: 12px;
}
.it-tags a:hover { background: var(--it-red); border-color: var(--it-red); color: #fff; }

/* ---------- 面包屑（覆盖 Bootstrap 浅灰底） ---------- */
.breadcrumb { background: transparent; }
.it-crumb { font-size: 13px; color: var(--it-muted); padding: 12px 0; }
.it-crumb a { color: var(--it-muted); }
.it-crumb a:hover { color: var(--it-red); }
.it-crumb i { margin: 0 6px; font-style: normal; color: #3d5480; }

/* ---------- 详情页 ---------- */
.it-detail-title { font-size: 24px; color: var(--it-title); text-align: center; line-height: 1.5; margin: 10px 0 15px; }
.it-detail-info {
    text-align: center; font-size: 12px; color: var(--it-muted);
    border-bottom: 1px solid var(--it-border); padding-bottom: 14px; margin-bottom: 20px;
}
.it-detail-info span { margin: 0 8px; }
.it-detail-info i { font-style: normal; color: var(--it-red); }
.it-detail-content { font-size: 15px; line-height: 1.9; color: var(--it-text); word-break: break-all; }
.it-detail-content p { margin-bottom: 16px; }
.it-detail-content img { max-width: 100%; height: auto; display: block; margin: 10px auto; border-radius: 4px; }
.it-detail-content h2, .it-detail-content h3 { font-size: 18px; color: var(--it-title); margin: 22px 0 12px; padding-left: 10px; border-left: 4px solid var(--it-red); }
.it-detail-tags { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.it-detail-tags .it-label { color: var(--it-muted); font-size: 13px; }
.it-pn-page { display: flex; gap: 15px; margin-top: 20px; }
.it-pn-page > div { flex: 1; background: #0b1b36; border: 1px solid var(--it-border); border-radius: 4px; padding: 10px 14px; font-size: 13px; }
.it-pn-page p { margin: 0 0 4px; color: var(--it-muted); font-size: 12px; }
.it-pn-page a { color: var(--it-title); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
.it-pn-page a:hover { color: var(--it-red); }
.it-widget-title { font-size: 15px; color: var(--it-title); margin: 25px 0 10px; padding-left: 10px; border-left: 4px solid var(--it-red); }

/* ---------- 分页 ---------- */
.it-page { text-align: center; padding: 20px 0 5px; }
.it-page a, .it-page span, .it-page li {
    display: inline-block; margin: 0 4px 8px; padding: 6px 13px;
    border: 1px solid var(--it-border); border-radius: 3px;
    color: var(--it-text); font-size: 13px; background: var(--it-card);
}
.it-page ul { display: inline-block; padding: 0; margin: 0; list-style: none; }
.it-page ul li { float: left; }
.it-page a:hover { border-color: var(--it-red); color: var(--it-red); }
.it-page .active a, .it-page span.active, .it-page li.active a {
    background: var(--it-red); border-color: var(--it-red); color: #fff;
}

/* ---------- 页脚 ---------- */
.it-footer {
    background:
        repeating-linear-gradient(135deg, rgba(255,255,255,.015) 0 12px, transparent 12px 24px),
        #060d18;
    color: #7c89a3; margin-top: 10px; border-top: 2px solid var(--it-red);
}
.it-footer .it-friend { padding: 18px 0 8px; border-bottom: 1px solid #14243f; }
.it-footer .it-friend ul { display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: center; }
.it-footer .it-friend li { font-size: 12px; }
.it-footer .it-friend a { color: #7c89a3; }
.it-footer .it-friend a:hover { color: #fff; }
.it-footer .it-friend .it-friend-label { color: #4d5c7d; }
.it-footer .it-copyright { text-align: center; padding: 20px 15px; font-size: 12px; line-height: 2; }
.it-footer .it-copyright a { color: #93a2c2; }
.it-footer .it-copyright a:hover { color: #fff; }
.it-footer .it-copyright .it-foot-name { color: #c8d3e8; font-size: 13px; }

/* ---------- 页脚四栏：简介/导航/功能/合作伙伴 ---------- */
.it-foot-grid {
    display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 24px;
    padding: 26px 0 20px;
}
.it-foot-col h4 {
    color: #fff; font-size: 15px; font-weight: 700; margin: 0 0 12px;
    padding-left: 10px; position: relative;
}
.it-foot-col h4::before {
    content: ""; position: absolute; left: 0; top: 3px;
    width: 3px; height: 15px; background: var(--it-red); border-radius: 2px;
}
.it-foot-col h4 i { color: var(--it-red); margin-right: 6px; font-size: 13px; }
.it-foot-about p { font-size: 12px; color: #7c89a3; line-height: 1.9; margin: 0; }
.it-foot-col ul { margin: 0; }
.it-foot-col ul li { line-height: 30px; font-size: 13px; }
.it-foot-col ul li a { color: #7c89a3; transition: color .2s, padding-left .2s; }
.it-foot-col ul li a:hover { color: var(--it-red); padding-left: 4px; }
.it-foot-partner li { display: inline-block; margin: 0 12px 6px 0; }
.it-foot-partner li a {
    display: inline-block; padding: 3px 12px;
    background: #0d1f3c; border: 1px solid #1f3d6d; border-radius: 14px;
    font-size: 12px; color: #a9b7d4;
}
.it-foot-partner li a:hover { border-color: var(--it-red); color: #fff; padding-left: 12px; }
.it-foot-addr { margin: 8px 0 0; font-size: 12px; color: #7c89a3; }
.it-foot-addr a {
    color: var(--it-neon); font-weight: 600; font-family: Arial, sans-serif;
    text-shadow: 0 0 10px rgba(45,226,166,.4);
}
.it-foot-addr a:hover { color: #fff; }
.it-footer .it-copyright { border-top: 1px solid #14243f; }

/* ---------- 快讯滚动条 ---------- */
.it-ticker { background: #05101f; border-bottom: 1px solid var(--it-border); }
.it-ticker .it-container { display: flex; align-items: center; height: 40px; }
.it-ticker-label { flex-shrink: 0; background: var(--it-red); color: #fff; font-size: 13px; font-weight: bold; padding: 3px 12px; border-radius: 3px; margin-right: 14px; white-space: nowrap; box-shadow: 0 0 10px rgba(255,122,0,.45); }
.it-ticker-label i { margin-right: 4px; }
.it-ticker-wrap { flex: 1; overflow: hidden; position: relative; }
.it-ticker-list { display: flex; margin: 0; padding: 0; list-style: none; width: max-content; animation: it-ticker-scroll 40s linear infinite; }
.it-ticker-list li { margin-right: 46px; white-space: nowrap; font-size: 13px; }
.it-ticker-list li::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--it-neon); margin-right: 8px; vertical-align: 2px; box-shadow: 0 0 6px rgba(45,226,166,.9); }
.it-ticker-list li a { color: #cfd9ea; transition: color .2s; }
.it-ticker-list li a:hover { color: #fff; }
.it-ticker-wrap:hover .it-ticker-list { animation-play-state: paused; }
@keyframes it-ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- 404 ---------- */
.it-404 { text-align: center; padding: 80px 15px; }
.it-404 .it-404-num { font-size: 90px; font-weight: bold; color: var(--it-red); line-height: 1; text-shadow: 0 0 30px rgba(255,122,0,.5); }
.it-404 p { color: var(--it-muted); margin: 15px 0; }
.it-404 a { color: var(--it-red); }

/* ---------- 赛事播报中心（比分牌 · 球场纹理） ---------- */
.it-scores {
    position: relative; overflow: hidden;
    background:
        radial-gradient(560px 260px at 15% 0%, rgba(22,85,184,.35), transparent 70%),
        radial-gradient(560px 260px at 85% 0%, rgba(45,226,166,.10), transparent 70%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.022) 0 90px, transparent 90px 180px),
        #0d1f3c;
    padding: 22px 0 26px; margin-top: 14px;
}
/* 球场中圈 + 中线装饰 */
.it-scores::before {
    content: ""; position: absolute; left: 50%; top: 50%;
    width: 260px; height: 260px; margin: -130px 0 0 -130px;
    border: 2px solid rgba(255,255,255,.06); border-radius: 50%;
    pointer-events: none;
}
.it-scores::after {
    content: ""; position: absolute; left: 50%; top: 0; bottom: 0;
    border-left: 2px solid rgba(255,255,255,.05);
    pointer-events: none;
}
.it-scores .it-container { position: relative; z-index: 1; }
.it-scores-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; }
.it-scores-head h2 { color: #fff; font-size: 20px; font-weight: 700; }
.it-scores-head h2 i { color: var(--it-red); margin-right: 6px; text-shadow: 0 0 12px rgba(255,122,0,.6); }
.it-scores-tip { color: #7d8db0; font-size: 12px; }
.it-scores-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.it-match-card {
    display: flex; flex-direction: column; align-items: center;
    background: linear-gradient(180deg, #16315a 0%, #122a4d 100%);
    border: 1px solid #24466f; border-radius: 6px;
    padding: 12px 10px 10px; text-decoration: none; transition: .2s;
}
.it-match-card:hover {
    border-color: var(--it-red); transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,.45), 0 0 14px rgba(255,122,0,.25);
}
.it-match-league {
    align-self: flex-start; background: linear-gradient(90deg, var(--it-red), #ff9a3d); color: #fff;
    font-size: 12px; padding: 1px 8px; border-radius: 3px; margin-bottom: 10px;
}
.it-match-vs { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 6px; }
.it-match-team { flex: 1; color: #fff; font-size: 15px; font-weight: 600; text-align: center; line-height: 1.3; }
.it-match-score {
    color: var(--it-red); font-size: 26px; font-weight: 800; font-style: italic;
    min-width: 64px; text-align: center; font-family: 'Arial Black', Arial, sans-serif;
    text-shadow: 0 0 14px rgba(255,122,0,.45);
}
.it-match-score em { font-style: normal; margin: 0 2px; color: #ffd9b3; }
.it-score-vs { color: var(--it-neon); font-size: 18px; font-weight: 700; text-shadow: 0 0 12px rgba(45,226,166,.5); }
.it-match-status { margin-top: 10px; color: #9fb0cf; font-size: 12px; border-top: 1px dashed #27446f; width: 100%; text-align: center; padding-top: 7px; }
.it-match-status.done { color: #ff9c4a; }

/* ---------- 响应式 ---------- */
@media (max-width: 991px) {
    .it-topbar .it-topbar-welcome { display: none; }
    .it-header { padding: 12px 0; }
    .it-header-search { display: none; }
    .it-logo-text { font-size: 18px; }
    .it-nav-toggle { display: block; }
    .it-nav .it-container { flex-wrap: wrap; }
    .it-nav ul { display: none; width: 100%; flex-direction: column; }
    .it-nav ul.show { display: flex; }
    .it-nav li a { line-height: 42px; border-top: 1px solid #1e3a66; padding: 0 15px; }
    .it-nav .it-nav-tel { display: none; }
    .it-focus .it-container { flex-direction: column; }
    .it-focus-main img { height: 220px; min-height: 220px; }
    .it-focus-side { flex-direction: row; }
    .it-focus-side-item img { height: 90px; min-height: 90px; }
    .it-main .it-container { flex-direction: column; }
    .it-cat-grid .it-box { flex-basis: 100%; }
    .it-news-thumb { width: 110px; height: 78px; }
    .it-news-body h4 { font-size: 14px; white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
    .it-news-desc { display: none; }
    .it-detail-title { font-size: 20px; }
    .it-pn-page { flex-direction: column; }
    .it-scores-grid { grid-template-columns: repeat(2, 1fr); }
    .it-scores::before, .it-scores::after { display: none; }
    .it-foot-grid { grid-template-columns: 1fr 1fr; gap: 18px; padding: 20px 0 14px; }
    .it-match-score { font-size: 22px; min-width: 52px; }
    .it-match-team { font-size: 13px; }
}
