.sport-name { bottom: 54px; }
.sport-ja { bottom: 35px; }
.sport-mode {
  position: absolute;
  left: 24px;
  bottom: 17px;
  max-width: calc(100% - 58px);
  color: rgba(8, 33, 55, .62);
  font: 8px "DM Mono", monospace;
  letter-spacing: .25px;
  white-space: nowrap;
}
.baseball-scoreboard { height: 116px; }
.baseball-score-main em { white-space: nowrap; }
.game-screen.match-complete .action-button {
  filter: grayscale(.35);
  opacity: .62;
}
.baseball-judgment {
  max-width: 780px;
  min-height: 42px;
  margin: -1px auto 8px;
  padding: 7px 12px;
  display: grid;
  grid-template-columns: 76px 150px 1fr;
  align-items: center;
  gap: 10px;
  border: 1px solid #c9dce4;
  border-left: 5px solid #1684bb;
  border-radius: 10px;
  background: #f1f8fb;
  text-align: left;
}
.baseball-judgment[hidden] { display: none; }
.baseball-judgment > span {
  padding: 4px 7px;
  border-radius: 8px;
  background: #1684bb;
  color: #fff;
  font: 9px "DM Mono", monospace;
  text-align: center;
  letter-spacing: .7px;
}
.baseball-judgment > strong { color: #173f55; font-size: 14px; }
.baseball-judgment > small { color: #587483; font: 11px "DM Mono", monospace; line-height: 1.35; }
.baseball-judgment[data-tone="success"] { border-left-color: #1ba76e; background: #effaf5; }
.baseball-judgment[data-tone="success"] > span { background: #1ba76e; }
.baseball-judgment[data-tone="warning"] { border-left-color: #e8991b; background: #fff8e8; }
.baseball-judgment[data-tone="warning"] > span { background: #e8991b; }
.baseball-judgment[data-tone="danger"] { border-left-color: #e34f48; background: #fff2f0; }
.baseball-judgment[data-tone="danger"] > span { background: #e34f48; }
.game-screen.baseball-mode .control-guide { display: none; }
@media (max-width: 680px) {
  .sport-name { bottom: 49px; }
  .sport-ja { bottom: 31px; }
  .sport-mode { left: 14px; bottom: 13px; font-size: 6px; }
  .baseball-scoreboard { height: 92px; }
  .baseball-judgment { grid-template-columns: 58px 1fr; gap: 4px 8px; padding: 5px 8px; }
  .baseball-judgment > strong { font-size: 11px; }
  .baseball-judgment > small { grid-column: 1 / -1; font-size: 8px; }
}
