.kakutolog-match-results .kakutolog-event-summary {
  margin: 0 0 30px;
  color: #333;
}

.kakutolog-match-results .kakutolog-event-summary__description {
  margin: 0 0 6px !important;
  color: #333;
  line-height: 1.8;
}

.kakutolog-match-results .kakutolog-event-summary__credit {
  margin: 0 0 18px !important;
  color: #666;
  font-size: 12px;
  line-height: 1.6;
}

.kakutolog-match-results .kakutolog-event-summary__details {
  padding: 18px 20px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
}

.kakutolog-match-results .kakutolog-event-summary__name {
  margin: 0 0 10px !important;
  color: #333;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}

.kakutolog-match-results .kakutolog-event-summary__schedule,
.kakutolog-match-results .kakutolog-event-summary__venue {
  margin: 0 !important;
  color: #333;
  line-height: 1.8;
  text-align: center;
}

.kakutolog-match-results .kakutolog-event-summary__action {
  margin: 16px 0 0 !important;
  text-align: center;
}

.kakutolog-match-results .kakutolog-event-summary__button {
  display: inline-block;
  box-sizing: border-box;
  min-width: 240px;
  padding: 12px 24px;
  border: 1px solid #333;
  border-radius: 4px;
  background: #333;
  color: #fff !important;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.kakutolog-match-results .kakutolog-event-summary__button:hover,
.kakutolog-match-results .kakutolog-event-summary__button:focus {
  border-color: #111;
  background: #111;
  color: #fff !important;
}

.kakutolog-match-results .kakutolog-match-form-rules {
  margin: 0 0 10px !important;
  color: #333;
  line-height: 1.8;
  text-align: center;
}

.kakutolog-match-results .kakutolog-match-form-title {
  margin: 0 0 20px !important;
  color: #333;
  line-height: 1.5;
  text-align: center;
}

.kakutolog-match-results .parent {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 15px;
  margin: 0;
}

.kakutolog-match-results .parent > .kakutolog-match-fighter {
  position: relative;
  min-width: 0;
}

.kakutolog-match-results .parent > div > .kakutolog-match-form-image {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 320 / 391;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  object-position: center top;
}

.kakutolog-match-results .parent > div > .kakutolog-match-form-image--placeholder {
  display: grid;
  place-items: center;
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  color: #777;
  font-size: 12px;
  text-align: center;
}

.kakutolog-match-results .parent > .kakutolog-match-fighter > img {
  margin-bottom: 0;
}

.kakutolog-match-results .parent .kakutolog-match-verdict {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  color: #333;
  font-family: Arial, "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
}

.kakutolog-match-results .parent > .kakutolog-match-fighter:first-child .kakutolog-match-verdict {
  right: -56px;
}

.kakutolog-match-results .parent > .kakutolog-match-fighter:nth-child(3) .kakutolog-match-verdict {
  left: -56px;
}

.kakutolog-match-results .parent > div:nth-child(2) {
  position: relative;
  top: 15px;
}

.kakutolog-match-results .parent > div:nth-child(2) > p {
  margin: 0 !important;
  color: #333;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.kakutolog-match-results .parent > div:nth-child(2) > p > span:first-child {
  display: block;
  width: fit-content;
  margin: 0 auto 5px;
  padding: 3px 10px;
  border: 2px solid #b8860b;
  border-radius: 999px;
  background-color: #fff;
  color: #b8860b !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.kakutolog-match-results .parent > div:nth-child(2) > p > span:first-child br {
  display: none;
}

.kakutolog-match-results .parent .kakutolog-match-result-summary {
  display: block;
  margin-top: 5px;
  color: #333;
  font-weight: 400;
  line-height: 1.4;
}

.kakutolog-match-results .parent .kakutolog-match-pending {
  display: block;
  margin: 8px auto 0;
  color: #333;
  font-family: Arial, "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.kakutolog-match-results .kakutolog-match-official-result {
  box-sizing: border-box;
  margin: 18px 0 14px;
  padding: 10px 15px;
  border-top: 1px solid #b8860b;
  border-bottom: 1px solid #b8860b;
  background-color: #fffdf7;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.kakutolog-match-results .kakutolog-match-content {
  box-sizing: border-box;
  margin: 0 0 20px !important;
  padding: 18px 20px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  line-height: 1.8;
}

.kakutolog-match-results .kakutolog-match-content > strong:first-child {
  display: block;
  margin-bottom: 8px;
  padding-left: 10px;
  border-left: 4px solid #b8860b;
  line-height: 1.4;
}

.kakutolog-match-results .kakutolog-match-content > strong:first-child + br {
  display: none;
}

.kakutolog-match-results .kakutolog-match-content > .kakutolog-match-round,
.kakutolog-match-results .kakutolog-match-content > .kakutolog-match-subheading {
  display: block;
  width: fit-content;
  margin: 18px 0 7px;
  padding: 3px 10px;
  border: 1px solid #b8860b;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.kakutolog-match-results .kakutolog-match-content > strong:first-child + br + .kakutolog-match-round {
  margin-top: 15px;
}

.kakutolog-match-results .kakutolog-match-content > .kakutolog-match-round + br,
.kakutolog-match-results .kakutolog-match-content > .kakutolog-match-subheading + br {
  display: none;
}

.kakutolog-match-results .parent + .kakutolog-match-form-rules,
.kakutolog-match-results .kakutolog-match-official-result + .kakutolog-match-form-rules,
.kakutolog-match-results .kakutolog-match-content + .kakutolog-match-form-rules {
  margin-top: 20px !important;
  padding-top: 20px;
  border-top: 1px solid #888;
}

.kakutolog-match-results .kakutolog-match-content + .kakutolog-match-form-rules {
  margin-top: 30px !important;
}

@media screen and (min-width: 1024px) {
  .kakutolog-match-results .parent .kakutolog-match-verdict {
    font-size: 62.4px;
  }
}

@media screen and (max-width: 767.98px) {
  .kakutolog-match-results .kakutolog-event-summary {
    margin-bottom: 25px;
  }

  .kakutolog-match-results .kakutolog-event-summary__description,
  .kakutolog-match-results .kakutolog-event-summary__schedule,
  .kakutolog-match-results .kakutolog-event-summary__venue {
    font-size: 13px !important;
  }

  .kakutolog-match-results .kakutolog-event-summary__details {
    padding: 14px 12px;
  }

  .kakutolog-match-results .kakutolog-event-summary__name {
    margin-bottom: 8px !important;
    font-size: 18px !important;
  }

  .kakutolog-match-results .kakutolog-event-summary__button {
    width: 100%;
    min-width: 0;
    max-width: 320px;
    font-size: 14px;
  }

  .kakutolog-match-results .kakutolog-match-form-rules {
    font-size: 13px !important;
  }

  .kakutolog-match-results .kakutolog-match-form-title {
    margin-bottom: 15px !important;
    font-size: 17px !important;
  }

  .kakutolog-match-results .parent {
    grid-template-columns: 1.1fr 1.8fr 1.1fr;
    gap: 0 5px;
  }

  .kakutolog-match-results .parent > .kakutolog-match-fighter:first-child .kakutolog-match-verdict,
  .kakutolog-match-results .parent > .kakutolog-match-fighter:nth-child(3) .kakutolog-match-verdict {
    position: static;
    right: auto;
    left: auto;
    width: auto;
    height: auto;
    margin: -3px auto 0;
    font-size: 48px;
    line-height: 1;
    transform: none;
  }

  .kakutolog-match-results .parent:has(.kakutolog-match-verdict) + .kakutolog-match-official-result {
    margin-top: 8px;
  }

  .kakutolog-match-results .parent > div:nth-child(2) > p {
    margin-bottom: 0 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .kakutolog-match-results .kakutolog-match-official-result,
  .kakutolog-match-results .kakutolog-match-content {
    font-size: 13px !important;
  }

  .kakutolog-match-results .kakutolog-match-content {
    padding: 14px 15px;
  }

  .kakutolog-match-results .kakutolog-match-content > strong:first-child {
    font-size: 15px !important;
  }

  .kakutolog-match-results .kakutolog-match-content > .kakutolog-match-round,
  .kakutolog-match-results .kakutolog-match-content > .kakutolog-match-subheading {
    margin-top: 15px;
    font-size: 13px !important;
  }

  .kakutolog-match-results .kakutolog-match-content > strong:first-child + br + .kakutolog-match-round {
    margin-top: 14px;
  }
}
