@media (max-width: 760px) {
  #stringlr-games-panel .game-session {
    height: auto;
    min-height: min(680px, calc(100dvh - 96px));
    overflow: visible;
    overscroll-behavior: auto;
  }

  #stringlr-games-panel .game-session.game-session--finished {
    min-height: min(560px, calc(100dvh - 96px));
  }
}

.stringlr-footer__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
}

.stringlr-footer__legal a {
  color: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.stringlr-footer__legal a:hover,
.stringlr-footer__legal a:focus-visible {
  color: #ff5a0a;
}
