.container-schu {
  border: 1px solid rgba(162, 162, 162, 0.5);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.tit-tour-time {
  display: flex;
  justify-content: space-between;
  padding: 0px 12px 15px 15px;
  font-family: Roboto-Medium;
  font-size: 1.5rem;
  line-height: 1.5;
}

.name-tournament-ltd {
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.name-tournament-kQ {
  font-family: Roboto-Medium;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0px 0px 15px 25px;
}

.cur-time-kQ {
  display: flex;
}

.match-container-kQ {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(162, 162, 162, 0.5);
}

.match-container-kQ .res-kq-full {
  justify-content: center;
  padding-top: 8px;
  font-family: Roboto-Medium;
  font-size: 1.5rem;
  line-height: 1.5;
}

.match-container-kQ .res-kq-991 {
  display: none;
}

.date-text-fr {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.date-text-nd {
  display: flex;
  align-items: center;
  justify-content: center;
}

.date-text-nd div {
  display: flex;
  align-items: center;
  padding: 0px 5px 3px;
  transform: translateY(1px);
}

.date-text-nd::before {
  content: "\2022";
  color: black;
  font-size: 13px;
  padding: 0px 6px;
  display: inline-block;
}

.team-section-kQ {
  display: flex;
  justify-content: space-between;
  padding: 0px 25px;
  margin-bottom: 5px;
}

.team-kQ {
  position: relative;
  text-align: center;
  height: 60px;
  width: 64px;
}

.team-logo-kQ {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.team-name-kQ {
  position: absolute;
  font-size: 13px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #111;
  max-width: 100px;
}

.score-kQ-ht {
  display: flex;
  font-size: 28px;
  margin: 0 10px;
  width: calc(50% - 24px);
  justify-content: space-between;
}

.score-kQ-ht div {
  justify-content: center;
  text-align: center;
  width: 56px;
  height: 40px;
}

.vsmatch-kQ {
  display: flex;
  align-items: center;
  transform: translateY(-15px);
}

.stadi-time-kQ {
  justify-content: center;
  text-align: center;
  font-size: 13px;
  color: #555;
  padding: 5px 0;
}

.schu-ltd {
  display: flex;
  padding: 10px 25px;
  font-size: 13;
  color: #333;
}

.schu-ltd .schu-ltd-text {
  padding-right: 10px;
}

@media (max-width: 991px) {
  .match-container-kQ .res-kq-full {
    display: none;
  }

  .match-container-kQ .res-kq-991 {
    display: flex;
  }
}

@media (max-width: 450px) {
  .tit-tour-time {
    font-size: 1.2rem;
  }
}

@media (max-width: 390px) {
  .container-schu .date-text-fr {
    display: none;
  }

  .date-text-nd::before {
    display: none;
  }
}

@media (max-width: 350px) {
    .team-name-kQ {
      white-space: normal;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      word-break: keep-all;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      min-width: 90px;
    }
}