.help_text_page {
    display: grid;
    gap: 1em;
}

.help_text_block {
}

.help_text_block_header {

}
.help_text_paragraph {

}

.help_text_paragraph_inline {
    display: flex;
    align-items: center;
    gap: 1em;
}


/* ---------------------------------------------------------------------------- */
/* images */
/* ---------------------------------------------------------------------------- */

.help_text_img_inline {
    max-height: 2em;
}

.help_text_img_standalone {
    max-width: 80%;
    max-height: 5em;
}

.help_text_img_standalone_tall {
    max-height: 10em;
}

/* ---------------------------------------------------------------------------- */
/* tables  */
/* ---------------------------------------------------------------------------- */

.help_text_table {
    width: 80%;
    margin-inline: auto;
    margin-block: 1em;

    border: 1px solid;
    border-radius: 5px;
    /* background-color: var(--ld_col_white_400, White); */
    color: var(--ld_col_white_400, White);
}

.help_text_table_col {
    border: 1px solid;
    padding: .25em;
    text-align: center;
}


.help_text_icon_container {
    background-color: var(--ld_col_primary_400, Yellow);
    color: var(--ld_col_primary_400_txt, Black);
    width: 50px;
    height: 50px;

    font-size: 1.5em;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
