.playBody {
    width: 100vw;
    height: 100dvh;
    background: var(--bg);
}

.play_link_ui_frame {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
    text-align: center;
    max-width: 840px;
    max-height: 480px;
    padding: 130px 40px 48px;
    position: relative;
    margin: 0 auto;
    top: 61px;
}

.play_link_ui_frame h1 {
    font-size: 24px;
    color: var(--text_normal);
    font-weight: normal;
}

.play_link_ui_frame h2 {
    font-size: 18px;
    color: var(--text_normal);
    font-weight: normal;
}

hr.solid {
    width: 100%;
    height: 1px;
    border: none;
    border-top: 1px solid var(--accent_medium);
    margin: 30px 0 15px 0;
}

.play_link_buttons {
    display: grid;
    max-width: 70%;
    margin-top: 10px;
}

.play_link_ui_frame .primarybutton {
    background-color: var(--accent_dark);
}

#appNotInstalledMsg {
    display: none;
    color: var(--error);
}

#os_browser_hint {
    display: none;
    font-size:0.9em;
    color: var(--text_muted);
    margin-bottom:5px;
}