<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.swal2-html-container {*/
/*    padding: 0;*/
/*    background: transparent;*/
/*}*/

/*.swal2-popup,*/
/*.swal2-modal,*/
/*.swal2-show {*/
/*width: max-content !important;*/
/*}*/

.swal2-popup.swal2-modal.display-solution-and-hint-popup.swal2-show {
    width: auto; !important;
    height: auto; !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    align-content: space-around;
    flex-wrap: nowrap;
}

.swal2-actions {
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.display-solution-and-hint-html-container {
    width: 700px;
    /*height: 400px;*/
    overflow: hidden;
}

iframe {
    width: 100%;
    height: 100%;
}

#question_solutions_text {
    display: flex;
    flex-wrap: wrap;
    text-align: start;
}

@media (max-width: 767px) {
    .swal2-popup.swal2-modal.display-solution-and-hint-popup.swal2-show {
        /*width: 100%; !important;*/
    }

    .display-solution-and-hint-popup .swal2-html-container {
        width: 300px;
        //height: 210px;
    }
}</pre></body></html>