
div._initial_lucd3_2 {
    min-width: auto;
    min-height: auto;
    width: 50%;
}

/* message component */

._r-message_lucd3_9 {
    width: 100%;
    height: auto;
    min-height: 420px;
    min-width: 320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding: 1em;
}

._r-message_lucd3_9 ._r-message-title_lucd3_23 {
    font-weight: bold;
    font-size: 2em;
    font-family: var(--trebucket-ms);
    line-height: 2rem;
    margin-bottom: 5px;
}

._r-message_lucd3_9 ._r-message-body_lucd3_31 {
    font-size: 1rem;
    font-style: italic;
    color: var(--secondary-color-a);
    line-height: 1.5em;
}