/* high score display shown below controls when a round completes or on start page */
.game-view__highscore,
.start-page__highscore {
    margin-top: 0.5rem; /* bring it closer to the button */
    padding-top: 0.25rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    color: #f0f0f0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

/* fade-in helper class */
.fade-in {
    opacity: 1 !important;
}

/* when the Steam-sync button lives inside the share card, give it a little breathing room */
.game-card #syncSteamBtn {
    display: block;
    margin: 0.75rem auto 0;
}
