.liga-table-container {
  margin: 34px 0;
}
.title-liga-table-wrapper {
  display: grid;
}
.title-liga-table-wrapper .title,
.title-liga-table-wrapper .subinfo {
  color: #404040;
  font-size: 13px;
  line-height: 110%;
}
.title-liga-table-wrapper .title {
  font-weight: 700;
  font-size: 18px !important;
}

.liga-table-wrapper {
  width: 100%;
}
.article-table-wrapper {
  width: 100%;
}
.liga-content-table {
  border-collapse: collapse;
  margin: 8px 0;
  font-size: 14px;
  width: 100%;
}
.liga-content-table th,
.liga-content-table td {
  padding: 8px 13px;
}
.liga-content-table thead {
  background: #f3f3f3;
}
.liga-content-table thead tr th,
.liga-content-table tbody tr td {
  color: #013766;
  font-weight: 700;
  font-size: 13px;
}
.liga-content-table tbody tr td.club-name {
  font-weight: 500;
  display: flex;
  gap: 5px;
  align-items: center;
}
.liga-content-table tbody tr td.club-name-jadwal {
  justify-content: space-between;
}
.liga-content-table tbody tr td.club-name .club-name-wrapper {
  display: flex;
  gap: 5px;
}
.liga-content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.liga-content-table tbody tr {
  background-color: #ffffff;
}
.liga-content-table tbody tr.active {
  background-color: #0137660a;
}
.liga-content-table tbody tr.redline {
  border-left: 4px solid #cb0000;
}
.liga-content-table tbody tr td {
  border-bottom: 1px solid #d9d9d9;
}
.liga-content-table thead tr th.tanggal,
.liga-content-table tbody tr td.tanggal {
  width: 100px;
  text-align: center;
}
.liga-content-table thead tr th.goal,
.liga-content-table tbody tr td.goal {
  width: 100px;
  text-align: center;
}
.liga-content-table thead tr th.klasemen,
.liga-content-table tbody tr td.klasemen {
  width: 65px;
  text-align: center;
}
.liga-content-table thead tr th.no-klub,
.liga-content-table tbody tr td.no-klub {
  width: 60px;
  text-align: center;
}
.info-liga-table-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-liga-table-container .left-content {
  font-size: 10px;
  color: #404040;
  line-height: 110%;
}
.info-liga-table-container .left-content span {
  font-weight: 700;
}
.info-liga-table-container .right-content {
  display: flex;
  font-weight: 400;
  gap: 5px;
  font-size: 12px;
  color: #404040;
  align-items: center;
}
.btn-liga-tabel-bc {
  background: #013766;
  border-radius: 5px;
  padding: 8px 8px;
  display: flex;
  align-items: center;
}
.btn-liga-tabel-bc .svgicon {
  fill: #ffffff;
  transform: rotate(-90deg);
  width: 7px;
}

.thumb-table-club img {
  margin: 0 auto;
}

.merge-content-info {
  display: flex;
  gap: 12px;
}

.thumb-table-club{position: relative; --size-club-mob:24px; width: var(--size-club-mob); height: var(--size-club-mob);}
.thumb-table-club::before{display: block; content: ""; padding-top: 100%;}
.thumb-table-club img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain;}

@media screen and (min-width: 1024px) {
  .liga-content-table thead tr th.tanggal,
  .liga-content-table tbody tr td.tanggal {
    width: 150px;
  }
  .liga-content-table thead tr th.goal,
  .liga-content-table tbody tr td.goal {
    width: 200px;
  }
  .liga-content-table thead tr th.klasemen,
  .liga-content-table tbody tr td.klasemen {
    width: 80px;
  }
  .info-liga-table-container .left-content {
    font-size: 12px;
  }
  .info-liga-table-container .right-content {
    font-size: 14px;
  }
}
