:host {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    margin: -1rem;

    rtui-toolbar {
        --rt-toolbar-body-height: 3.25rem;
    }

    .content {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .action {
        margin-left: 1rem;

        button {
            width: 8rem;
        }

        button + button {
            margin-left: 1rem;
        }
    }
}
