.worldcup2026 {
  background-image: url('../images/worldcup2026/bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  background-attachment: fixed;
}

.worldcup2026 .logo {
  text-align: center;
}

.worldcup2026 .logo img {
  width: 200px;
}

.worldcup-navbar {
  top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 2px;
  backdrop-filter: blur(3px);
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}

.worldcup-navbar a {
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 40px;
}

@media (max-width: 768px) {
  .worldcup-navbar {
    gap: 0px;
  }

  .worldcup-navbar a {
    font-size: 14px;
    padding: 8px 15px;
  }
}

.worldcup-navbar a.active {
  background-color: rgba(255, 255, 255, 0.2);
}

.worldcup-navbar a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.worldcup2026 .featured-main {}

.worldcup2026 .featured-main span.datetime,
.worldcup2026 .featured-main p,
.worldcup2026 .featured-main strong {
  opacity: 1;
  color: #FFF;
}

.worldcup2026 .news-card span.datetime,
.worldcup2026 .news-card:hover strong,
.worldcup2026 .news-card strong {
  color: #FFF;
}

.worldcup2026 .news-card strong.topic .datetime::before {
  background-color: #FFF;
}

.worldcup-widget {
  backdrop-filter: blur(7px);
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  padding: 30px;
  padding-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .worldcup-widget {
    padding: 20px;
    padding-top: 20px;
  }
}

.worldcup-widget h3 {
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .worldcup-widget h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.one-worldcup-widget .match-card,
.worldcup2026 .match-card {
  display: block;
  background: #FFF;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.one-worldcup-widget .match-card .meta,
.worldcup2026 .match-card .meta {
  margin-bottom: 10px;
}

.one-worldcup-widget .match-card .team-flag,
.worldcup2026 .match-card .team-flag {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.one-worldcup-widget .match-card .stadium-name,
.worldcup2026 .match-card .stadium-name {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.one-worldcup-widget .match-card .date,
.worldcup2026 .match-card .date {
  font-size: 12px;
  color: #333;
  opacity: 0.7;
}

.one-worldcup-widget .match-card .match-live-time,
.worldcup2026 .match-card .match-live-time {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  background-color: rgb(255, 200, 0);
  color: #333;
  border-radius: 5px;
  padding: 5px 10px;
}

.one-worldcup-widget .match-card .location,
.worldcup2026 .match-card .location {
  font-size: 12px;
  color: #333;
  opacity: 0.7;
  text-wrap: nowrap;

}

.one-worldcup-widget .match-card .team-info strong,
.worldcup2026 .match-card .team-info strong {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.one-worldcup-widget .match-card .team-info .team-vs,
.worldcup2026 .match-card .team-info .team-vs {
  font-size: 10px;
  font-weight: 600;
  color: #333;
  opacity: 0.7;
  transform: translateY(15px);
}

.one-worldcup-widget .match-card .team-info .team-score,
.worldcup2026 .match-card .team-info .team-score strong {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.worldcup2026 table {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  border-collapse: collapse;
}

.worldcup2026 table img.team-flag {
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: top;
}

.worldcup2026 table img.player-photo {
  width: 50px !important;
  height: 50px !important;
  object-fit: contain;
  vertical-align: top;
  border-radius: 50px;
  border: 1px solid #EEE;
}

.worldcup2026 table th,
.worldcup2026 table td {
  padding: 10px;
  color: #333;
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.worldcup2026 table th {
  font-size: 12px;
}

.worldcup2026 .team-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 10px;
}

.worldcup2026 .team-card img.team-flag {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
  border-radius: 5px;
  object-fit: cover;
}

.worldcup2026 .team-card strong {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
  color: #FFF;
}

@media (max-width: 768px) {
  .worldcup2026 .team-card strong {
    font-size: 14px;
  }
}

.worldcup2026 .match-header {
  background-color: #FFF;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .worldcup2026 .match-header {
    padding: 20px;
  }
}

.worldcup2026 .match-header .match-title {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.worldcup2026 .match-header .match-time {
  font-weight: 600;
  font-size: 18px;
}

.worldcup2026 .match-header .match-elapsed {
  font-size: 9px;
  font-weight: 600;
  background-color: rgb(255, 200, 0);
  color: #333;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
}

.worldcup2026 .match-header .match-date {
  font-size: 12px;
  opacity: 0.7;
}

.worldcup2026 .match-header .team-flag {
  width: 50px;
  margin: 0 15px;
  object-fit: contain;
}

.worldcup2026 .match-header .match-stadium-name {
  font-size: 13px;
  border-top: 1px solid #EEE;
  padding-top: 20px;
  margin-top: 20px;
  color: #333;
  opacity: 0.7;
}

.worldcup2026 .match-header strong {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .worldcup2026 .match-header .team-flag {
    width: 40px;
    margin: 0;
  }

  .worldcup2026 .match-header strong {
    font-size: 12px;
    display: block;
    white-space: nowrap;
  }
}

.worldcup2026 .match-statistic {}

.worldcup2026 .match-statistic .stat-row {
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 24px;
}

.worldcup2026 .match-statistic .stat-row:last-child {
  margin-bottom: 0;
}

.worldcup2026 .match-statistic .stat-label {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFF;
  margin-bottom: 8px;
}

.worldcup2026 .match-statistic .stat-compare {
  display: flex;
  align-items: center;
  gap: 12px;
}

.worldcup2026 .match-statistic .stat-value {
  flex: 0 0 36px;
  font-size: 13px;
  color: #ffffff;
}

.worldcup2026 .match-statistic .stat-value--home {
  text-align: left;
}

.worldcup2026 .match-statistic .stat-value--away {
  text-align: right;
}

.worldcup2026 .match-statistic .stat-bar {
  position: relative;
  flex: 1;
  height: 8px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 999px;
  overflow: hidden;
}

.worldcup2026 .match-statistic .stat-bar__home {
  position: absolute;
  top: 0;
  right: 50%;
  height: 100%;
  background: #fff700;
  border-radius: 999px 0 0 999px;
  transition: width 0.3s ease;
}

.worldcup2026 .match-statistic .stat-bar__away {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background: #70b8ff;
  border-radius: 0 999px 999px 0;
  transition: width 0.3s ease;
}

.worldcup2026 .event-empty {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin: 0;
}

.worldcup2026 .match-events-timeline {
  position: relative;
  padding: 4px 0;
}

.worldcup2026 .match-events-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
  border-radius: 999px;
}

.worldcup2026 .event-row {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 20px;
}

.worldcup2026 .event-row:last-child {
  margin-bottom: 0;
}

.worldcup2026 .event-side {
  min-width: 0;
}

.worldcup2026 .event-side--home {
  text-align: right;
}

.worldcup2026 .event-side--away {
  text-align: left;
}

.worldcup2026 .event-center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 1;
}

.worldcup2026 .event-minute {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  color: #333;
  background: #ced5ff;
  border-radius: 999px;
  line-height: 1;
}

.worldcup2026 .event-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}

.worldcup2026 .event-dot.event-icon--goal {
  background: #fff700;
}

.worldcup2026 .event-dot.event-icon--yellow {
  background: #ffc800;
}

.worldcup2026 .event-dot.event-icon--red {
  background: #e53935;
}

.worldcup2026 .event-dot.event-icon--subst {
  background: #70b8ff;
}

.worldcup2026 .event-card {
  display: inline-block;
  max-width: 100%;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  text-align: left;
  transition: background 0.2s ease, transform 0.2s ease;
}

.worldcup2026 .event-side--home .event-card {
  text-align: right;
}

.worldcup2026 .event-card:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.worldcup2026 .event-row--home .event-card {
  border-left: 3px solid #fff700;
}

.worldcup2026 .event-row--away .event-card {
  border-right: 3px solid #70b8ff;
}

.worldcup2026 .event-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.worldcup2026 .event-side--home .event-card__header {
  justify-content: flex-end;
}

.worldcup2026 .event-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-radius: 3px;
}

.worldcup2026 .event-icon--goal {
  background: #fff700;
  border-radius: 50%;
}

.worldcup2026 .event-icon--yellow {
  background: #ffc800;
}

.worldcup2026 .event-icon--red {
  background: #e53935;
}

.worldcup2026 .event-icon--subst {
  background: #70b8ff;
  border-radius: 50%;
}

.worldcup2026 .event-type {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.worldcup2026 .event-card__player {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.worldcup2026 .event-card__assist,
.worldcup2026 .event-card__sub {
  margin-top: 4px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
}

.worldcup2026 .event-card__sub-out {
  display: inline-block;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .worldcup2026 .event-row {
    grid-template-columns: 1fr 44px 1fr;
    gap: 8px;
    margin-bottom: 16px;
  }

  .worldcup2026 .event-minute {
    min-width: 34px;
    padding: 3px 6px;
    font-size: 10px;
  }

  .worldcup2026 .event-card {
    padding: 10px 12px;
    border-radius: 12px;
  }

  .worldcup2026 .event-card__player {
    font-size: 12px;
  }
}

.one-worldcup-widget {
  background: url('../images/worldcup2026/bg.png') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px;
  border-radius: 30px;
}

.one-worldcup-widget .logo img {
  width: 200px;
}

@media (max-width: 768px) {
  .one-worldcup-widget {
    padding: 20px;
  }
}

.worldcup2026 .date-group {
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.worldcup2026 .date-group::-webkit-scrollbar {
  display: none;
}

.worldcup2026 .date-group a {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.05);
}

.worldcup2026 .date-group a strong {
  font-size: 16px;
}

.worldcup2026 .date-group a.today {
  border: 2px solid #fffb00;
}

.worldcup2026 .date-group a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.worldcup2026 .date-group a.active {
  color: #333;
  background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 768px) {
  .worldcup2026 .date-group a {
    font-size: 10px;
    padding: 8px 12px;
  }

  .worldcup2026 .date-group a strong {
    font-size: 14px;
  }
}