/*
Theme Name: DCT Theme
Template: epagreenlite
Version: 1.4.2
Description: Devanga Champions Trophy - Cricket Tournament
*/
@import url("../epagreenlite/style.css");

/* ===== POWERED BY STRIP (under header, before hero) ===== */
.dct-powered-by {
  background: #fff;
  border-bottom: 1px solid #e8ecf2;
  padding: 6px 20px;
}
.dct-powered-by-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 18px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 56px;
  width: 100%;
  box-sizing: border-box;
}
.dct-powered-by-label {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #555;
  white-space: nowrap;
  text-align: center;
}
.dct-powered-by-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 22px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  margin: 0 auto;
  padding: 4px 0;
}
.dct-powered-by-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.dct-powered-by-logo:hover,
.dct-powered-by-logo:focus-visible {
  opacity: 0.85;
}
.dct-powered-by img.dct-sponsor-logo,
.dct-powered-by .dct-powered-by-logo img {
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-width: 140px !important;
  max-height: 56px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .dct-powered-by {
    padding: 6px 12px;
  }
  .dct-powered-by-inner {
    gap: 8px 12px;
    min-height: 48px;
    justify-content: center;
  }
  .dct-powered-by-label {
    font-size: 10px;
    letter-spacing: 1.2px;
    width: 100%;
    text-align: center;
  }
  .dct-powered-by-logos {
    gap: 16px;
    justify-content: center;
    margin: 0 auto;
  }
  .dct-powered-by img.dct-sponsor-logo,
  .dct-powered-by .dct-powered-by-logo img {
    max-height: 48px !important;
    max-width: 110px !important;
  }
}
/* Desktop: Powered By starts from the left (Our Sponsors stays centered) */
@media (min-width: 768px) {
  .dct-powered-by {
    padding: 6px 32px;
  }
  .dct-powered-by-inner {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
  }
  .dct-powered-by-label {
    text-align: left;
  }
  .dct-powered-by-logos {
    justify-content: flex-start;
    margin: 0;
  }
}

/* ===== CRICKET SITE CUSTOMIZATIONS ===== */
.site-branding .site-title, .dct-brand-name {
    color: #FFD700 !important;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Georgia', serif;
}
.main-navigation a { color: #fff; }
.main-navigation { background: #1a1a1a; }
.dct-videos-section { background: #111; padding: 60px 0; }
.dct-videos-page { background: #111; min-height: 50vh; }
.dct-videos-section--page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  box-sizing: border-box;
}
.dct-videos-page-title {
  text-align: center;
  margin: 0 0 28px;
  color: #fff;
}
.dct-videos-page-title span { color: #FFD700; }
.dct-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  padding: 0;
}
.dct-video-grid .dct-video-card {
  min-width: 0;
  width: 100%;
}
.dct-videos-empty {
  color: #aaa;
  padding: 20px;
  grid-column: 1 / -1;
  text-align: center;
}
.dct-video-slider { display: flex; overflow-x: auto; gap: 20px; padding: 20px; scroll-snap-type: x mandatory; }
.dct-video-card { min-width: 280px; background: #222; border-radius: 8px; overflow: hidden; scroll-snap-align: start; cursor: pointer; transition: transform 0.2s; border: none; padding: 0; text-align: left; font: inherit; color: inherit; display: flex; flex-direction: column; }
.dct-video-card:hover { transform: scale(1.03); }
.dct-video-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
  flex-shrink: 0;
}
.dct-video-card-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0d2244, #1a4f9a);
  display: block;
}
.dct-video-card-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.92);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.dct-video-card-media .dct-cover-img,
.dct-video-card-media img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center center;
  display: block;
  border: none;
}
.dct-video-card iframe,
.dct-video-card video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center center;
  border: none;
}
.dct-video-card .card-title { color: #fff; padding: 10px; font-size: 14px; display: block; }
.dct-videos-section--highlights {
  background: #0a0a0a;
  padding: 12px 0 20px;
}
.dct-videos-section--highlights .dct-video-slider {
  padding-top: 0;
  padding-bottom: 0;
}
.dct-teams-section { padding: 60px 0; background: #f9f9f9; }
.dct-team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
.dct-team-card { background: #fff; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.dct-team-card img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; margin-bottom: 10px; }
.dct-schedule-section { padding: 60px 0; }
.dct-schedule-table { width: 100%; border-collapse: collapse; }
.dct-schedule-table th { background: #1a4f9a; color: #fff; padding: 12px; }
.dct-schedule-table td { padding: 10px; border-bottom: 1px solid #eee; }
.dct-schedule-table tr:nth-child(even) { background: #f5f5f5; }
.dct-gallery-section { padding: 60px 0; background: #111; }
.dct-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; }
.dct-gallery-grid img { width: 100%; height: 150px; object-fit: cover; border-radius: 4px; }
.dct-sponsors-section {
  padding: 40px 40px;
  background: #f8f9fc;
  text-align: center;
}
.dct-sponsors-heading {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 800;
  margin: 0 0 6px;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.dct-sponsors-rule {
  width: 60px;
  height: 3px;
  background: #1a5fa8;
  margin: 8px auto 12px;
  border-radius: 2px;
}
.dct-sponsors-sub {
  color: #666;
  margin: 0 0 36px;
  font-size: 14px;
  letter-spacing: 1px;
}
.dct-sponsors-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px 36px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
/* Transparent layout wrapper only — no card/box around logos */
.dct-sponsor-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  max-width: 180px;
  min-height: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  overflow: visible;
}
.dct-sponsor-item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  text-decoration: none;
}
.dct-sponsor-item > a:hover,
.dct-sponsor-item > a:focus-visible {
  opacity: 0.85;
}
/* Logos as images only — natural proportions, no framed blocks */
.dct-sponsor-logo,
.dct-sponsors-grid img,
.dct-sponsor-item img,
.dct-sponsors-section .dct-sponsor-item img,
.dct-sponsors-section img.dct-sponsor-logo {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  max-width: 160px !important;
  max-height: 88px !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  opacity: 1;
  filter: none;
  image-rendering: auto;
  transform: none;
  padding: 0 !important;
  margin: 0 auto !important;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.dct-sponsor-name-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #444;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  text-align: center;
}
.dct-sponsor-name-fallback:hover {
  color: #1a5fa8;
}
/* LiteSpeed / generic lazy-load: keep sponsor logos sharp (no blur placeholder) */
.dct-sponsors-section img.skip-lazy,
.dct-sponsors-section .dct-sponsor-logo {
  filter: none !important;
  opacity: 1 !important;
}
.dct-sponsors-section img.litespeed-loaded,
.dct-sponsors-section img.entered {
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}
.dct-section-title { text-align: center; font-size: 32px; font-weight: 700; margin-bottom: 40px; color: #1a1a1a; }
.dct-section-title span { color: #1a4f9a; }
.dct-hero { position: relative; min-height: 400px; background: linear-gradient(135deg, #1a1a1a 0%, #1a4f9a 100%); display: flex; align-items: center; justify-content: center; text-align: center; padding: 60px 20px; flex-direction: column; }
.dct-hero h1 { color: #FFD700; font-size: 48px; font-weight: 900; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 10px; font-family: Georgia, serif; }
.dct-hero p { color: #ccc; font-size: 18px; }

/* === DCT Logo size constraint (auto-added) === */
.custom-logo-link img, .custom-logo { max-height: 36px !important; width: auto !important; }
.site-header .custom-logo-link { display: inline-block; }
.dct-brand img, .dct-brand .custom-logo { max-height: 40px !important; width: auto !important; max-width: 40px !important; }
/* === CHANGE 1: Blue header + compact logo === */
#dct-header { background: #1a4f9a !important; }
.dct-brand img, .dct-brand .custom-logo, .custom-logo-link img { max-height: 36px !important; max-width: 36px !important; width: auto !important; }

/* IPL-style full-bleed hero carousel — fill force (1.1.9) */
#dct-hero-carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 480px;
  overflow: hidden;
  overflow-x: hidden;
  background: #0a0a0a;
  box-sizing: border-box;
  isolation: isolate;
}
#dct-hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  box-sizing: border-box;
}
#dct-hero-carousel .dct-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  background: #0a0a0a;
}
#dct-hero-carousel .dct-hero-slide-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #0a0a0a;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#dct-hero-carousel img.dct-cover-img,
#dct-hero-carousel .dct-hero-slide img,
#dct-hero-carousel .dct-hero-slide .dct-cover-img,
#dct-hero-carousel .dct-hero-slide-media img,
#dct-hero-carousel .dct-hero-slide-media .dct-cover-img,
#dct-hero-carousel .dct-hero-slide-media img.dct-cover-img {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-sizing: border-box !important;
}
.dct-hero-slide-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0d2244, #1a4f9a);
}
.dct-hero-overlay-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 38%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  pointer-events: none;
  z-index: 1;
}
.dct-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(255, 215, 0, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.dct-play-btn span {
  color: #000;
  font-size: 24px;
  margin-left: 4px;
}
.dct-hero-caption {
  position: absolute;
  bottom: 50px;
  left: 40px;
  right: 120px;
  z-index: 2;
  box-sizing: border-box;
}
.dct-hero-caption-label {
  color: #ffd700;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.dct-hero-caption-title {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dct-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}
.dct-hero-nav:hover {
  background: rgba(0, 0, 0, 0.8);
}
.dct-hero-nav--prev {
  left: 16px;
}
.dct-hero-nav--next {
  right: 16px;
}
#dct-hero-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 6px;
  align-items: center;
  max-width: calc(100% - 32px);
  box-sizing: border-box;
}
#dct-hero-dots span {
  display: block;
  height: 4px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
}
#dct-video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.dct-video-modal-inner {
  position: relative;
  max-width: 900px;
  width: 92%;
  box-sizing: border-box;
}
.dct-video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
}
.dct-video-modal-aspect {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.dct-video-modal-aspect iframe,
.dct-video-modal-aspect video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 4px;
  background: #000;
}

@media (min-width: 768px) {
  #dct-hero-carousel {
    width: 100vw;
    max-width: none;
    margin: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 400px;
    min-height: 380px;
    max-height: 420px;
    overflow: hidden;
  }
  .dct-videos-section--highlights {
    width: calc(100% - 48px);
    max-width: 1320px;
    margin: 12px auto 0;
    padding: 0 0 16px;
    background: transparent;
  }
  .dct-videos-section--highlights .dct-video-slider {
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .dct-hero-caption {
    bottom: 28px;
    left: 28px;
    right: 96px;
  }
  .dct-hero-caption-title {
    font-size: 22px;
  }
  .dct-videos-section {
    padding: 32px 20px;
  }
  .dct-video-slider {
    max-width: 1320px;
    margin: 0 auto;
    padding: 12px 16px;
    gap: 16px;
    overflow-x: auto;
  }
  .dct-video-card {
    min-width: 0;
    flex: 1 1 calc(25% - 12px);
    max-width: 300px;
  }
  .dct-video-card-media {
    aspect-ratio: 16 / 9;
  }
  .dct-features-section {
    padding: 24px 20px 32px;
  }
  .dct-features-grid {
    gap: 20px;
  }
  .dct-feat-image-card {
    aspect-ratio: 16 / 9;
    max-height: 220px;
  }
}

/* Teams page — 12 owner grid (frame follows image aspect ratio) */
.dct-teams-page { padding: 40px 20px; max-width: 1200px; margin: 0 auto; }
.dct-owners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: start;
}
@media (min-width: 768px) {
  .dct-owners-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
}
.dct-owner-card { text-align: center; }
.dct-owner-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  line-height: 0;
}
.dct-owner-img,
.dct-owner-media img {
  width: 100%;
  height: auto;
  display: block;
}
.dct-owner-media .dct-owner-img,
.dct-owner-media img.size-large,
.dct-owner-media img[class*="wp-image-"] {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}
.dct-owner-placeholder {
  width: 100%;
  aspect-ratio: 1;
  min-height: 120px;
  background: linear-gradient(135deg, #1a4f9a, #2272c3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
}
.dct-owner-name {
  margin-top: 12px;
  font-weight: 600;
  color: #1a1a1a;
  font-size: 15px;
}
.dct-view-teams-link {
  display: inline-block;
  padding: 12px 28px;
  background: #1a4f9a;
  color: #fff !important;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}
.dct-view-teams-link:hover { background: #153d7a; }

/* ===== Homepage image feature blocks (Teams / Fixtures / Gallery) ===== */
.dct-features-section {
  padding: 20px 16px;
  background: #f0f4fa;
  margin-top: 0;
}
.dct-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}
.dct-feat-image-card {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #0d2244, #1a4f9a);
  text-decoration: none;
}
.dct-feat-image-card img,
.dct-feat-image-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.dct-feat-image-placeholder {
  background: linear-gradient(135deg, #0d2244, #1a4f9a);
}
.dct-feat-image-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: background 0.25s ease;
}
.dct-feat-image-card:hover .dct-feat-image-overlay {
  background: rgba(0, 0, 0, 0.12);
}
.dct-feat-image-card:hover img {
  transform: scale(1.03);
}
.dct-feat-image-card:focus-visible {
  outline: 2px solid #ffd700;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  body.dct-home,
  body.home {
    overflow-x: hidden;
  }
  #dct-hero-carousel {
    width: 100%;
    max-width: 100vw;
    margin-left: 0;
    height: clamp(220px, 56vw, 280px);
    overflow-x: hidden;
  }
  .dct-hero-caption {
    bottom: 32px;
    left: 12px;
    right: 52px;
  }
  .dct-hero-caption-label {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
  }
  .dct-hero-caption-title {
    font-size: clamp(14px, 4.2vw, 20px);
    line-height: 1.15;
  }
  .dct-play-btn {
    width: 48px;
    height: 48px;
    opacity: 0.85;
  }
  .dct-play-btn span {
    font-size: 18px;
  }
  .dct-hero-nav {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    font-size: 20px;
  }
  .dct-hero-nav--prev {
    left: 8px;
  }
  .dct-hero-nav--next {
    right: 8px;
  }
  #dct-hero-dots {
    bottom: 10px;
    gap: 8px;
  }
  #dct-hero-dots span {
    min-width: 8px;
    min-height: 12px;
    padding: 4px 0;
    background-clip: content-box;
  }
  .dct-video-slider {
    padding: 12px 14px;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
    scroll-padding-inline: 14px;
  }
  .dct-video-card {
    min-width: min(72vw, 260px);
    flex: 0 0 auto;
  }
  .dct-video-card-media {
    aspect-ratio: 16 / 9;
  }
  .dct-videos-section--page {
    padding: 28px 14px 40px;
  }
  .dct-video-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .dct-videos-section--highlights {
    padding: 10px 0 16px;
    background: #0a0a0a;
  }
  .dct-video-modal-inner {
    width: 94%;
  }
  .dct-video-modal-close {
    top: -36px;
    font-size: 26px;
  }
  .dct-features-section {
    padding: 10px 14px 12px;
  }
  .dct-features-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .dct-feat-image-card {
    aspect-ratio: 16 / 9;
    max-height: 150px;
    width: 100%;
  }
  .dct-sponsors-section {
    padding: 32px 16px;
  }
  .dct-sponsors-grid {
    justify-content: center;
    align-items: center;
    gap: 20px 16px;
  }
  .dct-sponsor-item {
    max-width: 140px;
  }
  .dct-sponsor-logo,
  .dct-sponsors-grid img,
  .dct-sponsor-item img,
  .dct-sponsors-section .dct-sponsor-item img,
  .dct-sponsors-section img.dct-sponsor-logo {
    max-width: 130px !important;
    max-height: 72px !important;
  }
}

/* ===== Tournament schedule / fixtures ===== */
.dct-schedule-page {
  padding: 18px 20px 40px;
  max-width: 960px;
  margin: 0 auto;
}
/* Schedule template only: avoid stacking section top padding under main */
.dct-schedule-page > .dct-schedule-section {
  padding-top: 0;
  padding-bottom: 48px;
}
.dct-schedule-page .dct-schedule-hero {
  margin-top: 0;
  margin-bottom: 28px;
}
.dct-schedule-page .dct-schedule-hero__title.dct-section-title {
  margin-top: 0;
  margin-bottom: 8px;
}
.dct-schedule-hero__date {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #1a4f9a;
  line-height: 1.3;
}
.dct-schedule-hero__date time {
  display: inline-block;
}
.dct-schedule-page__title {
  text-align: center;
  margin-bottom: 8px;
}
.dct-schedule-hero {
  text-align: center;
  margin-bottom: 32px;
}
.dct-schedule-hero__title {
  margin-bottom: 8px;
}
.dct-schedule-timing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 auto 20px;
  max-width: 720px;
}
.dct-schedule-timing-card {
  background: linear-gradient(180deg, #f8fafc 0%, #eef3fa 100%);
  border: 1px solid #d8e2f0;
  border-radius: 10px;
  padding: 14px 12px;
  box-shadow: 0 2px 8px rgba(26, 79, 154, 0.06);
}
.dct-schedule-timing-card__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a4f9a;
  margin-bottom: 6px;
}
.dct-schedule-timing-card__time {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.25;
}
.dct-schedule-hero__venue {
  margin: 6px 0;
  color: #444;
  font-size: 15px;
}
.dct-schedule-group-blocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  text-align: left;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.dct-group-block {
  padding: 8px 8px 10px;
  background: #f0f4fa;
  border-radius: 8px;
  border: 1px solid #e0e8f4;
}
.dct-group-block__title {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 800;
  color: #1a4f9a;
  text-align: center;
  letter-spacing: 0.02em;
}
.dct-group-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.dct-group-grid__cell {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  overflow: hidden;
  background: #dde5f0;
  border: 1px dashed #b8c5d8;
}
.dct-group-grid__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dct-group-grid__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  text-align: center;
  font-size: 9px;
  color: #6b7a8f;
  line-height: 1.25;
}
/* Rounds-only grid: Round 1–3 / 4–6 / 7. Do not place .dct-fixture-break as siblings. */
.dct-fixtures-rounds,
.dct-schedule-rounds {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
/* Safety: hide inter-round breaks so they cannot interrupt the 3-col flow */
.dct-fixtures-rounds > .dct-fixture-break,
.dct-schedule-rounds > .dct-fixture-break {
  display: none !important;
}
.dct-fixture-round,
.dct-schedule-round {
  margin-top: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.dct-round-heading,
.dct-schedule-round__title {
  font-size: 18px;
  font-weight: 800;
  color: #1a4f9a;
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid #e8ecf2;
}
.dct-schedule-round__window {
  font-weight: 600;
  font-size: 14px;
  color: #666;
}
.dct-fixture-break {
  text-align: center;
  padding: 10px 0;
  margin: 4px 0;
}
.dct-fixture-break span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #888;
  background: #f5f5f5;
  padding: 6px 14px;
  border-radius: 999px;
}
.dct-fixture-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dct-fixture-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e4e8ef;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(26, 79, 154, 0.06);
}
.dct-fixture-block__main {
  flex: 1;
  min-width: 0;
}
.dct-fixture-block__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 6px;
  font-size: 12px;
  color: #666;
}
.dct-fixture-block__badge {
  background: #1a4f9a;
  color: #fff;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
}
.dct-fixture-block__group {
  background: #fff8e1;
  color: #8a6d00;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
}
.dct-fixture-block__teams {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #1a1a1a;
}
.dct-fixture-block__vs {
  font-weight: 500;
  color: #888;
  margin: 0 6px;
  font-size: 14px;
}
.dct-fixture-block__outcome {
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.dct-fixture-block__result,
.dct-fixture-block__score {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #2e7d32;
  font-weight: 600;
}
.dct-fixture-block__score {
  color: #1a4f9a;
}
.dct-fixture-block__label {
  font-weight: 700;
  color: #555;
  margin-right: 4px;
}
.dct-score-link {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #1a4f9a;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.dct-score-link:hover,
.dct-score-link:focus {
  color: #0d2f66;
  outline: none;
}
.dct-score-link:focus-visible {
  outline: 2px solid #1a4f9a;
  outline-offset: 2px;
  border-radius: 2px;
}
.dct-score-link--empty {
  color: #6a7a90;
  font-weight: 600;
}
.dct-score-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.dct-score-modal[hidden] {
  display: none !important;
}
.dct-score-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 32, 0.55);
}
.dct-score-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  margin: 0;
  padding: 28px 24px 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  outline: none;
}
.dct-score-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #444;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.dct-score-modal__close:hover,
.dct-score-modal__close:focus {
  color: #111;
}
.dct-score-modal__title {
  margin: 0 28px 12px 0;
  font-size: 18px;
  line-height: 1.3;
  color: #1a1a1a;
}
.dct-score-modal__score {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  color: #1a4f9a;
  word-break: break-word;
}
.dct-score-modal__score--empty {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}
html.dct-score-modal-open {
  overflow: hidden;
}

/* Teams owner card — clickable popup */
.dct-owner-media-btn {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  line-height: 0;
  border-radius: inherit;
}
.dct-owner-media-btn:focus {
  outline: none;
}
.dct-owner-media-btn:focus-visible {
  outline: 2px solid #1a4f9a;
  outline-offset: 3px;
}
.dct-owner-card--clickable .dct-owner-media,
.dct-owner-media-btn {
  cursor: pointer;
}
.dct-team-popup-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.dct-team-popup-modal[hidden] {
  display: none !important;
}
.dct-team-popup-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 32, 0.65);
}
.dct-team-popup-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  margin: 0;
  padding: 16px 16px 12px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  outline: none;
  text-align: center;
}
.dct-team-popup-modal__close {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #444;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.dct-team-popup-modal__close:hover,
.dct-team-popup-modal__close:focus {
  color: #111;
}
.dct-team-popup-modal__img {
  display: block;
  max-width: 100%;
  max-height: min(78vh, 820px);
  width: auto;
  height: auto;
  margin: 0 auto;
  border-radius: 6px;
}
.dct-team-popup-modal__caption {
  margin: 10px 28px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}
.dct-team-popup-modal__caption[hidden] {
  display: none !important;
}
html.dct-team-popup-open {
  overflow: hidden;
}

.dct-fixture-block__action {
  flex-shrink: 0;
}
.dct-fixture-watch {
  display: inline-block;
  padding: 10px 18px;
  background: linear-gradient(135deg, #ffd700, #f0b800);
  color: #1a1a1a !important;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 6px;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.dct-fixture-watch:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}
.dct-fixture-watch--disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: default;
}
.dct-schedule-empty {
  text-align: center;
  color: #888;
  padding: 40px 20px;
}
/* Mobile (≤767): keep rounds single column for readability / tap targets */
@media (max-width: 767px) {
  .dct-fixtures-rounds,
  .dct-schedule-rounds {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .dct-fixtures-rounds,
  .dct-schedule-rounds {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .dct-fixtures-rounds .dct-fixture-block {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px 14px;
  }
  .dct-fixtures-rounds .dct-fixture-block__teams {
    font-size: 14px;
    line-height: 1.3;
  }
  .dct-fixtures-rounds .dct-fixture-block__meta {
    font-size: 11px;
    gap: 6px 8px;
  }
  .dct-fixtures-rounds .dct-fixture-block__action {
    text-align: center;
    padding-top: 2px;
  }
  .dct-fixtures-rounds .dct-fixture-watch {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 12px;
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .dct-schedule-group-blocks {
    grid-template-columns: 1fr;
    max-width: 220px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .dct-schedule-group-blocks {
    gap: 8px;
    max-width: 100%;
  }
  .dct-group-block {
    padding: 6px;
  }
  .dct-group-block__title {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .dct-group-grid {
    gap: 3px;
  }
}
@media (max-width: 640px) {
  .dct-schedule-page {
    padding-top: 12px;
  }
  .dct-schedule-timing-cards {
    grid-template-columns: 1fr;
    max-width: 280px;
  }
  .dct-fixture-block {
    flex-direction: column;
    align-items: stretch;
  }
  .dct-fixture-block__action {
    text-align: center;
    padding-top: 4px;
  }
  .dct-fixture-watch {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}

/* ===== Schedule hub — 3 stage cards ===== */
.dct-schedule-back {
  margin: 0 0 12px;
  font-size: 14px;
}
.dct-schedule-back a {
  color: #1a4f9a;
  font-weight: 700;
  text-decoration: none;
}
.dct-schedule-back a:hover {
  text-decoration: underline;
}
.dct-schedule-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 8px auto 0;
  max-width: 960px;
}
.dct-schedule-stage-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 180px;
  padding: 22px 20px;
  border-radius: 12px;
  text-decoration: none !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(13, 34, 68, 0.18);
  background: linear-gradient(145deg, #0d2244 0%, #1a4f9a 70%, #163d74 100%);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.dct-schedule-stage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 10%, rgba(255, 215, 0, 0.22), transparent 45%);
  pointer-events: none;
}
.dct-schedule-stage-card--knockout {
  background: linear-gradient(145deg, #1a2a44 0%, #2a5f9e 55%, #0f3a6e 100%);
}
.dct-schedule-stage-card--final {
  background: linear-gradient(145deg, #2a2108 0%, #8a6d00 45%, #1a4f9a 100%);
}
.dct-schedule-stage-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(13, 34, 68, 0.28);
}
.dct-schedule-stage-card:focus-visible {
  outline: 2px solid #ffd700;
  outline-offset: 3px;
}
.dct-schedule-stage-card__eyebrow,
.dct-schedule-stage-card__title,
.dct-schedule-stage-card__subtitle,
.dct-schedule-stage-card__cta {
  position: relative;
  z-index: 1;
}
.dct-schedule-stage-card__eyebrow {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 8px;
  font-weight: 700;
}
.dct-schedule-stage-card__title {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #ffd700;
}
.dct-schedule-stage-card__subtitle {
  font-size: 14px;
  line-height: 1.35;
  opacity: 0.92;
  margin-bottom: 16px;
}
.dct-schedule-stage-card__cta {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

/* Playoffs / finals extras */
.dct-playoff-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.dct-playoff-chip {
  background: #eef3fa;
  border: 1px solid #d8e2f0;
  color: #1a4f9a;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
}
.dct-playoff-criteria {
  background: #f7f9fc;
  border: 1px solid #e0e8f4;
  border-radius: 10px;
  padding: 18px 20px;
  margin: 0 0 28px;
}
.dct-playoff-criteria__title,
.dct-playoff-direct__title {
  margin: 0 0 10px;
  color: #1a4f9a;
  font-size: 16px;
  font-weight: 800;
}
.dct-playoff-direct {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e0e8f4;
}
.dct-playoff-criteria__list {
  margin: 0;
  padding-left: 18px;
  color: #333;
  font-size: 14px;
  line-height: 1.55;
}
.dct-playoff-block {
  margin-bottom: 28px;
}
.dct-playoff-block .dct-fixture-break {
  display: block;
}
.dct-schedule-finals__window {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 800;
  color: #1a4f9a;
}
.dct-playoff-block--final .dct-fixture-block {
  border-color: #f0d56a;
  box-shadow: 0 4px 16px rgba(240, 181, 0, 0.15);
}

@media (max-width: 767px) {
  .dct-schedule-stage-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    gap: 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .dct-schedule-stage-card {
    min-height: 150px;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(255, 215, 0, 0.25);
  }
  .dct-schedule-stage-card:hover {
    transform: none;
  }
  .dct-schedule-timing-cards {
    grid-template-columns: 1fr;
    max-width: 280px;
  }
  .dct-schedule-hero__date {
    font-size: 16px;
  }
}


/* ===== DCT Footer copyright (v1.3.6) ===== */
.dct-site-footer,
#colophon.dct-site-footer,
footer.site-footer.dct-site-footer {
    background: linear-gradient(135deg, #0d2244, #1a4f9a);
    border-top: 3px solid #2272c3;
    margin: 0;
    padding: 0;
    width: 100%;
}
.dct-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 24px;
    text-align: center;
}
.dct-footer-copyright,
.footer-copyright.dct-footer-copyright,
#colophon .dct-footer-copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #e8f0ff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.5;
}
.dct-footer-copyright a,
#colophon .dct-footer-copyright a {
    color: #FFD700;
    text-decoration: none;
}
@media (max-width: 640px) {
    .dct-footer-inner { padding: 16px 14px; }
    .dct-footer-copyright { font-size: 12px; }
}
