.app-portal__body,
.single-mpcs-lesson {

    .ai-flag-section {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 1200px;
        margin: 0.5rem auto 0;
        column-gap: 1rem;
    }

    .ai-flag-section__warning {
        font-size: 0.7rem;
    }

    .ai-flag-section__flag:hover {
        cursor: pointer;
        color: var(--global-palette2);
    }

    .report-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .report-modal__content {
        background: white;
        padding: 20px;
        border-radius: 8px;
        width: 400px;
        text-align: center;
    }

}