[v-cloak] {
    display: none !important
}

.download-instructions {
    max-width: 450px;
    margin: 0 auto
}

.download-instructions h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px
}

.download-instructions h2 {
    color: #4285f4;
    font-size: 16px
}

.download-instructions__cta {
    margin-bottom: 10px;
    padding: 6px;
    color: #fff;
    background: #4285f4
}

.download-instructions__list {
    padding: 0;
    list-style: none
}

.download-instructions__buttons {
    margin-top: 10px
}

.download-instructions__countdown {
    margin-top: 10px;
    color: red
}

.download-instructions__footer {
    margin-top: 0;
    color: #999
}

.google-play {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.google-play__button {
    margin: 1rem 0 0;
    display: inline-block;
    max-width: 150px
}

.google-play__subline {
    text-align: center;
    font-size: 11px;
    opacity: .6;
    margin: 0 0 .5rem
}

body,
html {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

body {
    background: #8b0000;
    font-family: Open Sans, serif;
    padding: 20px
}

.container {
    display: flex;
    justify-content: center;
    align-items: center
}

.top-container {
    display: flex;
    max-width: 750px;
    margin: 0 auto
}

.content {
    margin-top: 100px;
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem
}

.wheel-image {
    max-width: 200px
}

.title {
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3)
}

.title>img {
    width: 24px;
    height: 24px
}

.topbar {
    display: flex;
    gap: .5rem
}

.topbar__button {
    display: inline-flex;
    align-items: center;
    color: #fff;
    background-color: #00000080;
    border: 0;
    outline: 0;
    padding: .5em 1em;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1rem
}

.buttons {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%
}

.action-button {
    display: grid;
    grid-template-columns: 30px 1fr 30px;
    align-items: center;
    gap: 1rem;
    background: #fff;
    border: none;
    border-radius: 8px;
    padding: 1rem;
    width: 100%;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 5px 8px #000000bf;
    border: 3px solid #000;
    transition: transform .1s;
    line-height: 1
}

.action-button:hover {
    transform: translateY(-5px)
}

.button-icon {
    width: 30px;
    height: 30px;
    border-radius: 4px
}

.icon {
    width: 1em;
    height: 1em
}

.ml-auto {
    margin-left: auto
}

@media (max-width: 480px) {
    .title {
        font-size: 1.4rem
    }
    .action-button {
        font-size: .9rem
    }
}