/*
* Content Common
*/
.content {
    margin-bottom: calc(env(safe-area-inset-bottom) + 100px);
}

/* --break-screen-small */
@media (min-width: 1024px) {
    .content {
        margin-bottom: 0;
    }
}

/*
 * Leaderboard
 */
.content-benchmark-leaderboard__results {
    margin-top: 8px;
}
