﻿body {
    background: black;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

footer {
    font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}


.footer-wrapper {
    color: #ccc;
    margin: 0 auto;
    text-align: center;
}

    footer li {
        display: inline-block;
    }

    footer a {
        color: #FF711D;
    }

        footer a:hover {
            color: #0ff;
        }

/* Shared layout also applies to pages without game-specific styles. */
body {
    margin: 0;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}
body > main { flex: 1 0 auto; }
body > footer { flex-shrink: 0; padding: 0 16px 16px; }
body > footer ul { padding: 0; margin-bottom: 0; }
.page-restore.page-open { max-width: 460px; padding: 32px 20px 48px; }
.page-open h2 { font-size: clamp(1.5rem, 5vw, 2rem); overflow-wrap: anywhere; }
.page-open .rule { margin: 20px 0 24px; }
