.entry-content table:not(.variations) {
  border: none;
}
.overall-stats-container {
  max-width: 1700px;
  margin: 0 auto;
}

.highland-cup-wins-summary {
  margin-bottom: 50px;
  text-align: center;
}

.team-wins-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 30px;
  margin-bottom: 100px;
  border-collapse: collapse;
  background-color: #eaeff2;
  border-radius: 48px;
  padding: 40px 80px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(7px 14px 24px rgba(0, 0, 0, 0.04));
}

.team-win-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.team-wins-flag {
  width: 100px;
  height: 100px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
  object-fit: cover;
}
.past-champions-section .team-cell span {
  display: none;
}
.team-wins-count {
  font-size: 48px;
  font-weight: 700;
  color: var(--main-color);
  line-height: 1;
}

.team-wins-label {
  font-size: 16px;
  font-weight: 600;
  color: #3f3f3f;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.overall-stats-row {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}

.overall-stats-column {
}

.left-column {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background: transparent;
  border: none;
  width: 70%;
}

.right-column {
  padding: 0px;
  width: 50%;
}

.overall-stats-row-full {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}

.overall-stats-row-full .past-captains-section,
.overall-stats-row-full .award-players-section {
  flex: 1;
  width: 50%;
}

.table-wraper {
  border-collapse: collapse;
  background-color: #eaeff2;
  border-radius: 48px;
  padding: 40px;
  filter: drop-shadow(7px 14px 24px rgba(0, 0, 0, 0.04));
}
table.stats-table {
  max-width: 760px;
  margin: auto !important;
}

.stats-table td,
.stats-table th {
  border: none;
}

.stats-table td:not(:last-child),
.stats-table th:not(:last-child) {
  border-right: 1px solid #73737338;
}

.stats-table tr:not(:last-child) td,
.stats-table tr:not(:last-child) th {
  border-bottom: 1px solid #73737338;
}

.left-column .past-champions-section,
.left-column .mvp-winners-section {
  box-shadow: none;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.stats-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 20px;
}

.stats-table tbody tr td {
  padding: 10px 15px;
  vertical-align: middle;
}
table.stats-table tbody .year-cell {
  color: var(--main-color);
  font-weight: 700;
  font-size: 20px;
}

table.stats-table {
  font-size: 15px;
  color: #3f3f3f;
}
table.stats-table tbody tr:nth-child(odd) {
  background: hsl(0deg 0% 100% / 60%);
}
.stats-table th {
  font-weight: 600;
  color: #3f3f3f !important;
  padding: 12px 15px;
  text-align: center;
}

.stats-table tbody tr {
  border-bottom: 1px solid #e6eaef;
}

.stats-table tbody tr:last-child {
  border-bottom: none;
}

.stats-table td {
  padding: 12px 15px;
  text-align: center;
}

.stats-table thead tr th:first-child {
  border-top-left-radius: 5px;
}

.stats-table thead tr th:last-child {
  border-top-right-radius: 5px;
}

.past-champions-section table .year-cell {
}

.past-champions-section table .team-cell {
}

.past-champions-section table .captain-cell {
  text-align: left;
  padding-left: 20px;
}

.mvp-winners-section table .year-cell {
}

.mvp-winners-section table .mvp-cell {
  text-align: center;
  padding-left: 20px;
}

.mvp-winners-section table .team-cell {
}
.stats-table tbody tr td.team-cell {
  min-height: 83px;
}
.individual-stats-section table .player-cell {
  text-align: left;
  padding-left: 20px;
}
.individual-stats-section table thead .player-cell {
  text-align: center;
}
.individual-stats-section table .wins-cell {
  text-align: center;
  font-weight: 600;
  color: #1e3a5f;
}

.team-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.player-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
td.mvp-cell .player-info {
}
.player-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.player-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.player-name {
  font-weight: 600;
  color: #1e3a5f;
}

.team-flag {
  width: 43px;

  border-radius: 2px;
  object-fit: cover;
}

.view-more-container {
  text-align: center;
}

.stats-table tfoot td {
}

a.view-more-button.center.btn.button {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

.individual-stats-section .player-info {
  gap: 30px;
}

.individual-stats-section .player-image {
  margin-right: 0;
}

.individual-stats-section span.player-name {
  margin-left: -10px;
}
@media (max-width: 1200px) {
  .overall-stats-container {
    padding: 0 0px;
  }

  .overall-stats-row {
    flex-direction: column;
    gap: 60px;
  }

  .overall-stats-column {
    margin-bottom: 20px;
  }

  .left-column {
    gap: 60px;
    width: 100%;
  }

  .right-column {
    width: 100%;
  }

  .past-champions-section,
  .mvp-winners-section {
    margin-bottom: 0;
  }

  .table-wraper {
    padding: 20px 20px;
    overflow-x: auto;
  }

  .stats-table {
    min-width: 100%;
    font-size: 14px;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .player-image {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }

  .stats-table th,
  .stats-table td {
    padding: 8px 10px;
  }

  .individual-stats-section table .player-cell,
  .mvp-winners-section table .mvp-cell,
  .past-champions-section table .captain-cell {
    padding-left: 8px;
  }

  .player-info {
    justify-content: flex-start;
  }

  .player-name {
    font-size: 13px;
  }

  .team-flag {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }

  .team-cell {
    flex-direction: row;
    gap: 5px;
  }
  td.team-cell span {
    display: none;
  }

  table.stats-table tbody .year-cell {
    font-size: 16px;
  }
  .stats-table tbody tr td {
    padding: 5px;
  }
  .entry-content thead th,
  .entry-content tr th {
    text-align: center !important;
    padding: 15px 10px;
  }
  td.mvp-cell .player-info {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .overall-stats-container {
    padding: 0 10px;
  }

  .overall-stats-row-full {
    flex-direction: column;
    gap: 60px;
  }

  .overall-stats-row-full .past-captains-section,
  .overall-stats-row-full .award-players-section {
    width: 100%;
  }

  .team-wins-container {
    gap: 30px;
  }

  .team-wins-flag {
    width: 60px;
    height: 60px;
  }

  .team-wins-count {
    font-size: 36px;
  }

  .team-wins-label {
    font-size: 14px;
  }
  .entry-content thead th,
  .entry-content tr th {
    font-size: 14px;
  }
  .table-wraper {
    padding: 15px 10px;
    border-radius: 24px;
  }

  .stats-table {
    font-size: 12px;
  }

  .section-title {
    font-size: 24px;
  }

  .player-image {
    width: 35px;
    height: 35px;
    margin-right: 6px;
  }

  .stats-table th,
  .stats-table td {
    padding: 6px 8px;
  }

  .player-name {
    font-size: 12px;
  }

  .team-flag {
    width: 25px;
    height: 25px;
  }

  table.stats-table tbody .year-cell {
    font-size: 14px;
  }

  .team-cell {
    flex-direction: column;
    gap: 3px;
    text-align: center;
  }
  td.team-cell span {
    display: none;
  }
  .team-cell span {
    font-size: 11px;
  }
}
