<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ&nbsp;‡ç­¾æŒ‰é’® */
.label-box {
  background-color: var(--background-primary);
  border-radius: 10px;
  padding: 20px;
  /* padding-bottom: 20px; */
}

.label-box .label-title {
  flex-wrap: wrap;
}

.label-box .label-title .title,
.label-box .label-content .tag {
  background: var(--background-primary);
  border-radius: 22px;
  color: var(--color-text-primary);
  font-size: 18px;
  font-weight: 400;
  padding: 10px 28px;
  margin-bottom: 8px;
}

.label-box .label-title .title:hover,
.label-box .label-content .tag:hover {
  /* background: #f5f5f5; */
  color: var(--color-primary);
  /* font-weight: 700; */
}

.label-box .title {
  font-size: 18px;
  color: #333333;
}

.label-box .label-title .checked,
.label-box .label-content .checked {
  background: #fff4dc;
  color: var(--color-primary);
  font-weight: bold;
  border-radius: var(--border-radius-base);
}

.label-box .select-date {
  position: relative;
}

.label-box .select-date input[type='date']::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 10px;
}

.label-box .select-date input {
  text-align: right;
  height: 49px;
  line-height: 49px;
  width: 170px;
  border: 1px solid #dddddd;
  /* border: none; */
  border-radius: 6px;
  padding: 8px;
  padding-right: 17px;
  color: #333333;
}

.label-box .select-date input[type='date']::-webkit-calendar-picker-indicator {
  background: url('../images/date_log.png');
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  width: 20px;
}

.game-list {
  background: var(--background-primary);
  border-radius: var(--border-radius-big);
  padding: 20px;
}

.game-list-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.game-list-item .date {
  color: var(--color-text-primary);
  padding: 5px 15px;
  margin: 15px 0;
  max-width: 330px;
  background: linear-gradient(90deg, #f0f0f0 0%, #ffffff 100%);
}

.game-list .game-list-item:not(.game-list-item ~ .game-list-item) .date {
  margin-top: 0;
}

.game-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 15px;
  gap: 10px;
  white-space: nowrap;
  font-size: var(--font-size-normal);
  border-bottom: 1px solid #f5f5f5;
  color: var(--color-text-primary);
}

.game-box:hover {
  color: var(--color-primary);
}

.game-list-item .game-box:has(+ .date) {
  border-bottom-color: transparent;
}

.game-box:hover {
  background: var(--background-regular);
  border-radius: var(--border-radius-big);
}

.game-time .time {
  margin-right: 20px;
}

.game-team {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  width: 0;
  overflow: hidden;
}

.game-box .game-programme {
  width: 100px;
  text-align: right;
}

.game-team .game-team-block {
  display: flex;
  align-items: center;
  flex: 1;
  width: 0;
}

.game-team .game-team-left {
  justify-content: flex-end;
}

.game-team .team-name {
  display: block;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-team .team-logo {
  height: 33px;
  width: 33px;
  min-width: 33px;
  border-radius: 50%;
  border: 1px solid var(--border-color-base);
  margin: 0 15px;
}

.game-team .team-score {
  margin: 5px;
}

.game-team .game-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 40px;
}

.programme-num {
  color: #ff9c00;
}


.game-box .video_list {
  font-size: var(--font-size-min);
  min-width: 90px;
}

.game-box .video_list .video_icon {
  width: auto;
  height: 12px;
}

.ball-type-line {
  margin-right: 10px
}

.ball-type-line .btn-ball-type {
  display: block;
  line-height: 49px;
  border-radius: 8px;
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
  background: linear-gradient(90deg, #ff571d 0%, #ff970f 100%);
}

.ball-type-line .btn-ball-type span {
  font-weight: bold;
}

.leagues-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.leagues-items .league-item-a {
  display: block;
  text-align: center;
  border: var(--background-secondary) 1px solid;
  background-color: var(--background-secondary);
  border-radius: 8px;
  height: 150px;
  margin-bottom: 15px;
  width: 13%;
  min-width: 100px;
  padding: 0px 5px 10px 5px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.leagues-items .league-item-a:hover {
  transform: scale(1.1);
}

.league-item-a .league-logo-img {
  padding-top: 20px;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.league-item-a .league-logo-img img {
  width: 100%;
  max-height: 80px;
  object-fit: contain !important;
}

.league-item-a .league-name {
  display: block;
  margin-top: 12px;
}

.league-detail {
  display: flex;
  flex-grow: 1;
  width: 100%;
}

.league-detail .league-logo {
  width: 10%;
  min-width: 80px;
  max-height: 90px;
  margin-right: 20px;
}

.league-detail .league-logo img {
  width: 100%;
  max-height: 90px;
  object-fit: contain !important;
}

.league-detail .league-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.league-detail .league-info p {
  margin-top: 7px;
}

.league-detail .league-info p span {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .label-box .label-title {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  
  .select-date .select-date-input {
    width: 20px !important;
    border: none !important;
    opacity: 0;
  }
  
  .game-list {
    background: none;
    padding: 0;
  }

  .game-list-item .date {
    max-width: 100%;
    margin-bottom: 0;
    border-radius: var(--border-radius-min);
  }

  .game-box {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    background: white;
    margin-top: 15px;
    padding: 15px;
    border-radius: var(--border-radius-min);
  }

  .game-team {
    width: 100%;
    gap: 2px;
    font-size: var(--font-size-small);
  }

  .game-team .team-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
  }

  .game-team .team-logo {
    margin: 0;
  }

  .game-team .game-status {
    margin: 0 5px;
  }

  .game-programme {
    position: absolute;
    top: 15px;
    right: 15px;
  }
    
  .game-box .video_list {
    width: 100%;
    justify-content: center;
  }
}
</pre></body></html>