.hide_finished div[data-matchfinished=true],
.hide_planned div[data-matchfinished=false] {
  display: none !important;
}

.text-goldenscore {
  color: darkgoldenrod !important;
}

.match-contestant-surname {
  text-transform: uppercase;
}

.contestant-white {
  background: white;
  color: black;
}

.contestant-blue {
  background: mediumblue;
  color: white !important;
  --phoenix-link-color-rgb: rgba(255, 255, 255);
  --phoenix-hover-color-rgb: rgba(220, 220, 220);
}

.penalty {
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 14px;
}

.penalty.hansoku-make {
  background-image: url("../image/scoreboard/hansoku-make-1-ppwAAy1.png");
}

.penalty.hansoku-make-accumulated {
  background-image: url("../image/scoreboard/hansoku-make-accumulated-T_PN1MH.png");
  width: 20px;
}

.penalty.shido-1 {
  background-image: url("../image/scoreboard/shido-1-ZT4I950.png");
}

.penalty.shido-2 {
  background-image: url("../image/scoreboard/shido-2-TzHtTel.png");
  width: 18px;
}

.contestant-dnf .match-contestant-surname,
.contestant-dnf .match-contestant-firstname {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.match-contestant-highlighted .match-contestant-surname,
.match-contestant-highlighted .match-contestant-firstname,
.match-contestant-highlighted .match-contestant-country {
  font-weight: 800;
}

.match-contestant-winner-icon {
  color: goldenrod;
}

/*# sourceMappingURL=matches.css-6wxisxp.map */
