.heng99-football-live-section {
  margin-top: 40px;
}

.heng99-football-live-title {
  padding: 16px;
  background-color: var(--h99-title-bar-color);
  color: var(--h99-title-font-color);
  font-size: var(--h99-title-font-size);
  font-weight: var(--h99-title-font-weight);
}

.heng99-football-live-league {
  display: flex;
  column-gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 20px;
}

.heng99-football-live-league-item {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
}

.heng99-football-live-league-item__img {
  object-fit: cover;
  object-position: center center;
  width: 60px;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--h99-white-color);
  cursor: pointer;
}

.heng99-football-live-league-item__img:hover {
  filter: contrast(1.5);
}

/* .heng99-football-live-subtitle {
  margin-top: 10px;
} */

.heng99-football-live-subtitle__msg {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  background-color: var(--h99-title-bar-color);
  color: var(--h99-title-font-color);
  padding: 10px;
  text-align: center;
  border-top: 2px solid var(--h99-title-font-color);
  margin: 0;
}

table.heng99-football-live-match-table {
  width: 100%;
  font-size: 20px;
  border-color: #fff;
}

table.heng99-football-live-match-table td {
  border-right: 2px solid #fff;
  height: 54px;
  vertical-align: middle;
  padding: 10px;
}

table.heng99-football-live-match-table td:last-child {
  border-right: none;
}

table.heng99-football-live-match-table tr {
  background-color: #2e2e2e;
}

table.heng99-football-live-match-table tr:nth-child(even) {
  background-color: #1b1b1b;
}

img.heng99-football-live-match__logo {
  max-width: 24px;
}

.col-datetime,
.col-vs,
.col-action {
  width: 10%;
  text-align: center;
}

.col-team {
  width: 35%;
  text-align: center;
}

.heng99-football-live-match-team {
  position: relative;
  text-align: center;
  width: 100%;
}

.col-team--home img.heng99-football-live-match__logo {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.col-team--away img.heng99-football-live-match__logo {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}


.heng99-football-channel-wrapper {
  display: flex;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.heng99-football-channel-wrapper.is-hidden {
  display: none;
}

.heng99-football-channel-item {
  width: 100px;
}

.heng99-football-channel-item__thumbnail a {
  display: block;
  width: 100%;
}

.heng99-football-channel-item__thumbnail img {
  width: 80px;
  margin: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.heng99-football-channel-item .heng99-football-channel-item__label a {
  word-wrap: break-word;
  text-align: center;
  color: var(--h99-white-color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.heng99-football-channel-item:hover .heng99-football-channel-item__thumbnail img {
  filter: contrast(1.5);
}

.heng99-football-channel-item:hover .heng99-football-channel-item__label a {
  color: var(--h99-highlight-color);
}

.heng99-football-channel-viewmore {
  text-align: center;
  padding: 20px 10px;
}

.heng99-football-channel a.heng99-football-channel-viewmore__link {
  display: block;
  max-width: 100%;
  color: var(--h99-white-color);
  margin-top: 10px;
  width: 320px;
  text-align: center;
  padding: 10px;
  font-weight: var(--font-title-weight);
  border-radius: 20px;
  border: 1px solid #444;
  margin: auto;
}

.heng99-football-channel a.heng99-football-channel-viewmore__link:hover {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.front-section-info {
  margin-top: 20px;
}

.heng99-football-live-match-channel-item {
  background-color: #bf1d28;
  padding: 2px 8px;
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
}

.heng99-football-live-icon {
  max-width: 50px;
}

.heng99-football-live-content {
  overflow-x: auto;
}

table.heng99-football-live-match-table a.heng99-football-live-match-channel-item {
  text-decoration: none;
}

.live-page-container {
  max-width: var(--h99-content-width);
  margin: auto;
}

.live-page-container .breadcrumb-list {
  list-style: none;
  padding: 0;
}

.live-page-container .breadcrumb-list {
  display: flex;
  margin-top: 10px;
  font-size: 14px;
}

.live-page-container .breadcrumb-list .breadcrumb-item::after {
  content: "/";
  color: var(--white-color);
}

.live-page-container .breadcrumb-list .breadcrumb-item::after {
  content: "/";
  color: var(--white-color);
}

.live-page-container .breadcrumb-list .breadcrumb-item:last-child::after {
  content: none;
}

.live-page-info {
  margin-top: 30px;
  text-align: center;
}

.live-page-channel {
  margin-top: 20px;
}

.live-page-channel-title {
  text-align: center;
}

.heng99-football-sticky-wrapper {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
}

.live-page-detail {
  text-align: center;
  margin-top: 20px;
}