@media (min-width: 768px) {
  .tournament-direct-match-block {
    padding-inline: 18px;
  }

  .match-block.tournament-direct-match-block > #matchBlock.tournament-direct-matches-grid > #formResponse,
  .tournament-direct-matches-grid #formResponse {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: min(1760px, calc(100vw - 36px));
    max-width: 100%;
    margin: 0 auto;
    align-items: start;
  }

  .match-block.tournament-direct-match-block > #matchBlock.tournament-direct-matches-grid > #formResponse > .scoreboard,
  .tournament-direct-matches-grid #formResponse > .scoreboard {
    width: 100%;
    min-width: 0;
    padding: 0 !important;
    display: block !important;
  }

  .match-block.tournament-direct-match-block > #matchBlock.tournament-direct-matches-grid > #formResponse > .scoreboard > .match-container,
  .tournament-direct-matches-grid #formResponse > .scoreboard > .match-container {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    margin: 0;
  }
}
