#game-index {
  turbo-frame > .wa-stack > * {
    width: 100%;
  }

  #game-status {
    background-color: var(--wa-color-surface-lowered);
    padding: var(--wa-space-3xl);
    position: sticky;
    top: 0;
    z-index: 100;

    :is(h2, h3) {
      text-align: center;
    }
  }
}
