/*
 * Prematch score-center VS styling.
 */

#scoreCenterScore[data-fbb-score-mode="versus"],
#scoreCenterScore.premium-score-value {
  min-width:
    54px;

  display:flex;
  align-items:center;
  justify-content:center;

  color:
    #00ff87;

  font-size:
    clamp(21px,2vw,27px);

  font-weight:
    900;

  line-height:
    1;

  letter-spacing:
    .04em;

  text-align:center;

  white-space:
    nowrap;
}


@media(max-width:680px) {
  #scoreCenterScore[data-fbb-score-mode="versus"],
  #scoreCenterScore.premium-score-value {
    min-width:
      44px;

    font-size:
      21px;
  }
}
