.related-matches .matches-list .relates-list-item {
  display: flex;
  flex-direction: column;
  width: 48%;
  padding: 0 15px;
}

.related-matches .matches-list .relates-list-item {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px;
}

.related-matches .matches-list .relates-match-time-status {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  font-size: 14px;
  color: #333333;
}

.related-matches .matches-list .relates-match-time {
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333333;
  flex: 1;
  width: 0;
}

.related-matches .matches-list .relates-match-status {
  font-weight: bold;
}

.related-matches .matches-list .relates-match-status-live {
  color: #ff621e;
}

.related-matches .matches-list .relates-match-status-result {
  color: #128449;
}

.related-matches .matches-list .relates-match-status-upcoming {
  color: #333333;
}

.related-matches .matches-list .relates-match-process {
  font-size: 12px;
  color: #666666;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}

.related-matches .matches-list .relates-match-team {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-top: 10px;
}

.related-matches .matches-list .relates-match-team-img {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

.related-matches .matches-list .relates-match-team-info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  width: 0;
}

.related-matches .matches-list .relates-match-team-name {
  font-size: 14px;
  color: #666666;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-matches .matches-list .relates-match-team-score {
  font-size: 14px;
  color: #666666;
}

.related-matches .matches-list .relates-match-team-score-more {
  color: #ff7e1b;
}

.related-matches .matches-list .relates-match-team-score-less {
  color: #666666;
}

@media screen and (max-width: 767px) {
  .related-matches .matches-list .relates-list-item {
    width: 100%;
  }
}
