.sport-game-result-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-width: 0;
}

.sport-game-result-block + .sport-game-result-block {
  margin-top: 28px;
}

.sport-game-result-block__label {
  align-self: flex-start;
  min-width: 116px;
  padding: 8px 16px;
  border-left: 4px solid var(--theme-main, #f15a24);
  background: var(--theme-main, #f15a24);
  color: #fff;
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.sport-game-result-block__card {
  min-width: 0;
}

.sport-game-result-block .game-card {
  width: 100%;
  margin-bottom: 0 !important;
}

.sport-game-result-block .score_detail_table__wrap,
.sport-game-result-block .custom-detail-table-area,
.sport-game-result-block .game-detail-table-area {
  width: 100%;
  margin: 0 !important;
}

.sport-game-result-block .score_detail_table {
  width: 100% !important;
  min-width: 0;
  table-layout: fixed;
}

.sport-game-result-block .score_detail_table__cell.team,
.sport-game-result-block .score_detail_table__cell.fix,
.sport-game-result-block .custom_detail_header,
.sport-game-result-block .game-detail-info__title {
  background: #333333;
  color: #fff !important;
}

.sport-game-result-block .custom_detail_table__wrap {
  width: 100% !important;
  margin-bottom: 0 !important;
}

.sport-game-result-block .custom_detail_table {
  width: 100%;
}

.sport-game-result-block .game-detail-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.sport-game-result-block .game-detail-info__item {
  display: flex;
  width: 100%;
  border: 0;
}

.sport-game-result-block .game-detail-info__item + .game-detail-info__item {
  border-top: 0;
}

.sport-game-result-block .game-detail-info__title {
  flex: 0 0 180px;
  margin: 0;
  padding: 12px 16px;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.5;
}

.sport-game-result-block .game-detail-info__body {
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px 16px;
  color: #202020;
  font-size: .95rem;
  line-height: 1.7;
}

.individual-result-games {
  margin: 36px 0 0;
}

.individual-result-games__header {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 16px;
  border-left: 4px solid var(--theme-main, #f15a24);
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background: #f7f7f7;
}

.individual-result-games__title {
  margin: 0;
  color: #202020;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
}

.individual-result-games__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 20px;
}
