.tinytorque-game-embed {
  padding: 0 !important;
  background: transparent !important;
  color: inherit;
  line-height: 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
  font-family: var(--tt-body-font, inherit);
}

.tinytorque-game-frame {
  line-height: normal;
}

@container tinytorque-game (max-width: 890px) {
  .tinytorque-game-frame {
    height: 960px;
  }
}

@media (max-width: 890px) {
  .tinytorque-game-frame {
    min-height: 960px;
  }
}

@media (orientation: landscape) and (max-width: 900px) and (max-height: 600px) {
  .tinytorque-game-frame {
    height: 820px;
    min-height: 820px;
  }
}
