.winner {
  font-weight: bold
}

.score .set-score {
  padding-right: 5px;
}

.winner .score::after {
  content: "✓ ";
  font-weight: bold;
  color: green;
}

.match-heading {
  font-size: 1.5rem;
}

.match-heading .team-logo {
  height: 80px;
}

@media (max-width: 575.98px) {
  .match-heading-sticky {
    position: sticky;
    top: 3.25rem;
    z-index: 1020;
  }

  body.hotwire .match-heading-sticky {
    top: 0;
  }

  .match-heading-bleed {
    margin-left: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
  }

  .match-heading {
    font-size: 0.9rem;
  }

  .match-heading .team-logo {
    height: 36px;
  }
}
