/**
 * Theme Name: VictorAvia
 * Template:   twentytwentyfive
 * ...other header fields
 */


 :where(.wp-site-blocks *:focus) {
    outline-width: 0 !important;
    outline-style: none !important;
 }

.flow-root {
    display: flow-root;
}

.flexGroup {
    display: flex;
    justify-content: flex-end;
}

h1 {
    margin-bottom: 0px !important;
}

p, li {
    font-size: 11pt;
}

strong {
    font-weight: bold;
}

table.syllabus {}

    table.syllabus tr {
        margin: 0;
        padding: 0;
    }

    table.syllabus tr.primary {
        font-size: 14pt;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.syllabus tr.secondary {
        font-size: 12pt;
        font-weight: bold;
    }

    table.syllabus tr.tertiary {
        font-size: 10pt;
        font-weight: bold;
    }

    table.syllabus tr.objective {
        font-size: 9pt;
        font-style: italic;
    }

    table.syllabus tr.na {
        color: red;
    }

        table.syllabus tr td {
            margin: 0;
            padding: 0;
            vertical-align: top;
            border: none;
        }

        table.syllabus tr.primary td:first-of-type,
        table.syllabus tr.secondary td:first-of-type,
        table.syllabus tr.tertiary td:first-of-type {
            width: 150px;
        }

        table.syllabus tr.tertiary td:first-of-type {
            padding-left: 1em;
        }

        table.syllabus tr.objective td:first-of-type {
            padding-left: 1em;
        }

        table.syllabus tr.primary td:last-of-type,
        table.syllabus tr.secondary td:last-of-type,
        table.syllabus tr.tertiary td:last-of-type {
            width: 24px;
        }

.callout {
    display: block;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    background-color: rgb(243, 246, 249);
}

.callout.normal_font_weight {
    font-weight: normal;
}

div.calculation_block {
    display: flex; 
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    flex-wrap: wrap;
}

    table.math {
        table-layout: fixed;
        width: 200px !important;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 11pt;
    }
    /* style="display: block; width: 50%;" */
    /* style="font-size: 100px; margin-top: -20px; font-weight: 100;" */

        table.math tr {
            margin: 0
        }

            table.math tr td {
                padding: 0;
            }

            table.math tr td.result {
                border-top: 1px solid black;
                font-weight: bold;
            }

            table.math tr td.explanation {
                font-style: italic;
                font-size: 0.7rem;
                vertical-align: bottom;
            }
    
    p.curly_brace {
        margin: -10px 0 0 0;
        display: block;
        font-size: 100px;
    }

    div.explanation {
        display: block;
        flex: 300px;
    }

        div.explanation h4 {
            margin: 0;
            font-size: 14px;
            font-weight: bold;
        }

        /* div.explanation p:first-of-type {
            margin-top: 0;
        } */

        div.explanation p {
            font-size: 0.8rem;
        }

table {
    border-spacing: 0;
    width: 100%;
    font-size: 10pt;
}

    /* table,
    td,
    th {
        border-collapse: collapse;
    }

    table tr {
        margin-bottom: 20px;
    }

        table tr th {
            border: none;
            min-width: 150px;
            text-align: left;
            vertical-align: top;
        }

        table tr td {
            border: none;
            padding-bottom: 1em;
        } */

/* summary h3 {
    border-top: 1px solid grey;
    font-size: 13pt;
}

summary table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    font-size: 10pt;
}

summary table tr {
    margin-bottom: 20px;
}

summary table tr th {
    min-width: 150px;
    text-align: left;
    vertical-align: top;
}

summary table tr td {
    padding-bottom: 1em;
}

.dutch {
    margin: 0 50px;
    border: 1px solid goldenrod;
    border-radius: 10px;
    background-color: cornsilk;
}

.inner-block {
    margin: 0 50px;
}

button.buttonIcon {
    border: 0;
    background-color: transparent;
    appearance: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    max-inline-size: 100%;
    vertical-align: middle;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    inline-size: 40px;
    block-size: 40px;
    border-radius: 4px;
    color: rgb(23, 80, 186);
    position: relative;
    overflow: hidden;
}

button.buttonIcon:hover {
    background-color: rgb(217, 232, 255);;
} */