:root {
  --tlv-primary: #15d978;
  --tlv-secondary: #04130d;
  --tlv-accent: #ffd84d;
  --tlv-red: #ff3b52;
  --tlv-bg: #06100d;
  --tlv-surface: #0b1b16;
  --tlv-surface-2: #102820;
  --tlv-text: #eefaf4;
  --tlv-muted: #9db8ad;
  --tlv-border: rgba(255, 255, 255, 0.1);
  --tlv-radius: 18px;
  --tlv-container: 1180px;
  --tlv-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
}

body.tlv-sports-site {
  background: var(--tlv-bg);
  color: var(--tlv-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.tlv-sports-site #header,
body.tlv-sports-site .header-wrapper,
body.tlv-sports-site #footer,
body.tlv-sports-site .absolute-footer {
  display: none !important;
}

body.tlv-sports-site #main,
body.tlv-sports-site .page-wrapper {
  background:
    radial-gradient(circle at 15% 0%, rgba(21, 217, 120, 0.16), transparent 32rem),
    radial-gradient(circle at 85% 8%, rgba(255, 216, 77, 0.1), transparent 24rem),
    var(--tlv-bg);
  padding: 0;
}

body.tlv-sports-site a {
  color: inherit;
}

body.tlv-sports-site .bg {
  opacity: 1 !important;
  transition: none !important;
}

body.tlv-sports-site .ux-slider-wrapper .loading-spin {
  display: none !important;
}

body.tlv-sports-site .ux-slider-wrapper .banner,
body.tlv-sports-site .ux-slider-wrapper .banner-bg,
body.tlv-sports-site .ux-slider-wrapper .bg {
  opacity: 1 !important;
  visibility: visible !important;
}

.tlv3-screen-reader-text {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.tlv-shell {
  width: min(var(--tlv-container), calc(100% - 40px));
  margin: 0 auto;
}

.tlv-announcement {
  background: linear-gradient(90deg, #0c2018, #173527);
  border-bottom: 1px solid var(--tlv-border);
  color: var(--tlv-muted);
  font-size: 13px;
}

.tlv-announcement__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.tlv-announcement a,
.tlv-link {
  color: var(--tlv-primary);
  font-weight: 800;
}

.tlv-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  display: inline-block;
  margin-right: 8px;
  background: var(--tlv-red);
  box-shadow: 0 0 0 6px rgba(255, 59, 82, 0.12);
}

.tlv-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(6, 16, 13, 0.88);
  border-bottom: 1px solid var(--tlv-border);
  backdrop-filter: blur(18px);
}

.admin-bar .tlv-header {
  top: 32px;
}

.tlv-header-main__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.tlv-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: max-content;
}

.tlv-logo__mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #06100d;
  background: linear-gradient(135deg, var(--tlv-accent), var(--tlv-primary));
  font-size: 20px;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(21, 217, 120, 0.24);
}

.tlv-logo__text {
  display: grid;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.tlv-logo__text strong {
  color: var(--tlv-primary);
}

.tlv-logo__text small {
  color: var(--tlv-muted);
  font-size: 10px;
  margin-top: 5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tlv-nav {
  flex: 1;
}

.tlv-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tlv-menu a {
  display: inline-flex;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--tlv-muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.tlv-menu a:hover,
.tlv-menu .current-menu-item > a {
  color: #06100d;
  background: var(--tlv-primary);
}

.tlv-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tlv-search input {
  width: 188px;
  height: 42px;
  border: 1px solid var(--tlv-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 0 16px;
  font-size: 13px;
}

.tlv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #06100d;
  background: var(--tlv-primary);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(21, 217, 120, 0.22);
}

.tlv-btn:hover {
  transform: translateY(-1px);
  color: #06100d;
}

.tlv-btn--accent {
  background: linear-gradient(135deg, var(--tlv-accent), var(--tlv-primary));
}

.tlv-btn--ghost {
  color: var(--tlv-text);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  border: 1px solid var(--tlv-border);
}

.tlv-btn--light {
  background: #fff;
  color: #06100d;
}

.tlv-btn--full {
  width: 100%;
  margin-top: 12px;
}

.tlv-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--tlv-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.tlv-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.tlv-menu-toggle em {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.tlv-mobile-panel {
  padding: 14px 0 20px;
  border-top: 1px solid var(--tlv-border);
}

.tlv-mobile-panel .tlv-menu {
  display: grid;
  align-items: stretch;
}

.tlv-mobile-panel .tlv-menu a {
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
}

.tlv-home-hero {
  padding: 82px 0 42px;
  overflow: hidden;
}

.tlv-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 42px;
  align-items: center;
}

.tlv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tlv-primary);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tlv-home-hero h1,
.tlv-page-banner h1 {
  margin: 18px 0;
  color: #fff;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 0.95;
  font-weight: 950;
}

.tlv-home-hero h1 span {
  color: var(--tlv-primary);
}

.tlv-hero-copy {
  max-width: 650px;
  color: var(--tlv-muted);
  font-size: 18px;
  line-height: 1.75;
}

.tlv-hero-actions,
.tlv-hero-badges,
.tlv-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tlv-hero-actions {
  margin-top: 28px;
}

.tlv-hero-badges {
  margin-top: 24px;
}

.tlv-hero-badges span,
.tlv-feature-card,
.tlv-league-card,
.tlv-match-card,
.tlv-post-card,
.tlv-contact-card {
  border: 1px solid var(--tlv-border);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--tlv-shadow);
}

.tlv-hero-badges span {
  border-radius: 999px;
  color: #cbe5db;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 800;
}

.tlv-live-panel {
  position: relative;
  border-radius: 28px;
  padding: 22px;
  background:
    radial-gradient(circle at 35% 20%, rgba(21, 217, 120, 0.36), transparent 18rem),
    linear-gradient(145deg, #122c22, #07110e);
  border: 1px solid rgba(21, 217, 120, 0.22);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.tlv-live-screen {
  min-height: 250px;
  border-radius: 22px;
  padding: 22px;
  display: grid;
  align-content: end;
  background:
    linear-gradient(transparent, rgba(0, 0, 0, 0.72)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 72px),
    linear-gradient(135deg, #164432, #0b1b16);
}

.tlv-live-screen b {
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--tlv-red);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.tlv-live-screen h2 {
  margin: 14px 0 8px;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
}

.tlv-live-screen p {
  margin: 0;
  color: #d8efe6;
}

.tlv-score-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.tlv-score-strip strong {
  color: var(--tlv-accent);
  font-size: 24px;
}

.tlv-stat-strip {
  margin-top: 44px;
  padding: 18px;
  border: 1px solid var(--tlv-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.tlv-stat-strip div {
  flex: 1 1 180px;
  padding: 12px 18px;
}

.tlv-stat-strip strong {
  display: block;
  color: #fff;
  font-size: 30px;
}

.tlv-stat-strip span {
  color: var(--tlv-muted);
  font-weight: 750;
}

.tlv-section {
  padding: 70px 0;
}

.tlv-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.tlv-section-head h2 {
  margin: 10px 0 8px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.tlv-section-head p {
  max-width: 620px;
  margin: 0;
  color: var(--tlv-muted);
}

.tlv-filter {
  display: flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--tlv-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.tlv-filter button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--tlv-muted);
  padding: 8px 12px;
  font-weight: 900;
  cursor: pointer;
}

.tlv-filter button.is-active {
  color: #06100d;
  background: var(--tlv-primary);
}

.tlv-schedule-list {
  display: grid;
  gap: 14px;
}

.tlv-match-card {
  display: grid;
  grid-template-columns: 170px 1fr 150px;
  gap: 18px;
  align-items: center;
  min-height: 96px;
  padding: 18px;
  border-radius: var(--tlv-radius);
}

.tlv-match-card--live {
  border-color: rgba(255, 59, 82, 0.44);
}

.tlv-match-card--hot {
  border-color: rgba(255, 216, 77, 0.36);
}

.tlv-match-time strong {
  display: block;
  color: #fff;
  font-size: 28px;
}

.tlv-match-time span,
.tlv-match-meta b {
  color: var(--tlv-muted);
  font-size: 13px;
}

.tlv-match-teams {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
}

.tlv-match-teams em {
  color: var(--tlv-accent);
  font-style: normal;
}

.tlv-match-meta {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.tlv-match-meta a {
  color: var(--tlv-primary);
  font-weight: 900;
}

.tlv-feature-grid,
.tlv-league-grid,
.tlv-post-grid,
.tlv-contact-grid {
  display: grid;
  gap: 18px;
}

.tlv-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tlv-feature-card,
.tlv-league-card,
.tlv-contact-card {
  border-radius: var(--tlv-radius);
  padding: 22px;
}

.tlv-feature-card span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: rgba(21, 217, 120, 0.16);
  color: var(--tlv-primary);
  font-size: 24px;
  font-weight: 950;
}

.tlv-feature-card h3,
.tlv-league-card h3,
.tlv-post-card h3,
.tlv-contact-card h3 {
  color: #fff;
}

.tlv-feature-card p,
.tlv-league-card p,
.tlv-post-card p,
.tlv-contact-card p {
  color: var(--tlv-muted);
}

.tlv-league-grid {
  grid-template-columns: 1.25fr 1fr 1fr;
}

.tlv-league-card {
  min-height: 220px;
  display: grid;
  align-content: end;
  background:
    linear-gradient(transparent, rgba(0, 0, 0, 0.72)),
    linear-gradient(135deg, rgba(21, 217, 120, 0.22), rgba(255, 216, 77, 0.08));
}

.tlv-league-card:first-child {
  grid-row: span 2;
}

.tlv-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tlv-post-card {
  overflow: hidden;
  border-radius: var(--tlv-radius);
}

.tlv-post-thumb {
  min-height: 190px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 216, 77, 0.35), transparent 13rem),
    linear-gradient(135deg, #123d2c, #0a1813);
  color: var(--tlv-accent);
  font-weight: 950;
  font-size: 36px;
  text-decoration: none;
}

.tlv-post-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.tlv-post-body {
  padding: 20px;
}

.tlv-post-date {
  color: var(--tlv-primary);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlv-post-card h3 {
  margin: 10px 0;
  font-size: 22px;
  line-height: 1.18;
}

.tlv-page-banner {
  padding: 82px 0 46px;
  border-bottom: 1px solid var(--tlv-border);
  background: linear-gradient(135deg, rgba(21, 217, 120, 0.16), rgba(255, 216, 77, 0.06));
}

.tlv-page-banner h1 {
  font-size: clamp(42px, 6vw, 68px);
}

.tlv-page-banner p {
  max-width: 760px;
  color: var(--tlv-muted);
  font-size: 18px;
}

.tlv-content-panel {
  border: 1px solid var(--tlv-border);
  border-radius: 24px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--tlv-muted);
}

.tlv-content-panel h2,
.tlv-content-panel h3 {
  color: #fff;
}

.tlv-contact-grid {
  grid-template-columns: 0.85fr 1.15fr;
}

.tlv-contact-form label {
  display: grid;
  gap: 7px;
  color: #d8efe6;
  font-weight: 850;
}

.tlv-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tlv-contact-form input,
.tlv-contact-form textarea {
  width: 100%;
  border: 1px solid var(--tlv-border);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  padding: 13px 14px;
}

.tlv-contact-form textarea {
  resize: vertical;
}

.tlv-form-note {
  color: var(--tlv-primary);
  font-weight: 900;
}

.tlv-footer {
  padding: 64px 0 24px;
  background: #030807;
  color: var(--tlv-muted);
}

.tlv-footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 42px;
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--tlv-primary), var(--tlv-accent));
  color: #06100d;
}

.tlv-footer-cta .tlv-kicker,
.tlv-footer-cta h2 {
  color: #06100d;
}

.tlv-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr;
  gap: 34px;
}

.tlv-footer h3 {
  color: #fff;
}

.tlv-footer .tlv-menu,
.tlv-footer-list {
  display: grid;
  gap: 8px;
  justify-content: start;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tlv-footer .tlv-menu a,
.tlv-footer-list a {
  padding: 0;
  color: var(--tlv-muted);
  background: transparent;
}

.tlv-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--tlv-border);
}

.tlv-backtop {
  border: 0;
  background: transparent;
  color: var(--tlv-primary);
  font-weight: 900;
  cursor: pointer;
}

.blog-wrapper,
.archive-page-header,
.single-post .article-inner,
.search .page-wrapper .row,
.error404 .page-wrapper .row {
  color: var(--tlv-text);
}

.blog-wrapper .post-item .col-inner,
.single-post .article-inner {
  border: 1px solid var(--tlv-border);
  border-radius: var(--tlv-radius);
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}


/* Codex reference homepage layer: tieulam.tv screenshot */
body.tlv-sports-site {
  background: #010403 !important;
  color: #d7d7d7;
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
}

body.tlv-sports-site #main,
body.tlv-sports-site .page-wrapper {
  background: #010403 !important;
}

.tlv-ref-shell {
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
}

.tlv-ref-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #010403;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.admin-bar .tlv-ref-header {
  top: 32px;
}

.tlv-ref-header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.tlv-ref-logo {
  min-width: max-content;
  color: #ffc247;
  font-weight: 950;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 2px 0 #6e3500, 0 0 14px rgba(255, 194, 71, 0.5);
}


.tlv-ref-logo-img {
  display: block;
  width: auto;
  max-width: 330px;
  max-height: 78px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(255, 194, 71, 0.35));
}
.tlv-ref-logo span {
  display: inline-flex;
  align-items: center;
  font-size: 38px;
  line-height: 1;
  transform: skew(-7deg);
}

.tlv-ref-logo span::after {
  content: "";
  width: 44px;
  height: 44px;
  margin-left: -4px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, #111 0 22%, transparent 23%),
    conic-gradient(from 20deg, #f5be39, #fff1b8, #a95b02, #f5be39);
  border: 3px solid #d58a14;
  box-shadow: 0 0 14px rgba(255, 194, 71, 0.4);
}

.tlv-ref-logo--center {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.tlv-ref-logo--center span {
  font-size: 48px;
}

.tlv-ref-nav {
  flex: 1;
}

.tlv-ref-nav .tlv-menu {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tlv-ref-nav .tlv-menu a {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 0 18px;
  border-radius: 0;
  color: #f2f2f2;
  background: transparent;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none;
}

.tlv-ref-nav .tlv-menu a:hover,
.tlv-ref-nav .tlv-menu .current-menu-item > a {
  background: linear-gradient(#17350f, #0b1808);
  border-top: 4px solid #67bf28;
  color: #fff;
}

.tlv-ref-menu-toggle {
  display: none;
  width: 48px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.16);
  background: #151515;
  color: #fff;
  border-radius: 4px;
}

.tlv-ref-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.tlv-ref-menu-toggle em {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.tlv-mobile-panel.tlv-ref-mobile-panel {
  background: #070707;
  border-top: 1px solid rgba(255,255,255,.1);
}

.tlv-ref-mobile-panel .tlv-menu {
  display: grid;
  gap: 8px;
  padding: 16px 0;
  list-style: none;
}

.tlv-ref-mobile-panel .tlv-menu a {
  display: block;
  padding: 14px;
  background: #161616;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

.tlv-ref-home {
  padding-top: 78px;
  background: #010403;
}

.tlv-ref-home .section-content,
.tlv-ref-simple-page .section-content {
  width: min(1380px, calc(100% - 42px));
  margin: 0 auto;
}

.tlv-ref-hero {
  text-align: center;
}

.tlv-ref-hero h1 {
  max-width: 920px;
  margin: 0 auto 28px;
  color: #f7f7f7;
  font-size: 25px;
  line-height: 1.55;
  font-weight: 950;
  text-transform: uppercase;
}

.tlv-ref-hero h2 {
  margin: 0 0 70px;
  color: #0e9f23;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 950;
}

.tlv-ref-server-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  width: min(980px, 100%);
  margin: 0 auto 44px;
}

.tlv-ref-server-card {
  min-height: 270px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  border-radius: 10px;
  background: radial-gradient(circle at 50% 30%, #666, #2d2f2f);
  box-shadow: inset 0 0 60px rgba(255,255,255,.06);
}

.tlv-ref-server-card--green {
  border: 2px solid #078018;
}

.tlv-ref-server-card--gold {
  border: 2px solid #d98205;
}

.tlv-ref-card-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #855000;
  background: conic-gradient(from 20deg, #f5be39, #fff4cb, #a95b02, #f5be39);
  border: 7px solid #f3f3f3;
  font-size: 22px;
  font-weight: 950;
}

.tlv-ref-server-card p {
  margin: 0;
  color: #e6e6e6;
  font-size: 17px;
}

.tlv-ref-server-card a {
  min-width: 250px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #111;
  background: #ffc400;
  box-shadow: 0 0 14px rgba(255, 196, 0, 0.75);
  font-size: 18px;
  font-weight: 950;
  font-style: italic;
  text-decoration: none;
}

.tlv-ref-hero h3 {
  margin: 0 0 38px;
  color: #fff;
  font-size: 33px;
  line-height: 1.18;
  font-weight: 950;
  text-transform: uppercase;
}

.tlv-ref-intro-card {
  width: min(1100px, 100%);
  margin: 0 auto 44px;
  overflow: hidden;
  border-radius: 20px;
  background: #202324;
  color: #bfc4c4;
}

.tlv-ref-panel-title {
  padding: 26px 24px 22px;
  border-left: 6px solid #3dab36;
  color: #fff;
  background: #1b1d1e;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.tlv-ref-intro-list {
  display: grid;
  background: #202324;
}

.tlv-ref-intro-list a {
  display: block;
  padding: 16px 30px;
  color: #aeb4b4;
  text-decoration: none;
  font-size: 17px;
}

.tlv-ref-intro-list a.is-active,
.tlv-ref-intro-list a:hover {
  background: #2b2f31;
  color: #229c31;
}

.tlv-ref-content {
  padding: 24px 24px 30px;
  background: #2a2d2f;
  color: #c8cccc;
  font-size: 19px;
  line-height: 1.72;
  text-align: left;
}

.tlv-ref-content h1,
.tlv-ref-content h2 {
  color: #fff;
  margin: 18px 0 6px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 950;
}

.tlv-ref-content p {
  margin: 0 0 24px;
}

.tlv-ref-footer {
  padding: 50px 0 42px;
  background: #141516;
  color: #d4d4d4;
  text-align: center;
}

.tlv-ref-footer p {
  max-width: 1060px;
  margin: 0 auto 28px;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 800;
}

.tlv-ref-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px 44px;
  margin-bottom: 22px;
}

.tlv-ref-footer-menu a {
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none;
}

.tlv-ref-footer-meta {
  color: #dcdcdc;
  font-size: 15px;
  line-height: 1.8;
}

.tlv-ref-footer-copy {
  margin-top: 18px;
  color: #666;
  font-size: 14px;
}

@media (max-width: 980px) {
  .tlv-ref-header-inner {
    min-height: 76px;
  }

  .tlv-ref-nav {
    display: none;
  }

  .tlv3-header__inner > .tlv3-header-buttons {
    display: none;
  }

  .tlv3-header-buttons--mobile {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 12px 0;
  }

  .tlv3-header-buttons--mobile a {
    width: 100%;
  }

  .tlv-ref-menu-toggle {
    display: block;
    margin-left: auto;
  }

  
.tlv-ref-logo-img {
  display: block;
  width: auto;
  max-width: 330px;
  max-height: 78px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(255, 194, 71, 0.35));
}
.tlv-ref-logo span {
    font-size: 30px;
  }

  .tlv-ref-logo span::after {
    width: 36px;
    height: 36px;
  }

  .tlv-ref-server-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .tlv-ref-shell,
  .tlv-ref-home .section-content,
  .tlv-ref-simple-page .section-content {
    width: min(100% - 24px, 100%);
  }

  .tlv-ref-home {
    padding-top: 42px;
  }

  .tlv-ref-logo--center span {
    font-size: 34px;
  }

  .tlv-ref-hero h1 {
    font-size: 18px;
  }

  .tlv-ref-hero h2 {
    margin-bottom: 36px;
    font-size: 20px;
  }

  .tlv-ref-hero h3 {
    font-size: 23px;
  }

  .tlv-ref-server-card {
    min-height: 230px;
  }

  .tlv-ref-server-card a {
    min-width: 210px;
  }

  .tlv-ref-panel-title {
    font-size: 23px;
  }

  .tlv-ref-content {
    font-size: 16px;
  }
}


/* Codex reference homepage shell cleanup */
body.tlv-sports-site #header.header,
body.tlv-sports-site #footer.footer-wrapper {
  display: none !important;
}


/* Codex source intro section: pasted tieulam.tv content */
.tlv-ref-intro-card--source {
  width: min(1100px, 100%);
  margin-top: 0;
}

.tlv-ref-intro-card--source .tlv-ref-source-content {
  background: #202324;
}

.tlv-ref-intro-card--source .content-section,
.tlv-ref-intro-card--source .content-section > .row {
  width: 100%;
  max-width: none;
  margin: 0;
}

.tlv-ref-intro-card--source .content-section > .row {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 2fr);
  gap: 0;
}

.tlv-ref-intro-card--source .content-section > .row::before,
.tlv-ref-intro-card--source .content-section > .row::after {
  display: none;
}

.tlv-ref-intro-card--source .toc-fixed,
.tlv-ref-intro-card--source .col-12,
.tlv-ref-intro-card--source .col-lg-4,
.tlv-ref-intro-card--source .col-lg-8 {
  width: auto;
  max-width: none;
  flex: none;
  padding: 0;
  position: static;
}

.tlv-ref-intro-card--source .toc-fixed {
  background: #202324;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.tlv-ref-intro-card--source #toc_container {
  padding: 0;
}

.tlv-ref-intro-card--source .toc_list,
.tlv-ref-intro-card--source .toc_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tlv-ref-intro-card--source .toc_list ul {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.tlv-ref-intro-card--source .toc_list a {
  display: block;
  padding: 16px 28px;
  color: #b3b8b8;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}

.tlv-ref-intro-card--source .toc_list > li:first-child > a,
.tlv-ref-intro-card--source .toc_list a:hover {
  background: #2b2f31;
  color: #1db43a;
}

.tlv-ref-intro-card--source .toc_list ul a {
  padding-left: 42px;
  color: #969d9d;
  font-size: 15px;
}

.tlv-ref-intro-card--source .entry-content {
  margin: 0;
  background: #2a2d2f;
}

.tlv-ref-intro-card--source .overflow-scroll {
  max-height: 780px;
  overflow: auto;
  padding: 26px 28px 34px;
  scrollbar-color: #36b34a #1c1f20;
  scrollbar-width: thin;
}

.tlv-ref-intro-card--source .overflow-scroll::-webkit-scrollbar {
  width: 8px;
}

.tlv-ref-intro-card--source .overflow-scroll::-webkit-scrollbar-track {
  background: #1c1f20;
}

.tlv-ref-intro-card--source .overflow-scroll::-webkit-scrollbar-thumb {
  background: #36b34a;
  border-radius: 999px;
}

.tlv-ref-intro-card--source h1,
.tlv-ref-intro-card--source h2,
.tlv-ref-intro-card--source h3 {
  color: #fff;
  margin: 22px 0 10px;
  font-weight: 950;
  line-height: 1.18;
}

.tlv-ref-intro-card--source h1 {
  margin-top: 0;
  font-size: 26px;
}

.tlv-ref-intro-card--source h2 {
  font-size: 30px;
}

.tlv-ref-intro-card--source h3 {
  font-size: 22px;
}

.tlv-ref-intro-card--source p,
.tlv-ref-intro-card--source li,
.tlv-ref-intro-card--source b,
.tlv-ref-intro-card--source strong {
  color: #c8cccc;
}

.tlv-ref-intro-card--source p,
.tlv-ref-intro-card--source ul {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.7;
}

.tlv-ref-intro-card--source ul {
  padding-left: 24px;
}

.tlv-ref-intro-card--source li {
  margin-bottom: 10px;
}

.tlv-ref-intro-card--source strong,
.tlv-ref-intro-card--source b {
  font-weight: 900;
}

@media (max-width: 900px) {
  .tlv-ref-intro-card--source .content-section > .row {
    grid-template-columns: 1fr;
  }

  .tlv-ref-intro-card--source .toc-fixed {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .tlv-ref-intro-card--source .toc_list a {
    padding: 14px 20px;
  }

  .tlv-ref-intro-card--source .toc_list ul a {
    padding-left: 32px;
  }

  .tlv-ref-intro-card--source .overflow-scroll {
    max-height: none !important;
    overflow: visible;
    padding: 22px 20px 28px;
  }
}

@media (max-width: 640px) {
  .tlv-ref-intro-card--source h1 {
    font-size: 22px;
  }

  .tlv-ref-intro-card--source h2 {
    font-size: 25px;
  }

  .tlv-ref-intro-card--source h3 {
    font-size: 19px;
  }

  .tlv-ref-intro-card--source p,
  .tlv-ref-intro-card--source ul {
    font-size: 15px;
  }
}


/* Codex intro TOC alignment fix */
.tlv-ref-intro-card--source .toc_list,
.tlv-ref-intro-card--source .toc_list ul {
  background: #1d2122;
  border: 0;
}

.tlv-ref-intro-card--source .toc_list li {
  margin: 0;
}

.tlv-ref-intro-card--source .toc_list a,
.tlv-ref-intro-card--source .toc_list ul a {
  width: 100%;
  min-height: 0;
  display: block;
  padding: 18px 28px;
  color: #bfc4c4;
  background: transparent;
  font-size: 16px;
  line-height: 1.45;
  text-align: left;
}

.tlv-ref-intro-card--source .toc_list > li:first-child > a {
  background: #2b2f31;
  color: #24b943;
}

@media (max-width: 900px) {
  .tlv-ref-intro-card--source .toc_list a,
  .tlv-ref-intro-card--source .toc_list ul a {
    padding: 24px 34px;
    color: #ededed;
    font-size: clamp(18px, 3.8vw, 26px);
    line-height: 1.28;
  }

  .tlv-ref-intro-card--source .toc_list > li:first-child > a {
    color: #35b64a;
  }
}

@media (max-width: 430px) {
  .tlv-ref-intro-card--source .toc_list a,
  .tlv-ref-intro-card--source .toc_list ul a {
    padding: 18px 28px;
    font-size: 16px;
    line-height: 1.42;
  }
}



/* Codex site color variation: tieulamtv3.com */
body.tlv-sports-site .tlv-ref-logo {
  color: #ffd08a;
  text-shadow: 0 2px 0 #362100, 0 0 16px rgba(255, 138, 42, .22);
}

body.tlv-sports-site .tlv-ref-nav .tlv-menu a:hover,
body.tlv-sports-site .tlv-ref-nav .tlv-menu .current-menu-item > a {
  background: linear-gradient(#321607, #1d0b03);
  border-top-color: #ff8a2a;
}

body.tlv-sports-site .tlv-ref-hero h2,
body.tlv-sports-site .tlv-ref-intro-list a.is-active,
body.tlv-sports-site .tlv-ref-intro-list a:hover,
body.tlv-sports-site .tlv-ref-intro-card--source .toc_list > li:first-child > a {
  color: #ff8a2a;
}

body.tlv-sports-site .tlv-ref-panel-title,
body.tlv-sports-site .tlv-ref-intro-card--source .tlv-ref-panel-title {
  border-left-color: #ff8a2a;
}

body.tlv-sports-site .tlv-ref-server-card--green {
  border-color: #ff8a2a;
}

body.tlv-sports-site .tlv-ref-server-card a {
  box-shadow: 0 0 16px rgba(255, 138, 42, .22), 0 0 14px rgba(255, 196, 0, .5);
}

@media (max-width: 900px) {
  body.tlv-sports-site .tlv-ref-intro-card--source .toc_list > li:first-child > a {
    color: #ff8a2a;
  }
}


/* Codex editable UX Block hero */
.tlv-ref-home .tlv-ref-hero-row,
.tlv-ref-home .tlv-ref-hero-row .col {
  margin-left: auto;
  margin-right: auto;
}

.tlv-ref-home .tlv-ref-hero-row .col-inner {
  padding-left: 0;
  padding-right: 0;
}

.tlv-ref-logo-editable {
  margin-bottom: 28px;
}

.tlv-ref-hero-title-text h1 {
  max-width: 920px;
  margin: 0 auto 28px;
  color: #f7f7f7;
  font-size: 25px;
  line-height: 1.55;
  font-weight: 950;
  text-transform: uppercase;
}

.tlv-ref-hero-subtitle-text h2 {
  margin: 0 0 70px;
  color: inherit;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 950;
}

.tlv-ref-hero-subtitle-text {
  color: #0e9f23;
}

.tlv-ref-server-grid--editable {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  width: min(980px, 100%);
  margin: 0 auto 44px !important;
}

.tlv-ref-server-grid--editable::before,
.tlv-ref-server-grid--editable::after {
  display: none;
}

.tlv-ref-server-grid--editable > .col {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
  padding: 0 !important;
}

.tlv-ref-server-card--editable {
  min-height: 270px;
}

.tlv-ref-server-card--editable > .col-inner {
  min-height: 270px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: 28px !important;
}

.tlv-ref-card-icon-wrap,
.tlv-ref-card-label {
  margin: 0 !important;
}

.tlv-ref-card-icon-wrap .tlv-ref-card-icon {
  margin-left: auto;
  margin-right: auto;
}

.tlv-ref-card-label p {
  margin: 0 !important;
  color: #e6e6e6;
  font-size: 17px;
}

.tlv-ref-server-grid--editable .button.tlv-ref-card-button,
.tlv-ref-server-grid--editable .tlv-ref-card-button {
  min-width: 250px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  color: #111 !important;
  background: #ffc400 !important;
  box-shadow: 0 0 14px rgba(255, 196, 0, 0.75);
  font-size: 18px;
  font-weight: 950;
  font-style: italic;
  line-height: 1;
  text-decoration: none;
}

.tlv-ref-hero-claim-text h3 {
  margin: 0 0 38px;
  color: #fff;
  font-size: 33px;
  line-height: 1.18;
  font-weight: 950;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .tlv-ref-server-grid--editable {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .tlv-ref-logo-editable {
    margin-bottom: 22px;
  }

  .tlv-ref-hero-title-text h1 {
    font-size: 18px;
  }

  .tlv-ref-hero-subtitle-text h2 {
    margin-bottom: 36px;
    font-size: 20px;
  }

  .tlv-ref-hero-claim-text h3 {
    font-size: 23px;
  }

  .tlv-ref-server-card--editable,
  .tlv-ref-server-card--editable > .col-inner {
    min-height: 230px;
  }

  .tlv-ref-server-grid--editable .button.tlv-ref-card-button,
  .tlv-ref-server-grid--editable .tlv-ref-card-button {
    min-width: 210px;
  }
}


/* Codex hero UX alignment fix: tieulamtv3.com */
body.tlv-sports-site .tlv-ref-home .tlv-ref-hero-row {
  width: 100%;
  max-width: 100%;
}

body.tlv-sports-site .tlv-ref-hero-title-text,
body.tlv-sports-site .tlv-ref-hero-subtitle-text,
body.tlv-sports-site .tlv-ref-hero-claim-text {
  text-align: center;
}

body.tlv-sports-site .tlv-ref-hero-subtitle-text {
  color: #ff8a2a;
}

body.tlv-sports-site .tlv-ref-server-grid--editable .button.tlv-ref-card-button,
body.tlv-sports-site .tlv-ref-server-grid--editable .button.tlv-ref-card-button span {
  text-transform: none !important;
  font-style: italic;
}


/* Codex performance mobile polish */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.tlv-ref-intro-card--source,
.tlv-ref-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.tlv-ref-server-card--editable,
.tlv-ref-server-card--editable > .col-inner {
  contain: layout paint;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 640px) {
  .tlv-ref-home .section-content,
  .tlv-ref-simple-page .section-content {
    padding-left: 0;
    padding-right: 0;
  }
}


/* Tiểu Lâm TV 3 sports portal */
:root {
  --tlv3-bg: #080b0a;
  --tlv3-surface: #111614;
  --tlv3-surface-2: #171d1a;
  --tlv3-surface-3: #202723;
  --tlv3-line: rgba(255, 255, 255, .09);
  --tlv3-text: #f4f7f5;
  --tlv3-muted: #9ba8a1;
  --tlv3-green: #21df78;
  --tlv3-lime: #c9f43e;
  --tlv3-red: #ff445c;
  --tlv3-gold: #ffbd3d;
  --tlv3-container: 1240px;
}

body.tlv-sports-site {
  color: var(--tlv3-text);
  background: var(--tlv3-bg) !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.tlv-sports-site #main,
body.tlv-sports-site .page-wrapper,
body.tlv-sports-site .tlv3-home {
  background: var(--tlv3-bg) !important;
}

body.tlv-sports-site .page-wrapper,
body.tlv-sports-site .entry-content,
body.tlv-sports-site .entry-content-single-page {
  padding: 0;
}

body.tlv-sports-site .tlv3-home p,
body.tlv-sports-site .tlv3-home h1,
body.tlv-sports-site .tlv3-home h2,
body.tlv-sports-site .tlv3-home h3 {
  margin-top: 0;
}

.tlv3-shell {
  width: min(var(--tlv3-container), calc(100% - 40px));
  margin-inline: auto;
}

.tlv3-ticker {
  position: relative;
  z-index: 1000;
  color: #b8c4bd;
  background: #0c2118;
  border-bottom: 1px solid rgba(33, 223, 120, .18);
  font-size: 13px;
}

.tlv3-ticker__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.tlv3-ticker__inner span {
  display: inline-flex;
  align-items: center;
}

.tlv3-ticker a {
  color: var(--tlv3-green) !important;
  font-weight: 800;
  text-decoration: none;
}

.tlv3-live-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--tlv3-red);
  box-shadow: 0 0 0 5px rgba(255, 68, 92, .14);
}

body.tlv-sports-site .tlv3-header {
  top: 0;
  background: rgba(8, 11, 10, .96);
  border-bottom: 1px solid var(--tlv3-line);
  backdrop-filter: blur(16px);
}

.admin-bar .tlv3-header {
  top: 32px;
}

body.tlv-sports-site .tlv3-header__inner {
  width: min(var(--tlv3-container), calc(100% - 40px));
  min-height: 84px;
  gap: 28px;
}

body.tlv-sports-site .tlv3-header .tlv-ref-logo {
  width: 202px;
  min-width: 202px;
  max-width: 202px;
}

body.tlv-sports-site .tlv3-header .tlv-ref-logo-img,
body.tlv-sports-site .tlv3-footer .tlv-ref-logo-img {
  width: auto;
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
  filter: none;
}

body.tlv-sports-site .tlv3-header .tlv-ref-nav .tlv-menu {
  justify-content: center;
  gap: 2px;
}

body.tlv-sports-site .tlv3-header .tlv-ref-nav .tlv-menu a {
  min-height: auto;
  padding: 8px 15px;
  border: 0;
  border-radius: 0;
  color: #dce3df;
  font-size: 14px;
  text-transform: none;
  background: transparent;
  box-shadow: none;
  transition: color .18s ease;
}

body.tlv-sports-site .tlv3-header .tlv-ref-nav .tlv-menu a:hover,
body.tlv-sports-site .tlv3-header .tlv-ref-nav .tlv-menu .current-menu-item > a {
  color: var(--tlv3-green);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.tlv3-header-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tlv3-header-buttons li:nth-child(n+3) {
  display: none;
}

.tlv3-header-buttons a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--tlv3-green);
  border-radius: 7px;
  color: #07110c !important;
  background: var(--tlv3-green);
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: none;
}

.tlv3-header-buttons li:nth-child(2) a {
  color: var(--tlv3-green) !important;
  background: transparent;
}

.tlv3-header-buttons a:hover {
  color: #07110c !important;
  background: var(--tlv3-lime);
  border-color: var(--tlv3-lime);
}

.tlv3-header-buttons li:nth-child(2) a:hover {
  color: #07110c !important;
  background: var(--tlv3-green);
  border-color: var(--tlv3-green);
}

.tlv3-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tlv3-search-toggle {
  width: 42px;
  height: 42px;
  position: relative;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--tlv3-line);
  border-radius: 7px;
  color: #fff;
  background: var(--tlv3-surface);
  cursor: pointer;
}

.tlv3-search-toggle span {
  width: 15px;
  height: 15px;
  position: relative;
  display: block;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.tlv3-search-toggle span::after {
  content: "";
  width: 7px;
  height: 2px;
  position: absolute;
  right: -6px;
  bottom: -3px;
  background: currentColor;
  transform: rotate(45deg);
}

.tlv3-search-toggle em {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.tlv3-header-cta,
.tlv3-footer-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 7px;
  color: #07110c !important;
  background: var(--tlv3-lime);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.tlv3-header-search {
  padding: 14px 0;
  border-top: 1px solid var(--tlv3-line);
  background: #0c100e;
}

.tlv3-header-search form,
.tlv3-mobile-search {
  display: flex;
  gap: 8px;
}

.tlv3-header-search input,
.tlv3-mobile-search input {
  min-width: 0;
  flex: 1;
  height: 44px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid var(--tlv3-line);
  border-radius: 7px;
  color: var(--tlv3-text);
  background: var(--tlv3-surface);
  box-shadow: none;
}

.tlv3-header-search button,
.tlv3-mobile-search button {
  min-height: 44px;
  margin: 0;
  padding: 0 20px;
  border: 0;
  border-radius: 7px;
  color: #07110c;
  background: var(--tlv3-green);
  font-weight: 900;
}

.tlv3-mobile-search {
  margin-top: 12px;
}

.tlv3-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 66px;
  border-bottom: 1px solid var(--tlv3-line);
  background:
    linear-gradient(90deg, rgba(33, 223, 120, .06) 1px, transparent 1px),
    linear-gradient(rgba(33, 223, 120, .05) 1px, transparent 1px),
    #080d0a;
  background-size: 64px 64px;
}

.tlv3-hero::after {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  right: -260px;
  top: -180px;
  border: 1px solid rgba(33, 223, 120, .12);
  border-radius: 50%;
}

.tlv3-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 520px);
  gap: 64px;
  align-items: center;
}

.tlv3-eyebrow {
  display: inline-flex;
  align-items: center;
  color: #b7c4bd;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tlv3-hero h1 {
  max-width: 700px;
  margin: 18px 0 22px !important;
  color: var(--tlv3-text);
  font-size: clamp(50px, 6.2vw, 88px);
  line-height: .96;
  font-weight: 950;
}

.tlv3-hero h1 strong {
  display: block;
  color: var(--tlv3-green);
  font-weight: inherit;
}

.tlv3-hero__copy > p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--tlv3-muted);
  font-size: 17px;
  line-height: 1.75;
}

.tlv3-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.tlv3-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease;
}

.tlv3-button:hover {
  transform: translateY(-2px);
}

.tlv3-button--primary {
  color: #07110c !important;
  background: var(--tlv3-green);
}

.tlv3-button--ghost {
  color: var(--tlv3-text) !important;
  background: var(--tlv3-surface);
  border-color: var(--tlv3-line);
}

.tlv3-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 34px;
}

.tlv3-hero__stats span {
  min-width: 130px;
  display: grid;
  gap: 3px;
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid var(--tlv3-line);
  color: var(--tlv3-muted);
  font-size: 12px;
}

.tlv3-hero__stats span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.tlv3-hero__stats b {
  color: var(--tlv3-text);
  font-size: 22px;
}

.tlv3-player-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(33, 223, 120, .34);
  border-radius: 8px;
  background: var(--tlv3-surface);
  box-shadow: 0 28px 60px rgba(0, 0, 0, .38);
}

.tlv3-player-card__top {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid var(--tlv3-line);
  color: var(--tlv3-muted);
  font-size: 12px;
}

.tlv3-player-card__top span {
  color: #fff;
  font-weight: 900;
}

.tlv3-player-card__screen {
  min-height: 286px;
  position: relative;
  display: grid;
  place-content: center;
  overflow: hidden;
  color: #dfe8e2;
  background: #0b2919;
  text-align: center;
}

.tlv3-pitch-lines {
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, .18);
}

.tlv3-pitch-lines::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.tlv3-pitch-lines::after {
  content: "";
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .18);
}

.tlv3-player-card__screen button {
  width: 66px;
  height: 66px;
  position: relative;
  z-index: 1;
  margin: 0 auto 14px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  color: #07110c;
  background: var(--tlv3-green);
  cursor: default;
}

.tlv3-player-card__screen button span {
  width: 0;
  height: 0;
  display: block;
  margin-left: 26px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid currentColor;
}

.tlv3-player-card__screen p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.tlv3-player-card__score {
  min-height: 94px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 15px;
  padding: 14px 18px;
}

.tlv3-player-card__score > div {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
}

.tlv3-player-card__score > div:last-child {
  justify-content: flex-end;
  text-align: right;
}

.tlv3-player-card__score > span {
  display: grid;
  text-align: center;
}

.tlv3-player-card__score > span b {
  color: var(--tlv3-lime);
  font-size: 18px;
}

.tlv3-player-card__score > span small {
  color: var(--tlv3-muted);
  font-size: 10px;
}

.tlv3-club-mark {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  color: #07110c;
  background: var(--tlv3-lime);
  font-size: 9px;
  font-weight: 950;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, .12);
}

.tlv3-club-mark--blue { background: #68b9ff; }
.tlv3-club-mark--gold { background: #ffc95f; }
.tlv3-club-mark--red { background: #ff697e; }
.tlv3-club-mark--violet { background: #b89bff; }
.tlv3-club-mark--cyan { background: #62e2db; }

.tlv3-club-mark--image {
  padding: 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.tlv3-club-mark--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 50%;
}

.tlv3-section {
  padding: 70px 0;
}

.tlv3-section + .tlv3-section {
  border-top: 1px solid var(--tlv3-line);
}

.tlv3-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.tlv3-section-heading span,
.tlv3-cta span,
.tlv3-table-card__head span {
  display: block;
  margin-bottom: 6px;
  color: var(--tlv3-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.tlv3-section-heading h2,
.tlv3-cta h2,
.tlv3-table-card__head h2 {
  margin: 0 !important;
  color: var(--tlv3-text);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 900;
}

.tlv3-section-heading > a {
  color: #dfe7e2 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.tlv3-section-heading > a b {
  color: var(--tlv3-green);
}

.tlv3-section-heading > small {
  color: var(--tlv3-muted);
  font-size: 11px;
}

.tlv3-api-page {
  min-height: 520px;
  background: var(--tlv3-bg);
}

.tlv3-section-heading--compact {
  margin-bottom: 22px;
}

.tlv3-section-heading--compact h2 {
  font-size: 27px;
}

.tlv3-filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.tlv3-date-filter,
.tlv3-league-filter {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.tlv3-date-filter button,
.tlv3-league-filter button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0 15px;
  border: 1px solid var(--tlv3-line);
  border-radius: 7px;
  color: #bec9c3;
  background: var(--tlv3-surface);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.tlv3-date-filter button small {
  color: var(--tlv3-muted);
}

.tlv3-date-filter button.is-active,
.tlv3-league-filter button.is-active {
  color: #07110c;
  background: var(--tlv3-green);
  border-color: var(--tlv3-green);
}

.tlv3-date-filter button.is-active small {
  color: #07110c;
}

.tlv3-match-list {
  display: grid;
  gap: 8px;
}

.tlv3-match {
  min-height: 94px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 160px;
  align-items: center;
  gap: 22px;
  padding: 14px 18px;
  border: 1px solid var(--tlv3-line);
  border-radius: 7px;
  background: var(--tlv3-surface);
  transition: border-color .2s ease, transform .2s ease;
}

.tlv3-match:hover,
.tlv3-match.is-featured {
  border-color: rgba(33, 223, 120, .48);
}

.tlv3-match:hover {
  transform: translateX(3px);
}

.tlv3-match__meta {
  display: grid;
  gap: 5px;
}

.tlv3-match__meta span {
  color: var(--tlv3-muted);
  font-size: 11px;
}

.tlv3-match__meta b {
  color: var(--tlv3-text);
  font-size: 22px;
}

.tlv3-match__teams {
  display: grid;
  grid-template-columns: 1fr 42px 1fr;
  align-items: center;
  gap: 12px;
}

.tlv3-match__teams > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.tlv3-match__teams > div:last-child {
  justify-content: flex-start;
}

.tlv3-match__teams strong {
  color: #f4f7f5;
  font-size: 14px;
}

.tlv3-match__teams em {
  color: var(--tlv3-gold);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.tlv3-match__action {
  display: grid;
  justify-items: end;
  gap: 6px;
}

.tlv3-match__action span {
  color: var(--tlv3-muted);
  font-size: 10px;
}

.tlv3-match__action a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 6px;
  color: #07110c !important;
  background: var(--tlv3-lime);
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.tlv3-match__action a.is-live {
  color: #fff !important;
  background: var(--tlv3-red);
}

.tlv3-schedule [hidden],
.tlv3-fixture-board [hidden],
.tlv3-match[hidden],
.tlv3-filter-empty[hidden] {
  display: none !important;
}

.tlv3-filter-empty {
  padding: 30px;
  margin: 0;
  border: 1px dashed var(--tlv3-line);
  border-radius: 7px;
  color: var(--tlv3-muted);
  text-align: center;
}

.tlv3-featured {
  background: #0b0f0d;
}

.tlv3-featured__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(330px, .7fr);
  gap: 18px;
}

.tlv3-featured-match,
.tlv3-upcoming,
.tlv3-table-card {
  padding: 26px;
  border: 1px solid var(--tlv3-line);
  border-radius: 8px;
  background: var(--tlv3-surface);
}

.tlv3-featured-match__body {
  min-height: 250px;
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--tlv3-line);
  border-bottom: 1px solid var(--tlv3-line);
}

.tlv3-featured-team,
.tlv3-featured-time {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.tlv3-featured-team .tlv3-club-mark {
  width: 68px;
  height: 68px;
  font-size: 13px;
}

.tlv3-featured-team strong {
  font-size: 18px;
}

.tlv3-featured-team small,
.tlv3-featured-time small {
  color: var(--tlv3-muted);
  font-size: 11px;
}

.tlv3-featured-time b {
  color: var(--tlv3-lime);
  font-size: 36px;
}

.tlv3-featured-time span {
  color: var(--tlv3-muted);
  font-size: 11px;
  font-weight: 900;
}

.tlv3-featured-match__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  color: var(--tlv3-muted);
  font-size: 11px;
}

.tlv3-featured-match__footer a {
  color: var(--tlv3-green) !important;
  font-weight: 900;
}

.tlv3-upcoming__item {
  display: grid;
  grid-template-columns: 55px 1fr 18px;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid var(--tlv3-line);
  color: var(--tlv3-text) !important;
  text-decoration: none;
}

.tlv3-upcoming__item > b {
  color: var(--tlv3-lime);
  font-size: 14px;
}

.tlv3-upcoming__item > span {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.tlv3-upcoming__item strong,
.tlv3-upcoming__item small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tlv3-upcoming__item strong {
  font-size: 12px;
}

.tlv3-upcoming__item small {
  color: var(--tlv3-muted);
  font-size: 11px;
}

.tlv3-upcoming__item em {
  color: var(--tlv3-green);
  font-style: normal;
}

.tlv3-news-layout {
  display: block;
}

.tlv3-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tlv3-story {
  overflow: hidden;
  border: 1px solid var(--tlv3-line);
  border-radius: 8px;
  background: var(--tlv3-surface);
}

.tlv3-story--large {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}

.tlv3-story__media {
  min-height: 180px;
  position: relative;
  display: grid;
  place-items: end start;
  overflow: hidden;
  padding: 18px;
  color: #fff !important;
  background-color: #163426;
  background-image:
    linear-gradient(32deg, transparent 0 48%, rgba(255, 255, 255, .08) 49% 51%, transparent 52%),
    linear-gradient(148deg, transparent 0 48%, rgba(255, 255, 255, .06) 49% 51%, transparent 52%);
  background-size: 54px 54px;
  text-decoration: none;
}

.tlv3-story--large .tlv3-story__media {
  min-height: 310px;
}

.tlv3-story__media--pitch { background-color: #17452a; }
.tlv3-story__media--lights { background-color: #21284a; }

.tlv3-story__media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.tlv3-story__media span {
  position: relative;
  z-index: 1;
  padding: 6px 9px;
  border-radius: 4px;
  color: #07110c;
  background: var(--tlv3-lime);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.tlv3-story__body {
  padding: 18px;
}

.tlv3-story--large .tlv3-story__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.tlv3-story__body > span {
  color: var(--tlv3-green);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.tlv3-story__body h3 {
  margin: 9px 0 10px !important;
  color: var(--tlv3-text);
  font-size: 19px;
  line-height: 1.35;
}

.tlv3-story--large .tlv3-story__body h3 {
  font-size: 27px;
}

.tlv3-story__body h3 a {
  color: inherit !important;
  text-decoration: none;
}

.tlv3-story__body p {
  margin-bottom: 14px;
  color: var(--tlv3-muted);
  font-size: 13px;
  line-height: 1.65;
}

.tlv3-story__body small {
  color: #9ba8a1;
  font-size: 10px;
}

.tlv3-table-card__head {
  margin-bottom: 20px;
}

.tlv3-table-card__head h2 {
  font-size: 27px;
}

.tlv3-table-card__labels,
.tlv3-table-card__row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 28px 34px 28px;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  border-top: 1px solid var(--tlv3-line);
  font-size: 11px;
}

.tlv3-table-card__labels {
  min-height: 32px;
  color: #69766f;
  font-size: 9px;
  text-transform: uppercase;
}

.tlv3-table-card__row > b {
  color: var(--tlv3-muted);
}

.tlv3-table-card__row > span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.tlv3-table-card__row .tlv3-club-mark {
  width: 26px;
  height: 26px;
  font-size: 6px;
}

.tlv3-table-card__row strong {
  overflow: hidden;
  color: #dfe7e2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tlv3-table-card__row em {
  color: var(--tlv3-muted);
  font-style: normal;
  text-align: center;
}

.tlv3-table-card__row em:last-child {
  color: var(--tlv3-lime);
  font-weight: 900;
}

.tlv3-table-card__link {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  border: 1px solid var(--tlv3-line);
  border-radius: 6px;
  color: var(--tlv3-green) !important;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.tlv3-cta {
  padding: 36px 0;
  border-top: 1px solid rgba(33, 223, 120, .2);
  border-bottom: 1px solid rgba(33, 223, 120, .2);
  background: #0c2118;
}

.tlv3-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tlv3-cta h2 {
  font-size: 30px;
}

body.tlv-sports-site .tlv3-footer {
  padding: 54px 0 26px;
  color: var(--tlv3-muted);
  background: #090c0a;
  text-align: left;
}

.tlv3-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 46px;
}

.tlv3-footer__brand .tlv-ref-logo {
  width: 210px;
  display: block;
  margin-bottom: 18px;
}

body.tlv-sports-site .tlv3-footer p {
  max-width: 360px;
  margin: 0 0 18px;
  color: var(--tlv3-muted);
  font-size: 13px;
  line-height: 1.75;
  font-weight: 400;
}

.tlv3-footer h2 {
  margin: 5px 0 18px;
  color: var(--tlv3-text);
  font-size: 14px;
  font-weight: 900;
}

.tlv3-footer .tlv-menu,
.tlv3-footer-links {
  display: grid;
  justify-content: stretch;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tlv3-footer .tlv-menu a,
.tlv3-footer-links a {
  display: inline-flex;
  padding: 0;
  color: var(--tlv3-muted);
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.tlv3-footer .tlv-menu a:hover,
.tlv3-footer-links a:hover {
  color: var(--tlv3-green);
}

.tlv3-footer-button {
  min-height: 40px;
}

.tlv3-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--tlv3-line);
  color: #9ba8a1;
  font-size: 11px;
}


.tlv3-scorebat-page {
  min-height: 620px;
  background: var(--tlv3-bg);
}

.tlv3-scorebat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tlv3-scorebat-card,
.tlv3-scorebat-frame {
  overflow: hidden;
  border: 1px solid var(--tlv3-line);
  border-radius: 7px;
  background: var(--tlv3-surface);
}

.tlv3-scorebat-card__video,
.tlv3-scorebat-card__thumb {
  display: block;
  background: #050806;
}

.tlv3-scorebat-card__video iframe,
.tlv3-scorebat-frame iframe {
  width: 100%;
  border: 0;
}

.tlv3-scorebat-card__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.tlv3-scorebat-card__body {
  padding: 14px 16px 16px;
}

.tlv3-scorebat-card__body span {
  display: block;
  margin-bottom: 6px;
  color: var(--tlv3-green);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tlv3-scorebat-card__body h3 {
  margin: 0 0 8px !important;
  color: var(--tlv3-text);
  font-size: 18px;
  line-height: 1.25;
}

.tlv3-scorebat-card__body small {
  color: var(--tlv3-muted);
  font-size: 12px;
}

.tlv3-scorebat-frame {
  height: min(780px, 78vh);
  background: #fff;
}

.tlv3-scorebat-frame iframe {
  display: block;
  height: 100%;
}

body.tlv-sports-site .tlv3-header .tlv-ref-nav .tlv-menu a {
  padding: 0 12px;
}

@media (max-width: 760px) {
  .tlv3-scorebat-grid {
    grid-template-columns: 1fr;
  }

  .tlv3-scorebat-frame {
    height: 680px;
  }
}


.tlv3-fixture-board {
  background: var(--tlv3-bg);
}

.tlv3-fixture-board .tlv3-shell {
  width: min(1540px, calc(100% - 40px));
}

.tlv3-fixture-tabs {
  display: flex;
  gap: 12px;
  padding: 14px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: #070907;
  overflow-x: auto;
  scrollbar-width: thin;
}

.tlv3-fixture-tabs button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 5px;
  color: #f4f6f5;
  background: #20242e;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.tlv3-fixture-tabs button i {
  font-style: normal;
  color: #f7f8f7;
}

.tlv3-fixture-tabs button b {
  color: inherit;
  font-size: 14px;
}

.tlv3-fixture-tabs button.is-active {
  color: #06110b;
  background: var(--tlv3-green);
  border-color: var(--tlv3-green);
}

.tlv3-fixture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tlv3-fixture-board .tlv3-fixture-card.tlv3-match {
  min-width: 0;
  min-height: 206px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 12px 12px 14px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  background: #0d0e0d;
  transform: none;
}

.tlv3-fixture-board .tlv3-fixture-card.tlv3-match:hover {
  border-color: rgba(33, 223, 120, .5);
  transform: none;
}

.tlv3-fixture-card__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "league badge"
    "time time";
  align-items: center;
  gap: 7px 8px;
}

.tlv3-fixture-card__league {
  grid-area: league;
  overflow: hidden;
  color: #f5f6f5;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tlv3-fixture-card__badge {
  grid-area: badge;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(255, 193, 7, .45);
  border-radius: 5px;
  color: #ffbf00;
  background: transparent;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.tlv3-fixture-card__badge.is-live {
  color: #fff;
  border-color: rgba(19, 223, 76, .85);
  background: linear-gradient(180deg, #20d84d, #008f25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .35);
}

.tlv3-fixture-card__badge.is-finished {
  color: #07110c;
  border-color: var(--tlv3-green);
  background: var(--tlv3-green);
}

.tlv3-fixture-card__top time {
  grid-area: time;
  overflow: hidden;
  color: #b9bebc;
  font-size: 13px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tlv3-fixture-card__body {
  display: grid;
  grid-template-columns: minmax(96px, 1fr) minmax(86px, auto) minmax(96px, 1fr);
  grid-template-areas: "home score away";
  align-items: center;
  justify-items: stretch;
  gap: 14px;
  flex: 1;
  min-height: 132px;
  padding: 14px 2px 16px;
}

.tlv3-fixture-team {
  min-width: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.tlv3-fixture-team--home {
  grid-area: home;
}

.tlv3-fixture-team--away {
  grid-area: away;
}

.tlv3-fixture-team .tlv3-club-mark {
  order: -1;
}

.tlv3-fixture-team strong {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  white-space: normal;
  word-break: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tlv3-fixture-board .tlv3-club-mark {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  font-size: 11px;
}

.tlv3-fixture-card__score {
  grid-area: score;
  align-self: center;
  display: grid;
  justify-items: center;
  gap: 9px;
  min-width: 86px;
}

.tlv3-fixture-card__score em {
  min-width: 68px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, .07);
  font-size: 32px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.tlv3-fixture-card__score a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 5px;
  color: #07110c !important;
  background: #12c84b;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.tlv3-fixture-card__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 -12px -14px;
  padding: 10px 12px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-radius: 0 0 7px 7px;
  background: rgba(255, 255, 255, .04);
}

.tlv3-fixture-card__casters {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.tlv3-fixture-card__casters span {
  color: #ffc400;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.tlv3-fixture-card__casters em {
  min-width: 0;
  max-width: 170px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  color: #f4f6f5;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tlv3-fixture-card__casters img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(255, 255, 255, .12);
}

.tlv3-seo-article-section {
  background: var(--tlv3-bg);
  padding-top: 18px;
}

.tlv3-seo-article {
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-right: 5px solid var(--tlv3-green);
  border-radius: 8px;
  color: #f6f7f6;
  background: #1b1b1b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.tlv3-seo-article-section[data-tlv3-seo-readmore] .tlv3-shell {
  position: relative;
}

.tlv3-seo-article-section[data-tlv3-seo-readmore] .tlv3-seo-article {
  overflow: hidden;
  transition: max-height .28s ease;
}

.tlv3-seo-article-section.is-collapsed .tlv3-shell::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 74px;
  left: 1px;
  height: 120px;
  pointer-events: none;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, rgba(27, 27, 27, 0), #1b1b1b 72%);
}

.tlv3-seo-readmore {
  display: flex;
  justify-content: center;
  margin-top: -1px;
  padding: 18px 0 2px;
}

.tlv3-seo-readmore[hidden] {
  display: none !important;
}

.tlv3-seo-readmore button {
  min-width: 142px;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  color: #06110c;
  background: var(--tlv3-green);
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(33, 223, 120, .18);
}

.tlv3-seo-readmore button:hover {
  filter: brightness(1.05);
}

.tlv3-seo-article #ftwp-container-outer.ftwp-in-post {
  width: min(200px, 100%) !important;
  height: auto !important;
  margin: 0 0 14px !important;
}

.tlv3-seo-article #ftwp-container.ftwp-wrap {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: 200px !important;
  margin: 0 !important;
  transform: none !important;
}

.tlv3-seo-article #ftwp-trigger {
  display: none !important;
}

.tlv3-seo-article #ftwp-contents {
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: hidden !important;
  border: 1px solid rgba(33, 223, 120, .22) !important;
  border-radius: 6px !important;
  background: #101713 !important;
  opacity: 1 !important;
  transform: none !important;
}

.tlv3-seo-article #ftwp-header {
  display: flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 0 9px !important;
  color: #f6f7f6 !important;
  background: #142019 !important;
}

.tlv3-seo-article #ftwp-header-control {
  width: 18px !important;
  min-width: 18px !important;
  margin-right: 7px !important;
  color: #f6f7f6 !important;
  font-size: 15px !important;
  line-height: 1 !important;
  opacity: .92 !important;
}

.tlv3-seo-article #ftwp-header-minimize {
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  margin-left: auto !important;
  color: rgba(246, 247, 246, .78) !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.tlv3-seo-article #ftwp-header-title {
  color: #f6f7f6 !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.tlv3-seo-article #ftwp-list {
  height: auto !important;
  max-height: none !important;
  padding: 6px 0 !important;
  background: #101713 !important;
  font-size: 13px !important;
}

.tlv3-seo-article #ftwp-list .ftwp-anchor {
  color: #f2f4f3 !important;
  text-decoration: none !important;
}

.tlv3-seo-article #ftwp-list .ftwp-anchor:hover,
.tlv3-seo-article #ftwp-list .ftwp-active {
  color: #21df78 !important;
  background: rgba(33, 223, 120, .1) !important;
}

.tlv3-seo-article div#ez-toc-container {
  box-sizing: border-box !important;
  width: min(350px, 100%) !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
  border: 2px solid rgba(255, 255, 255, .82) !important;
  border-radius: 7px !important;
  color: #f7f7f7 !important;
  background: #202020 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transition: width .22s ease, height .22s ease !important;
}

.tlv3-seo-article div#ez-toc-container:has(.eztoc-toggle-hide-by-default):not(.toc_close),
.tlv3-seo-article div#ez-toc-container:has(nav[style*="display: none"]),
.tlv3-seo-article div#ez-toc-container:has(ul[style*="display: none"]) {
  width: 216px !important;
  height: 56px !important;
}

.tlv3-seo-article div#ez-toc-container .ez-toc-title-container {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  min-height: 56px !important;
  padding: 0 10px 0 14px !important;
}

.tlv3-seo-article div#ez-toc-container p.ez-toc-title {
  margin: 0 !important;
  color: #f7f7f7 !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.tlv3-seo-article div#ez-toc-container .ez-toc-title-toggle {
  display: block !important;
  margin-left: auto !important;
}

.tlv3-seo-article div#ez-toc-container .ez-toc-title-toggle a.ez-toc-toggle {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  padding: 0 !important;
  border: 2px solid rgba(255, 255, 255, .62) !important;
  border-radius: 7px !important;
  color: #f7f7f7 !important;
  background: rgba(255, 255, 255, .05) !important;
  box-shadow: none !important;
}

.tlv3-seo-article div#ez-toc-container .ez-toc-title-toggle a.ez-toc-toggle:hover {
  border-color: rgba(255, 255, 255, .9) !important;
  background: rgba(255, 255, 255, .09) !important;
}

.tlv3-seo-article div#ez-toc-container .ez-toc-js-icon-con {
  display: none !important;
}

.tlv3-seo-article div#ez-toc-container .ez-toc-title-toggle a.ez-toc-toggle::before {
  content: "";
  display: block;
  width: 17px;
  height: 14px;
  background:
    linear-gradient(#f7f7f7 0 0) left 0 top 1px / 3px 3px no-repeat,
    linear-gradient(#f7f7f7 0 0) left 0 center / 3px 3px no-repeat,
    linear-gradient(#f7f7f7 0 0) left 0 bottom 1px / 3px 3px no-repeat,
    linear-gradient(#f7f7f7 0 0) right 0 top 2px / 11px 2px no-repeat,
    linear-gradient(#f7f7f7 0 0) right 0 center / 11px 2px no-repeat,
    linear-gradient(#f7f7f7 0 0) right 0 bottom 2px / 11px 2px no-repeat;
}

.tlv3-seo-article div#ez-toc-container .ez-toc-title-toggle a.ez-toc-toggle::after {
  content: "";
  display: block;
  width: 6px;
  height: 13px;
  margin-left: 4px;
  background:
    linear-gradient(135deg, transparent 45%, #f7f7f7 46% 55%, transparent 56%) top center / 6px 6px no-repeat,
    linear-gradient(315deg, transparent 45%, #f7f7f7 46% 55%, transparent 56%) bottom center / 6px 6px no-repeat;
  opacity: .9;
}

.tlv3-seo-article div#ez-toc-container nav {
  padding: 0 16px 16px !important;
}

.tlv3-seo-article div#ez-toc-container ul.ez-toc-list {
  margin: 0 !important;
  padding-left: 18px !important;
}

.tlv3-seo-article div#ez-toc-container ul,
.tlv3-seo-article div#ez-toc-container li {
  color: #f7f7f7 !important;
}

.tlv3-seo-article div#ez-toc-container li {
  margin: 7px 0 !important;
  line-height: 1.35 !important;
}

.tlv3-seo-article div#ez-toc-container a,
.tlv3-seo-article div#ez-toc-container a:visited {
  color: #f7f7f7 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.tlv3-seo-article div#ez-toc-container ul ul {
  margin-top: 6px !important;
  padding-left: 18px !important;
}

.tlv3-seo-article div#ez-toc-container ul ul a,
.tlv3-seo-article div#ez-toc-container ul ul a:visited {
  font-size: 14px !important;
  font-weight: 750 !important;
}

.tlv3-seo-article div#ez-toc-container a:hover {
  color: #21df78 !important;
}

@media (max-width: 640px) {
  .tlv3-seo-article div#ez-toc-container {
    width: min(350px, 100%) !important;
  }

  .tlv3-seo-article div#ez-toc-container:has(.eztoc-toggle-hide-by-default):not(.toc_close),
  .tlv3-seo-article div#ez-toc-container:has(nav[style*="display: none"]),
  .tlv3-seo-article div#ez-toc-container:has(ul[style*="display: none"]) {
    width: min(216px, 100%) !important;
  }

  .tlv3-seo-article div#ez-toc-container .ez-toc-title-container {
    min-height: 56px !important;
    padding: 0 10px 0 14px !important;
  }

  .tlv3-seo-article div#ez-toc-container p.ez-toc-title {
    font-size: 18px !important;
  }

  .tlv3-seo-article div#ez-toc-container .ez-toc-title-toggle a.ez-toc-toggle {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }

  .tlv3-seo-article div#ez-toc-container a,
  .tlv3-seo-article div#ez-toc-container a:visited {
    font-size: 16px !important;
  }

  .tlv3-seo-article div#ez-toc-container ul ul a,
  .tlv3-seo-article div#ez-toc-container ul ul a:visited {
    font-size: 14px !important;
  }
}

.tlv3-seo-article h1,
.tlv3-seo-article h2,
.tlv3-seo-article h3 {
  margin: 22px 0 12px !important;
  color: #ffd400;
  line-height: 1.18;
  font-weight: 950;
}

.tlv3-seo-article h1:first-child,
.tlv3-seo-article h2:first-child,
.tlv3-seo-article h3:first-child {
  margin-top: 0 !important;
}

.tlv3-seo-article p,
.tlv3-seo-article li {
  color: #f2f4f3;
  font-size: 15px;
  line-height: 1.65;
}

.tlv3-seo-article a {
  color: #ffd400;
  font-weight: 900;
}

.tlv3-seo-article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px 0 8px;
}

.tlv3-seo-article figure {
  margin: 22px 0;
}

.tlv3-seo-article figcaption {
  color: #f4f4f4;
  font-size: 13px;
  font-style: italic;
}

@media (max-width: 1280px) {
  .tlv3-fixture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .tlv3-fixture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tlv3-header-buttons--mobile {
    grid-template-columns: 1fr;
  }

  .tlv3-fixture-board .tlv3-shell {
    width: min(520px, calc(100% - 24px));
  }

  .tlv3-fixture-board .tlv3-section-heading {
    align-items: flex-start;
  }

  .tlv3-fixture-tabs {
    gap: 8px;
    padding: 10px;
    margin-bottom: 16px;
  }

  .tlv3-fixture-tabs button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .tlv3-fixture-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tlv3-fixture-board .tlv3-fixture-card.tlv3-match {
    min-height: 178px;
    padding: 11px 12px 13px;
  }

  .tlv3-fixture-card__top {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "league badge"
      "time time";
    gap: 6px 8px;
  }

  .tlv3-fixture-card__league {
    font-size: 12px;
  }

  .tlv3-fixture-card__badge {
    min-height: 24px;
    padding: 0 7px;
    font-size: 11px;
  }

  .tlv3-fixture-card__top time {
    font-size: 12px;
  }

  .tlv3-fixture-card__body {
    grid-template-columns: minmax(74px, 1fr) minmax(68px, auto) minmax(74px, 1fr);
    grid-template-areas: "home score away";
    gap: 8px;
    min-height: 104px;
    padding: 12px 0 14px;
  }

  .tlv3-fixture-team,
  .tlv3-fixture-team--home,
  .tlv3-fixture-team--away {
    justify-items: center;
  }

  .tlv3-fixture-team--home {
    justify-items: center;
  }

  .tlv3-fixture-team strong {
    font-size: 12px;
  }

  .tlv3-fixture-board .tlv3-club-mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .tlv3-fixture-card__score em {
    min-width: 58px;
    min-height: 36px;
    font-size: 26px;
  }

  .tlv3-fixture-card__bottom {
    gap: 8px;
  }

  .tlv3-fixture-card__score a {
    min-height: 28px;
    padding: 0 9px;
    font-size: 10px;
  }

  .tlv3-seo-article {
    padding: 22px 18px;
  }
}

@media (max-width: 380px) {
  .tlv3-fixture-card__body {
    grid-template-columns: minmax(66px, 1fr) minmax(60px, auto) minmax(66px, 1fr);
  }

  .tlv3-fixture-team strong {
    font-size: 13px;
  }

  .tlv3-fixture-card__score em {
    font-size: 24px;
  }

  .tlv3-fixture-card__casters span,
  .tlv3-fixture-card__casters em {
    font-size: 11px;
  }
}


.tlv3-standings-page {
  min-height: 620px;
  background: var(--tlv3-bg);
}

.tlv3-standings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tlv3-standing-card,
.tlv3-standings-note {
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  background: #0d0e0d;
}

.tlv3-standing-card {
  overflow: hidden;
}

.tlv3-standing-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.tlv3-standing-card__head h3 {
  margin: 0 !important;
  color: #fff;
  font-size: 22px;
  font-weight: 950;
}

.tlv3-standing-card__head span {
  color: var(--tlv3-green);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.tlv3-standing-table {
  display: grid;
}

.tlv3-standing-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) repeat(6, 42px);
  align-items: center;
  min-height: 54px;
  gap: 8px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.tlv3-standing-row:last-child {
  border-bottom: 0;
}

.tlv3-standing-row--head {
  min-height: 38px;
  color: #9aa29e;
  background: rgba(255, 255, 255, .035);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tlv3-standing-row > b,
.tlv3-standing-row em {
  color: #f5f7f6;
  font-style: normal;
  font-weight: 850;
  text-align: center;
}

.tlv3-standing-team {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tlv3-standing-team .tlv3-club-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  font-size: 10px;
}

.tlv3-standing-team strong {
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tlv3-standing-row .is-points {
  color: #07110c;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--tlv3-green);
  font-weight: 950;
}

.tlv3-standings-note {
  margin-top: 22px;
  padding: 20px;
}

.tlv3-standings-note span {
  display: block;
  margin-bottom: 8px;
  color: var(--tlv3-green);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tlv3-standings-note h3 {
  margin: 0 0 14px !important;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
}

.tlv3-standings-note div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tlv3-standings-note b {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 5px;
  color: #dfe7e2;
  background: #141814;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .tlv3-standings-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .tlv3-standing-row {
    grid-template-columns: 28px minmax(120px, 1fr) repeat(6, 34px);
    overflow-x: auto;
    padding: 0 10px;
  }

  .tlv3-standing-card {
    overflow-x: auto;
  }

  .tlv3-standing-table {
    min-width: 620px;
  }
}
