/* 体育站点 中文数据版补丁 v3：保留原模板外观，只修正中文字体、排版和首页赛果数据区 */
:root {
  --nitro-zh-font: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Noto Sans SC", "Source Han Sans SC", Arial, sans-serif;
  --nitro-num-font: "DIN Alternate", "Arial Narrow", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}

html,
body,
button,
input,
textarea,
select {
  font-family: var(--nitro-zh-font) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

h1, h2, h3, h4, h5, h6,
.header-main .main-menu ul li a,
.theme-btn,
.gt-breadcrumb-sub-title h1,
.section-title h2,
.section-title h6,
.widget-head h3,
.offcanvas__contact h4,
.footer-widget-items,
.match-result-section,
.nitro-match-card {
  font-family: var(--nitro-zh-font) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

h1, h2, h3, h4, h5, h6,
.section-title h2,
.gt-breadcrumb-sub-title h1 {
  font-weight: 800 !important;
}

p, a, li, span, div {
  letter-spacing: 0;
}

/* 首页赛果区：中文横排，避免原英文竖排和过粗字体 */
.match-result-section .left-headling {
  writing-mode: horizontal-tb !important;
  transform: none !important;
  white-space: nowrap;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  font-size: 24px;
  font-family: var(--nitro-zh-font) !important;
}

@media (min-width: 992px) {
  .match-result-section .row.g-4 > .col-lg-1:first-child {
    flex: 0 0 125px;
    max-width: 125px;
  }
  .match-result-section .row.g-4 > .col-lg-10 {
    flex: 1 1 auto;
    max-width: calc(100% - 215px);
  }
  .match-result-section .row.g-4 > .col-lg-1:last-child {
    flex: 0 0 90px;
    max-width: 90px;
  }
}

.match-result-wrapper .match-result-item.nitro-match-card {
  min-height: 158px;
  padding: 26px 18px 18px;
  font-family: var(--nitro-zh-font) !important;
}

.nitro-match-card .nitro-match-meta,
.nitro-match-card p {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.15;
  margin-bottom: 13px !important;
  font-weight: 700 !important;
}

.nitro-match-card .match-league {
  max-width: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nitro-match-card .match-status {
  opacity: .92;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700 !important;
}

.nitro-match-card ul {
  margin: 0;
  padding: 0;
}

.match-result-wrapper .match-result-item.nitro-match-card ul li,
.nitro-match-card ul li {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-width: 0;
  line-height: 1.15;
}

.match-result-wrapper .match-result-item.nitro-match-card ul li:not(:last-child) {
  margin-bottom: 12px;
}

.match-result-wrapper .match-result-item.nitro-match-card ul li .match-left,
.nitro-match-card .match-left {
  display: flex !important;
  align-items: center;
  gap: 7px;
  min-width: 0;
  flex: 1 1 auto;
  max-width: calc(100% - 30px);
  font-size: 17px;
  font-weight: 700 !important;
  font-family: var(--nitro-zh-font) !important;
}

.match-result-wrapper .match-result-item.nitro-match-card ul li .match-left img,
.nitro-match-card .match-left img {
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.nitro-match-card .team-name {
  display: inline-block;
  max-width: 128px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.match-result-wrapper .match-result-item.nitro-match-card ul li .match-right,
.nitro-match-card .match-right {
  flex: 0 0 28px;
  text-align: right;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
}

.match-result-wrapper .match-result-item.nitro-match-card ul li .match-right span,
.nitro-match-card .match-score {
  display: inline-block !important;
  font-family: var(--nitro-num-font) !important;
  font-weight: 800 !important;
  font-size: 21px;
  line-height: 1;
  min-width: 14px;
}

.nitro-match-card .match-time {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1;
  opacity: .72;
  font-weight: 700 !important;
  font-family: var(--nitro-zh-font) !important;
}

/* 原模板每张卡右侧的小三角保留，但降低干扰 */
.match-result-wrapper .match-result-item.nitro-match-card .arrow-shape {
  right: -1px;
  opacity: .9;
}

@media (max-width: 1398px) {
  .nitro-match-card .team-name { max-width: 112px; }
  .match-result-wrapper .match-result-item.nitro-match-card ul li .match-left,
  .nitro-match-card .match-left { font-size: 16px; }
}

@media (max-width: 991px) {
  .match-result-section .left-headling {
    text-align: left;
    margin-bottom: 8px;
    font-size: 22px;
  }
  .nitro-match-card .team-name { max-width: 145px; }
}

@media (max-width: 575px) {
  .match-result-wrapper .match-result-item.nitro-match-card { padding-left: 18px; padding-right: 18px; }
  .nitro-match-card .team-name { max-width: 155px; }
}


/* Phase 3: API 赛程赛果中文展示 */
.nitro-schedule-card {
  min-height: 150px;
}
.nitro-schedule-card .nitro-match-versus,
.nitro-schedule-card .nitro-match-scoreline {
  width: 100%;
  min-width: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}
.nitro-schedule-card .nitro-match-versus,
.nitro-schedule-card .nitro-match-scoreline {
  overflow: hidden;
  text-overflow: ellipsis;
}
.nitro-schedule-card .nitro-match-versus span,
.nitro-schedule-card .nitro-match-scoreline span {
  flex: 0 0 auto;
  color: #ff5a1f;
  font-family: var(--nitro-num-font);
}
.nitro-schedule-card .match-status.status-live {
  color: #ff5a1f;
}
.nitro-schedule-card .match-status.status-finished {
  color: rgba(255,255,255,.72);
}
.nitro-match-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.nitro-empty-text {
  color: #fff;
  font-weight: 800;
}


/* PHASE4_STANDINGS_CSS */
.nitro-standings-section,
.nitro-standings-section table,
.nitro-standings-section button {
  font-family: var(--nitro-zh-font) !important;
  letter-spacing: 0 !important;
}

.nitro-standings-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.nitro-standings-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.nitro-league-tab {
  border: 1px solid rgba(255, 255, 255, .18);
  background: #101010;
  color: #fff;
  min-height: 38px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s ease;
}

.nitro-league-tab.active,
.nitro-league-tab:hover {
  background: var(--theme);
  border-color: var(--theme);
  color: #0b0b0b;
}

.nitro-league-tab.is-empty {
  opacity: .55;
}

.nitro-standing-card img,
.nitro-team-logo-placeholder {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nitro-team-logo-placeholder {
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
}

.nitro-standing-card p {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nitro-standings-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.nitro-standings-table table {
  min-width: 940px;
}

.nitro-standings-team {
  min-width: 190px;
  max-width: 240px;
}

.nitro-standings-team span {
  display: inline-block;
  max-width: 156px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.nitro-standings-team img,
.nitro-standings-team .nitro-team-logo-placeholder {
  width: 28px;
  height: 28px;
  margin-right: 9px;
  object-fit: contain;
  vertical-align: middle;
}

.nitro-form-cell {
  min-width: 112px;
  white-space: nowrap;
}

.nitro-form-empty {
  color: rgba(255,255,255,.6);
}

.nitro-standings-empty {
  width: 100%;
  padding: 28px 18px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  font-weight: 700;
}

@media (max-width: 767px) {
  .nitro-standings-heading {
    align-items: flex-start;
  }
  .nitro-standings-tabs {
    justify-content: flex-start;
    width: 100%;
  }
  .nitro-league-tab {
    flex: 0 0 auto;
    min-width: 74px;
  }
  .nitro-standings-table {
    margin-top: 22px;
  }
}


/* PHASE4_STANDINGS_MOBILE_OVERFLOW_FIX */
html.nitro-standings-page,
body.nitro-standings-page {
  max-width: 100%;
  overflow-x: hidden !important;
}

html.nitro-standings-page .nitro-standings-section {
  max-width: 100vw;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  html.nitro-standings-page .offcanvas__info:not(.active):not(.info-open) {
    left: auto !important;
    right: -320px !important;
  }
}


/* PHASE4_1_STANDINGS_NOT_STARTED */
.nitro-standings-notice {
  margin-top: 8px !important;
  color: var(--theme);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.nitro-standing-card h3 {
  white-space: nowrap;
}


/* PHASE5_NEWS_JSON */
.nitro-news-page,
.nitro-news-page a,
.nitro-news-page p,
.nitro-news-page h3,
.nitro-news-page h5,
.nitro-news-page li,
.nitro-news-page button {
  font-family: var(--nitro-zh-font) !important;
  letter-spacing: 0 !important;
}

.nitro-news-empty {
  width: 100%;
  padding: 34px 18px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  font-weight: 800;
}

.nitro-news-list-card .gt-news-image img,
.nitro-news-grid-card .thumb img,
.nitro-news-detail-cover img,
.gt-recent-thumb img {
  width: 100%;
  object-fit: cover;
}

.nitro-news-list-card .gt-news-image img {
  min-height: 260px;
  max-height: 360px;
}

.nitro-news-grid-card .thumb img {
  aspect-ratio: 16 / 10;
}

.nitro-news-grid-card .content p,
.nitro-news-list-card .gt-news-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nitro-news-grid-card h3 a,
.nitro-news-list-card h3 a,
.gt-recent-content h5 a {
  overflow-wrap: anywhere;
}

.nitro-news-detail-meta {
  margin-bottom: 18px;
}

.nitro-news-detail-cover img {
  max-height: 430px;
}

.nitro-news-summary {
  font-weight: 700;
}

html.nitro-news-json-page,
body.nitro-news-json-page {
  max-width: 100%;
  overflow-x: hidden !important;
}

@media (max-width: 767px) {
  html.nitro-news-json-page .offcanvas__info:not(.active):not(.info-open) {
    left: auto !important;
    right: -320px !important;
  }
  .nitro-news-list-card .gt-news-image img {
    min-height: 210px;
  }
}

/* PHASE5_1_NEWS_IMAGE_FALLBACK */
.nitro-news-list-card .gt-news-image,
.nitro-news-grid-card .thumb,
.nitro-news-detail-cover,
.gt-recent-thumb {
  background: #f5f6f8;
  overflow: hidden;
}

.nitro-news-list-card .gt-news-image a,
.nitro-news-grid-card .thumb a,
.nitro-news-detail-cover a,
.gt-recent-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.nitro-news-list-card .gt-news-image img,
.nitro-news-grid-card .thumb img,
.nitro-news-detail-cover img,
.gt-recent-thumb img {
  display: block;
}

.nitro-news-image-hidden {
  min-height: 0 !important;
  height: auto !important;
  background: transparent !important;
}

.nitro-news-image-hidden img {
  display: none !important;
}

/* PHASE6_STATIC_NEWS_FILTERS */
.nitro-news-page .gt-category-list li.active a,
.nitro-news-page .gt-category-list li a[aria-current="page"] {
  color: var(--theme-color);
  font-weight: 800;
}

.nitro-news-static-article .gt-news-details-content h3 {
  overflow-wrap: anywhere;
}

/* PHASE_NAV_MATCHES_PAGES */
.nitro-primary-nav > ul {
  align-items: center;
  gap: 26px;
}

.nitro-primary-nav > ul > li > a {
  white-space: nowrap;
  letter-spacing: 0 !important;
}

.nitro-primary-nav > ul > li.active > a {
  color: var(--theme);
}

.nitro-section-desc {
  max-width: 720px;
  margin: 12px auto 0;
}

.nitro-match-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 34px 0 22px;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
}

.nitro-filter-label {
  margin: 0;
  font-weight: 800;
  color: var(--header);
}

.nitro-match-select {
  min-width: 160px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  color: var(--header);
  font-weight: 700;
}

.nitro-status-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nitro-status-tab {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  color: var(--header);
  font-weight: 800;
}

.nitro-status-tab.active,
.nitro-status-tab:hover {
  border-color: var(--theme);
  background: var(--theme);
  color: #fff;
}

.nitro-match-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.nitro-match-summary span {
  padding: 7px 12px;
  background: rgba(255, 104, 0, .09);
  color: var(--header);
  font-weight: 800;
}

.nitro-match-list {
  display: grid;
  gap: 14px;
}

.nitro-match-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 92px;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
}

.nitro-match-row-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.nitro-match-row-meta span,
.nitro-match-row-meta b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nitro-match-row-meta b {
  color: var(--theme);
  font-size: 14px;
}

.nitro-match-row-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
  font-size: 20px;
  font-weight: 900;
  color: var(--header);
}

.nitro-match-row-teams span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nitro-match-row-teams span:first-child {
  text-align: right;
}

.nitro-match-score,
.nitro-match-vs {
  min-width: 58px;
  text-align: center;
  color: var(--theme);
}

.nitro-match-row-time {
  text-align: right;
  font-weight: 800;
  color: var(--text);
  white-space: nowrap;
}

.nitro-match-empty {
  padding: 34px 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  text-align: center;
  font-weight: 900;
  color: var(--header);
}

.nitro-data-card {
  display: flex;
  min-height: 210px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  padding: 28px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  color: var(--header);
}

.nitro-data-card:hover {
  transform: translateY(-3px);
  border-color: var(--theme);
}

.nitro-data-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 104, 0, .1);
  color: var(--theme);
  font-size: 22px;
}

.nitro-data-card strong {
  font-size: 22px;
  line-height: 1.25;
}

.nitro-data-card em {
  color: var(--text);
  font-style: normal;
  line-height: 1.55;
}

@media (max-width: 1199px) {
  .nitro-primary-nav > ul {
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .nitro-match-toolbar {
    align-items: stretch;
  }
  .nitro-match-select,
  .nitro-status-tabs {
    width: 100%;
  }
  .nitro-status-tab {
    flex: 1 1 calc(50% - 8px);
  }
  .nitro-match-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .nitro-match-row-teams {
    font-size: 17px;
    gap: 8px;
  }
  .nitro-match-row-teams span:first-child,
  .nitro-match-row-time {
    text-align: left;
  }
}

/* PHASE_NAV_MATCHES_STATIC_CLASS_FIX */
.sports-section-desc {
  max-width: 720px;
  margin: 12px auto 0;
}

.sports-match-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 34px 0 22px;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
}

.sports-filter-label {
  margin: 0;
  font-weight: 800;
  color: var(--header);
}

.sports-match-select {
  min-width: 160px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  color: var(--header);
  font-weight: 700;
}

.sports-status-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sports-status-tab {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  color: var(--header);
  font-weight: 800;
}

.sports-status-tab.active,
.sports-status-tab:hover {
  border-color: var(--theme);
  background: var(--theme);
  color: #fff;
}

.sports-match-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.sports-match-summary span {
  padding: 7px 12px;
  background: rgba(255, 104, 0, .09);
  color: var(--header);
  font-weight: 800;
}

.sports-match-list {
  display: grid;
  gap: 14px;
}

.sports-match-empty {
  padding: 34px 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  text-align: center;
  font-weight: 900;
  color: var(--header);
}

.sports-data-card {
  display: flex;
  min-height: 210px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  padding: 28px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  color: var(--header);
}

.sports-data-card:hover {
  transform: translateY(-3px);
  border-color: var(--theme);
}

.sports-data-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 104, 0, .1);
  color: var(--theme);
  font-size: 22px;
}

.sports-data-card strong {
  font-size: 22px;
  line-height: 1.25;
}

.sports-data-card em {
  color: var(--text);
  font-style: normal;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .sports-match-toolbar {
    align-items: stretch;
  }
  .sports-match-select,
  .sports-status-tabs {
    width: 100%;
  }
  .sports-status-tab {
    flex: 1 1 calc(50% - 8px);
  }
}

/* PHASE_NAV_MATCHES_MOBILE_OVERFLOW_GUARD */
@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden !important;
  }
}

/* LANJING_MATCH_CAROUSEL_POLISH_20260709 */
.match-result-section .match-result-wrapper {
  position: relative;
}

.match-result-section #api-match-results {
  overflow: hidden;
}

.match-result-section #api-match-results .swiper-wrapper {
  align-items: stretch;
}

.match-result-section #api-match-results .swiper-slide {
  height: auto;
}

.match-result-wrapper .match-result-item.nitro-match-card {
  display: flex;
  min-height: 146px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 22px 20px 18px;
  overflow: hidden;
}

.nitro-match-card .nitro-match-meta,
.nitro-match-card p.nitro-match-meta {
  width: 100%;
  margin: 0 !important;
  gap: 10px;
}

.nitro-match-card .match-league {
  max-width: 86px;
  color: var(--header);
}

.nitro-match-card .match-status {
  color: var(--header);
}

.nitro-schedule-card .nitro-match-versus,
.nitro-schedule-card .nitro-match-scoreline {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: 8px;
  color: var(--theme);
  font-size: 17px;
  line-height: 1.22;
  white-space: nowrap;
}

.nitro-schedule-card .nitro-match-versus strong,
.nitro-schedule-card .nitro-match-scoreline strong {
  color: rgba(9, 14, 34, .52);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.nitro-schedule-card .nitro-match-versus .team-name,
.nitro-schedule-card .nitro-match-scoreline .team-name {
  min-width: 0;
  max-width: none;
  overflow: hidden;
  color: var(--theme);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nitro-schedule-card .nitro-match-versus .team-name:first-child,
.nitro-schedule-card .nitro-match-scoreline .team-name:first-child {
  text-align: right;
}

.nitro-schedule-card .nitro-match-versus .team-name:last-child,
.nitro-schedule-card .nitro-match-scoreline .team-name:last-child {
  text-align: left;
}

.nitro-match-card .match-time {
  margin-top: 0;
  color: rgba(9, 14, 34, .62);
  font-size: 13px;
}

.match-result-wrapper .match-result-item.nitro-match-card .arrow-shape {
  display: none !important;
}

.match-result-section .array-button-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.match-result-section .array-button-2 .array-prev2,
.match-result-section .array-button-2 .array-next2 {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.match-result-section .array-button-2 .array-prev2 i,
.match-result-section .array-button-2 .array-next2 i {
  line-height: 1;
}

@media (max-width: 1398px) {
  .match-result-wrapper .match-result-item.nitro-match-card {
    padding-left: 16px;
    padding-right: 16px;
  }
  .nitro-schedule-card .nitro-match-versus,
  .nitro-schedule-card .nitro-match-scoreline {
    font-size: 16px;
    gap: 6px;
  }
}

@media (max-width: 991px) {
  .match-result-section .array-button-2 {
    flex-direction: row;
    justify-content: flex-start;
  }
}

/* LANJING_MATCH_CAROUSEL_BRAND_CLASS_COMPAT_20260709 */
.match-result-section .match-result-item[class*="-match-card"] {
  display: flex;
  min-height: 146px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 22px 20px 18px;
  overflow: hidden;
}

.match-result-section [class*="-match-card"] [class*="-match-meta"] {
  width: 100%;
  margin: 0 !important;
  gap: 10px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.match-result-section [class*="-match-card"] .match-league {
  max-width: 86px;
  overflow: hidden;
  color: var(--header);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-result-section [class*="-match-card"] .match-status {
  color: var(--header);
  white-space: nowrap;
}

.match-result-section [class*="-schedule-card"] [class*="-match-versus"],
.match-result-section [class*="-schedule-card"] [class*="-match-scoreline"] {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: 8px;
  color: var(--theme);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.22;
  white-space: nowrap;
}

.match-result-section [class*="-schedule-card"] [class*="-match-versus"] strong,
.match-result-section [class*="-schedule-card"] [class*="-match-scoreline"] strong {
  color: rgba(9, 14, 34, .52);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.match-result-section [class*="-schedule-card"] [class*="-match-versus"] .team-name,
.match-result-section [class*="-schedule-card"] [class*="-match-scoreline"] .team-name {
  min-width: 0;
  max-width: none;
  overflow: hidden;
  color: var(--theme);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-result-section [class*="-schedule-card"] [class*="-match-versus"] .team-name:first-child,
.match-result-section [class*="-schedule-card"] [class*="-match-scoreline"] .team-name:first-child {
  text-align: right;
}

.match-result-section [class*="-schedule-card"] [class*="-match-versus"] .team-name:last-child,
.match-result-section [class*="-schedule-card"] [class*="-match-scoreline"] .team-name:last-child {
  text-align: left;
}

.match-result-section [class*="-match-card"] .match-time {
  margin-top: 0;
  color: rgba(9, 14, 34, .62);
  font-size: 13px;
}

.match-result-section .match-result-item[class*="-match-card"] .arrow-shape {
  display: none !important;
}

@media (max-width: 1398px) {
  .match-result-section .match-result-item[class*="-match-card"] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .match-result-section [class*="-schedule-card"] [class*="-match-versus"],
  .match-result-section [class*="-schedule-card"] [class*="-match-scoreline"] {
    font-size: 16px;
    gap: 6px;
  }
}

/* LANJING_MATCH_CAROUSEL_READABILITY_TUNE_20260709 */
.match-result-wrapper .match-result-item.nitro-match-card,
.match-result-section .match-result-item[class*="-match-card"] {
  padding-left: 14px;
  padding-right: 14px;
}

.nitro-schedule-card .nitro-match-versus,
.nitro-schedule-card .nitro-match-scoreline,
.match-result-section [class*="-schedule-card"] [class*="-match-versus"],
.match-result-section [class*="-schedule-card"] [class*="-match-scoreline"] {
  gap: 4px;
  font-size: 15px;
}

.nitro-schedule-card .nitro-match-versus strong,
.nitro-schedule-card .nitro-match-scoreline strong,
.match-result-section [class*="-schedule-card"] [class*="-match-versus"] strong,
.match-result-section [class*="-schedule-card"] [class*="-match-scoreline"] strong {
  font-size: 12px;
}


.team-data-section {
  padding: 70px 0;
  background: #f7f8fb;
}
.team-data-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.team-data-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(12, 24, 48, 0.1);
  background: #fff;
  border-radius: 8px;
}
.team-data-card img,
.team-logo-fallback {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  object-fit: contain;
}
.team-logo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #102241;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}
.team-data-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
  color: #10182f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-data-card p,
.data-empty {
  margin: 6px 0 0;
  color: #697386;
}
@media (max-width: 1199px) {
  .team-data-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .team-data-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .team-data-grid { grid-template-columns: 1fr; }
}


/* preview-cleanup-phase2c: hide legacy demo-only blocks on generated preview pages */
.header-top-wrapper .top-right > p {
  display: none !important;
}
body.home-1 .testimonial-section,
body.home-1 #api-team-section,
body.home-1 .sponsor-section,
body.home-1 #api-news-section {
  display: none !important;
}


/* preview-cleanup-phase2d: hide remaining demo-only visual blocks globally */
.testimonial-section,
#api-team-section,
.sponsor-section,
#api-news-section {
  display: none !important;
}
.contact-info-items a[href^="mailto:"] + a[href^="mailto:"] {
  display: none !important;
}


/* Codex: solid Chinese title emphasis 20260710 */
.hero_title span,
.tv_hero_title span,
.section-title h2 span {
  color: #ff5a1f !important;
  -webkit-text-fill-color: #ff5a1f !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: none !important;
  background: none !important;
}
.lanjing-hero-title span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}


/* Codex: unified lanjing text logo 20260710 */
.header-main .logo img,
.offcanvas__logo img,
.footer-widget-items .widget-head img {
  display: none !important;
}
.header-main .logo .lanjing-logo-text,
.offcanvas__logo .lanjing-logo-text,
.footer-widget-items .widget-head .lanjing-logo-text {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
.offcanvas__logo .lanjing-logo-text {
  color: #ff5a1f;
}
@media (max-width: 575px) {
  .header-main .logo .lanjing-logo-text,
  .offcanvas__logo .lanjing-logo-text,
  .footer-widget-items .widget-head .lanjing-logo-text {
    font-size: 22px;
  }
}


/* Codex: lanjing frontend SEO intro 20260710 */
.lanjing-seo-intro {
  padding: 22px 0;
  background: #f7f8fb;
  border-bottom: 1px solid rgba(15, 25, 45, 0.08);
}
.lanjing-seo-intro p {
  max-width: 1040px;
  margin: 0 auto;
  color: #394150;
  font-size: 16px;
  line-height: 1.85;
}
.lanjing-seo-intro strong {
  color: #10182f;
  font-weight: 800;
}
@media (max-width: 575px) {
  .lanjing-seo-intro {
    padding: 18px 0;
  }
  .lanjing-seo-intro p {
    font-size: 14px;
    line-height: 1.75;
  }
}


/* Codex: lanjing natural Chinese font refinement 20260710 */
body {
  font-weight: 400 !important;
}

p,
li,
.footer-content,
.footer-contact-list,
.offcanvas__contact-text,
.lanjing-seo-intro p,
.sports-data-card em,
.nitro-section-desc {
  font-weight: 400 !important;
}

.header-main .main-menu ul li a,
.theme-btn,
.section-title h2,
.gt-breadcrumb-sub-title h1,
.lanjing-hero-title,
.lanjing-logo-text {
  font-weight: 800 !important;
}

.lanjing-seo-intro {
  padding: 18px 0;
  background: #ffffff;
  border-top: 1px solid rgba(15, 25, 45, 0.06);
  border-bottom: 1px solid rgba(15, 25, 45, 0.06);
}

.lanjing-seo-intro p {
  max-width: 960px;
  color: #5f6673;
  font-size: 15px;
  line-height: 1.78;
}

.lanjing-seo-intro strong {
  color: #11182f;
  font-weight: 700 !important;
}

@media (max-width: 575px) {
  .lanjing-seo-intro {
    padding: 14px 0;
  }
  .lanjing-seo-intro p {
    font-size: 14px;
    line-height: 1.72;
  }
}
