.betlog-wrap {
  padding: 0 10px;
  font-family: 'SEBANG_Gothic_Regular';
  display: flex;
  gap: 8px;
  background: #232323;
  margin-bottom: 8px;
}
.betlog-cart-title {
  font-family: 'SEBANG_Gothic_Bold';
  font-size: 2rem;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.betlog-wrap .match-row {
  grid-template-columns: 50px 1fr 60px 1fr 60px 60px;
}

.team.miss {
  background: #1c5039;
  color: #fff;
}

.betlog-cart-title.hit {
  color: #2bf0a0;
}

.betlog-cart-title.miss {
  color: #ff6d6e;
}

.betresult {
    font-weight: 500;
    font-size: 1rem;
    padding: 14px 0;
    text-align: center;
}

.betresult.hit {
  color: #2bf0a0;
}

.betresult.miss {
  color: #ff6d6e;
}

.betlog-league-box {
  margin: 0 0 0px 0;
}

.betlog-date {
  font-family: 'SEBANG_Gothic_Regular';
  margin-bottom: 5px;
  padding: 7px 0 4.5px;
  font-size: 1.1rem;
  font-weight: bold;
}



.betlog-cart-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 20px;
}

.betlog-cart-info > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 0px;
}

.betlog-cart-info .label {
  color: #fff;
  position: relative;
  padding: 2px 20px 0 0;
  font-size: 1rem;
  font-weight: normal;
  width: 100px;
  text-align: center;
}

.betlog-cart-info .label::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background: #2bf0a0;
}

.betlog-cart-info .value {
  color: #2bf0a0;
  font-size: 1rem;
}

.betlog-cart-info .value2 {
  color: #fff;
  font-size: 1rem;
}