/* ITL CC/CT Progress Board v0.2.7 */

.wpProQuiz_content.itl-ccct-progress-enabled .itl-ccct-progress-board {
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 18px 0 30px !important;
    padding: 18px !important;
    background: #f0f3f6 !important;
    border: 3px solid #2d2d85 !important;
    border-radius: 16px !important;
}

.wpProQuiz_content.itl-ccct-progress-enabled .itl-ccct-progress-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
}

.wpProQuiz_content.itl-ccct-progress-enabled .itl-ccct-progress-tile {
    box-sizing: border-box !important;
    width: 96px !important;
    min-width: 96px !important;
    height: 96px !important;
    min-height: 96px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 5px solid #2d2d85 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    color: #2d2d85 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 44px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: center !important;
    box-shadow: none !important;
    user-select: none !important;
}

.wpProQuiz_content.itl-ccct-progress-enabled .itl-ccct-progress-tile.itl-ccct-completed {
    background: #16853f !important;
    border-color: #16853f !important;
    color: #ffffff !important;
    font-size: 58px !important;
    font-weight: 900 !important;
}

/* Hide LearnDash's small clickable overview once our large display-only board exists. */
.wpProQuiz_content.itl-ccct-progress-enabled .wpProQuiz_reviewQuestion {
    display: none !important;
}

@media (max-width: 600px) {
    .wpProQuiz_content.itl-ccct-progress-enabled .itl-ccct-progress-board {
        padding: 12px !important;
    }

    .wpProQuiz_content.itl-ccct-progress-enabled .itl-ccct-progress-row {
        gap: 10px !important;
    }

    .wpProQuiz_content.itl-ccct-progress-enabled .itl-ccct-progress-tile {
        width: 62px !important;
        min-width: 62px !important;
        height: 62px !important;
        min-height: 62px !important;
        border-width: 3px !important;
        border-radius: 11px !important;
        font-size: 30px !important;
    }

    .wpProQuiz_content.itl-ccct-progress-enabled .itl-ccct-progress-tile.itl-ccct-completed {
        font-size: 40px !important;
    }
}
