/**
* Theme Name: QSM Quiz spotlight
*/

/* =========================================================
   CSS Variables
   ========================================================= */
:root {
    --spotlight-theme-color: #067791;
    --spotlight-theme-color-bg: #33BF5A30;
    --spotlight-background-color: #FFFFFF;
    --spotlight-button-color: #067791;
    --spotlight-progressbar-color: #067791;
    --spotlight-option-text-color: #101010;
    --spotlight-option-background-color: #FFFFFF;
    --spotlight-option-color: #067791;
    --spotlight-font-color: #101010;
}

/* =========================================================
   Base Layout
   ========================================================= */
body div .quiz-theme-qsm-theme-spotlight-parent {
    max-width: 1200px;
    padding: 30px;
    margin: auto;
}
body .qsm-quiz-container.quiz_theme_qsm-theme-spotlight {
    padding: 30px;
    background: var(--spotlight-background-color);
    color: var(--spotlight-font-color);
    height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    position: relative;
    margin-top: 0;
    font-size: 18px;
    width: 100%;
    justify-self: center;
}
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .qsm-auto-save-main-wrap {
    position: sticky;
    top: -5px;
    z-index: 9999;
}
.quiz_theme_qsm-theme-spotlight .qsm-auto-save-main-wrap .btn-secondary {
    border-radius: 5px;
    padding: 5px;
}
.quiz_theme_qsm-theme-spotlight .mlw_qmn_message_before {
    color: var(--spotlight-font-color);
}
.quiz_theme_qsm-theme-spotlight .quiz_section {
    width: 100%;
}
.quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin {
    position: relative;
    text-align: center;
}

/* =========================================================
   Quiz Begin — Contact Form Design
   ========================================================= */
.quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .mlw_qmn_message_before p {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 28px;
}
.quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div {
    text-align: left;
    max-width: 520px;
    margin: 0 auto 18px;
}
.quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div .mlw_qmn_question {
    display: block;
    margin-bottom: 6px;
}
.quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div .mlw_qmn_question label {
    font-size: 15px;
    font-weight: 600;
    color: var(--spotlight-font-color);
}
.quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div input[type="text"],
.quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div input[type="email"],
.quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div input[type="tel"],
.quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div input[type="url"],
.quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div input[type="number"],
.quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div textarea {
    display: block;
    width: 100%;
    min-height: 52px;
    height: 52px;
    padding: 13px 16px;
    border: 2px solid #101010;
    border-radius: 10px;
    background: #ffffff;
    font-size: 15px;
    color: var(--spotlight-font-color);
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div input::placeholder,
.quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div textarea::placeholder {
    color: #98a2b3;
}
.quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div input:focus,
.quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div textarea:focus {
    outline: none;
    border-color: var(--spotlight-option-color);
    box-shadow: 0 0 0 3px rgba(6, 119, 145, 0.15);
}

/* =========================================================
   Question Wrapper & Page Container
   ========================================================= */
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .mlw_qmn_new_question .qsm-input-label {
    display: inline;
}
.quiz_theme_qsm-theme-spotlight .qsm-question-wrapper {
    margin: 80px auto;
    padding: 0 10px 0 0;
}
.quiz_theme_qsm-theme-spotlight.qmn_quiz_container .qsm-loaded-page .quiz_section.qsm-question-wrapper {
    opacity: 0.3;
    position: relative;
}
.quiz_theme_qsm-theme-spotlight.qmn_quiz_container .qsm-question-page.qsm-loaded-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-self: center;
    max-width: 60%;
}

.quiz_theme_qsm-theme-spotlight .quiz_section .mlw-file-upload-error-msg,
.quiz_theme_qsm-theme-spotlight .qsm-question-wrapper .mlw_answer_file_upload,
.quiz_theme_qsm-theme-spotlight .qsm-question-wrapper input[type="radio"],
.quiz_theme_qsm-theme-spotlight .qsm-question-wrapper input[type="checkbox"],
.quiz_theme_qsm-theme-spotlight .pages_count,
.quiz_theme_qsm-theme-spotlight .mlw_qmn_timer,
.quiz_theme_qsm-theme-spotlight .qsm_contact_div input[type="checkbox"],
.quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .spotlight-progress-bar .qsm-progress-bar .progressbar-text {
    display: none !important;
}

/* =========================================================
   Option Layout (image/radio/checkbox)
   ========================================================= */
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .qmn_multiple_horizontal_check .mlw_horizontal_choice,
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_image_option {
    display: inline-table;
    padding: 0;
    width: 36%;
    cursor: pointer;
    vertical-align: top;
    height: auto;
    flex-wrap: wrap;
}
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_image_option {
    width: calc(50% - 10px);
}
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_mc_answer_wrap.qmn_image_option,
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_check_answer.qmn_image_option {
    padding: 0;
    margin: 0;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_multiple_grid_table {
    text-align: center;
    margin-bottom: 10px;
}

/* =========================================================
   Radio / Checkbox Labels
   ========================================================= */
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .qmn_image_option .qsm-input-label {
    display: inline-flex;
    flex-direction: row-reverse;
    position: relative;
    margin-left: auto;
    align-items: center;
    background: var(--spotlight-option-background-color);
    overflow: hidden;
    justify-content: space-between;
}
.quiz_theme_qsm-theme-spotlight .qmn_image_option:not(.mlw_horizontal_choice) .qsm-input-label:before,
.quiz_theme_qsm-theme-spotlight .qmn_image_option:not(.mlw_horizontal_multiple) .qsm-input-label:before {
    top: calc(50% - 2px);
    left: 0;
    margin-top: -10px;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple .qsm-input-label:before,
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice .qsm-input-label:before {
    top: auto;
    left: 0;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_image_option .qsm-input-label img {
    max-width: 100%;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_check_answers,
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_radio_answers {
    width: 100%;
}
.quiz_theme_qsm-theme-spotlight .qmn_image_option:not(.mlw_horizontal_choice) .qsm-input-label,
.quiz_theme_qsm-theme-spotlight .qmn_image_option:not(.mlw_horizontal_multiple) .qsm-input-label {
    max-width: 599px;
    height: 100px;
}
.quiz_theme_qsm-theme-spotlight .qmn_check_answers .qsm-input-label img,
.quiz_theme_qsm-theme-spotlight .qmn_radio_answers .qsm-input-label img {
    width: 100px;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple .qsm-input-label,
.quiz_theme_qsm-theme-spotlight .qmn_radio_answers .mlw_horizontal_choice .qsm-input-label {
    flex-direction: column;
}
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .mlw_horizontal_choice .qsm-input-label,
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .mlw_horizontal_multiple .qsm-input-label {
    height: auto;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple .qsm-input-label img,
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice .qsm-input-label img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple .qsm-input-label .qsm_image_caption,
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice .qsm-input-label .qsm_image_caption {
    align-self: flex-start;
    margin-bottom: 4px;
}

.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_multiple_grid_table .qsm-input-label {
    border: none;
    padding: 4px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 0;
    display: contents;
}
.quiz_theme_qsm-theme-spotlight .qsm_multiple_grid_table td,
.quiz_theme_qsm-theme-spotlight .qsm_multiple_grid_table th {
    padding: 8px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    text-align: center;
}
.quiz_theme_qsm-theme-spotlight table.qsm_multiple_grid_table {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: #173e5610;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice .qsm-input-label .qsm_image_caption {
    margin-top: 10px;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_image_option .qsm-input-label:before {
    position: absolute;
    bottom: 15px;
    z-index: 9999;
    margin-left: 13px;
    margin-top: -9px;
}

.quiz_theme_qsm-theme-spotlight .qsm_contact_div.qsm-contact-type-checkbox label,
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm-input-label {
    display: block;
    padding: 15px;
    border-radius: 10px;
    color: var(--spotlight-font-color);
    transition-duration: 0s;
    border: 2px solid #101010;
    min-width: 50px;
    max-width: 100%;
    overflow: hidden;
    margin: 3px 0 10px;
}
.quiz_theme_qsm-theme-spotlight .qsm_contact_div.qsm-contact-type-checkbox label {
    width: 70%;
    border-radius: 10px;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice .qsm-input-label,
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple .qsm-input-label {
    display: inline-table;
    width: 100%;
    max-width: 100%;
    margin: 5px 0;
    box-sizing: border-box;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .quick-question-res-p.qsm-correct-answer-info {
    margin-top: 25px;
    width: fit-content;
    background: #DDFFEF;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .quick-question-res-p.qsm-incorrect-answer-info {
    margin-top: 25px;
    width: fit-content;
    background: #FEF2F2;
}
.quiz_theme_qsm-theme-spotlight .quiz_section:has(.qsm-spotlight-ok-button-wrapper) .quick-question-res-p {
    margin-top: 50px;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .quick-question-res-p.qsm-incorrect-answer-info::before {
    content: "\f335";
    font-family: 'dashicons';
    border-radius: 20px;
    position: relative;
    right: 5px;
    top: 2px;
    background-color: #dc3232;
    color: #fff;
    border-color: #dc3232;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .quick-question-res-p.qsm-correct-answer-info::before {
    content: "\f15e";
    font-family: 'dashicons';
    position: relative;
    right: 5px;
    top: 2px;
    border-radius: 20px;
    background-color: #10B981;
    color: #fff;
    border-color: #10B981;
}

.quiz_theme_qsm-theme-spotlight .qsm_contact_div input:checked ~ label,
.quiz_theme_qsm-theme-spotlight .quiz_section input:checked ~ .qsm-input-label,
.quiz_theme_qsm-theme-spotlight .qsm_contact_div.qsm-contact-type-checkbox label:hover,
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm-input-label:hover {
    color: var(--spotlight-option-color);
    border-color: var(--spotlight-option-color);
}

.quiz_theme_qsm-theme-spotlight .qsm_contact_div.qsm-contact-type-checkbox label:before,
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm-input-label:before {
    content: "\f15e";
    border: 2px solid var(--spotlight-option-text-color);
    height: 15px;
    width: 15px;
    display: inline-block;
    font-family: 'dashicons';
    font-size: 15px;
    line-height: 1;
    vertical-align: middle;
    margin-top: -3px;
    margin-bottom: -2px;
    border-radius: 50%;
    box-sizing: content-box;
    margin-right: 7px;
    color: transparent;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_mc_answer_wrap:not(.qmn_image_option) .qsm-input-label:before,
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_check_answer:not(.qmn_image_option) .qsm-input-label:before {
    height: 50px;
    width: 50px;
    font-size: 49px;
    margin: auto;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_mc_answer_wrap:not(.mlw_horizontal_choice):not(.qmn_image_option) input[type="radio"]:checked ~ .qsm-input-label:before {
    content: "";
    border: 20px solid #dc3232;
    background: transparent;
    width: 15px;
    height: 15px;
}
.quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_mc_answer_wrap:not(.qmn_image_option) .qsm-input-label,
.quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qsm_check_answer:not(.qmn_image_option) .qsm-input-label {
    display: flex;
    flex-direction: column;
    border: none;
    text-align: center;
    gap: 10px;
    padding: 5px;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_radio_answers input[type="radio"]:checked ~ .qsm-input-label:before {
    content: "";
    border: 5px solid var(--spotlight-option-color);
    height: 9px;
    width: 9px;
}
.quiz_theme_qsm-theme-spotlight .quiz_section input[type="checkbox"]:checked ~ .qsm-input-label:before {
    background-color: var(--spotlight-option-color);
    border-color: var(--spotlight-option-color);
    color: var(--spotlight-option-background-color);
}
.quiz_theme_qsm-theme-spotlight .qsm_contact_div.qsm-contact-type-checkbox label:hover:before,
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm-input-label:hover:before,
.quiz_theme_qsm-theme-spotlight .qsm_contact_div.qsm-contact-type-checkbox input:checked ~ label:before,
.quiz_theme_qsm-theme-spotlight .quiz_section input:checked ~ .qsm-input-label:before {
    border-color: var(--spotlight-option-color);
}
.quiz_theme_qsm-theme-spotlight .qsm_contact_div.qsm-contact-type-checkbox input:checked ~ label:before,
.quiz_theme_qsm-theme-spotlight .quiz_section input[type="checkbox"]:checked ~ .qsm-input-label:before {
    color: var(--spotlight-option-background-color);
}
.quiz_theme_qsm-theme-spotlight .qsm_contact_div.qsm-contact-type-checkbox label:before {
    margin-right: 8px;
}

/* =========================================================
   Quick Result — Incorrect Selection
   ========================================================= */
.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_mc_answer_wrap.data-incorrect-selection input:checked ~ .qsm-input-label,
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_check_answer.data-incorrect-selection input:checked ~ .qsm-input-label,
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice.data-incorrect-selection input:checked ~ .qsm-input-label,
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple.data-incorrect-selection input:checked ~ .qsm-input-label {
    color: #dc3232 !important;
    border-color: #dc3232 !important;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_mc_answer_wrap.data-incorrect-selection input:checked ~ .qsm-input-label .qsm_image_caption,
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_check_answer.data-incorrect-selection input:checked ~ .qsm-input-label .qsm_image_caption,
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice.data-incorrect-selection input:checked ~ .qsm-input-label .qsm_image_caption,
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple.data-incorrect-selection input:checked ~ .qsm-input-label .qsm_image_caption {
    color: #dc3232 !important;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_mc_answer_wrap:not(.mlw_horizontal_choice):not(.qmn_image_option).data-incorrect-selection input[type="radio"]:checked ~ .qsm-input-label:before {
    border: 20px solid #dc3232 !important;
    background: transparent;
    width: 15px;
    height: 15px;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_check_answer.data-incorrect-selection input[type="checkbox"]:checked ~ .qsm-input-label:before,
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple.data-incorrect-selection input[type="checkbox"]:checked ~ .qsm-input-label:before {
    content: "\f335" !important;
    background-color: #dc3232 !important;
    color: #fff !important;
    border-color: #dc3232 !important;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice:not(.qmn_image_option).data-incorrect-selection input[type="radio"]:checked ~ .qsm-input-label:before,
.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_radio_answers .data-incorrect-selection input[type="radio"]:checked ~ .qsm-input-label:before {
    border-color: #dc3232 !important;
}

/* =========================================================
   Text Inputs / Select / Date — consolidated
   ========================================================= */
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight select,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight textarea,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight input:not([type='checkbox']):not([type='radio']):not([type='button']):not([type='submit']):not([type='date']):not([type='number']):not([type='email']):not([type='text']),
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_answer_number,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_fill_blank,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_answer_open_text,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight input[type="text"],
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight input[type="email"],
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight input[type="url"],
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight input[type="number"] {
    box-sizing: border-box;
    padding: 10px;
    border: 2px solid #101010;
    border-radius: 10px;
    outline: none;
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight textarea {
    min-height: 200px;
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .qsm-quiz-form .quiz_section :is(.mlw_answer_open_text, input[type='text'], input[type='email'], input[type='number']):is(:hover, :focus) {
    box-shadow: none;
    border: 2px solid var(--spotlight-option-color);
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section select:hover,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_answer_date:hover,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section select:focus,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_answer_date:focus {
    border: 2px solid var(--spotlight-option-color);
    box-shadow: none;
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section select,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section input[type="text"],
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section input[type="email"],
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section input[type="number"],
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section input[type="date"] {
    min-height: 66px;
}
/* .qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section select,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section input[type="number"] {
    max-width: 698px;
} */
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_answer_date {
    /* width: 220px; */
    height: 66px;
    border-radius: 10px;
    border: 2px solid #101010;
    margin-bottom: 10px;
    padding-left: 10px;
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight input[type="date"],
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section input[type="date"]:hover,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section input[type="date"]:focus {
    position: relative;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='18' rx='2' ry='2'/><line x1='16' y1='2' x2='16' y2='6'/><line x1='8' y1='2' x2='8' y2='6'/><line x1='3' y1='10' x2='21' y2='10'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px auto;
    padding-right: 40px;
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight select,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section select:hover,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section select:focus {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px auto;
    padding-right: 32px;
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight select::-ms-expand {
    display: none;
}
.quiz_theme_qsm-theme-spotlight .qsm_select.qsm_dropdown {
    background-position: right 15px center;
}

/* =========================================================
   Buttons
   ========================================================= */
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .qsm-spinner-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .qmn_btn,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight input[type="submit"],
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .btn {
    background: var(--spotlight-option-text-color) !important;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .qsm-pagination.qmn_pagination .qsm-spotlight-submit-shortcut {
    display: none;
    margin-left: 8px;
    vertical-align: middle;
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section.qsm-question-wrapper .qsm-spotlight-ok-button-wrapper .qsm-spotlight-ok-shortcut,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .qsm-pagination.qmn_pagination .qsm-spotlight-submit-shortcut {
    font-size: 14px;
    color: var(--spotlight-font-color);
    margin-left: 10px;
}
.quiz_theme_qsm-theme-spotlight.qsm-submit-quiz-anytime .qsm-pagination.qmn_pagination .qsm-spotlight-submit-shortcut {
    position: absolute;
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .qmn_pagination .qmn_btn {
    border: none;
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .qmn_btn:hover,
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .btn:hover {
    opacity: 0.7;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_qmn_question.qsm_remove_bold {
    position: relative;
    font-size: 16px;
    color: #808080;
}
.quiz_theme_qsm-theme-spotlight .qsm-right-option .qsm_mc_answer_wrap.qsm_image_option .dashicons-move {
    bottom: 0;
    line-height: 1 !important;
}
.quiz_theme_qsm-theme-spotlight .qsm-matching-pairs .qsm-right-option span.qsm_image_caption {
    left: 20px !important;
    width: -webkit-fill-available !important;
}
.quiz_theme_qsm-theme-spotlight .quiz_section input:checked ~ .qsm-input-label {
    box-shadow: unset;
    border-color: var(--spotlight-option-color);
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight input[type="submit"] {
    box-sizing: border-box;
    width: auto;
    min-width: 58px;
    height: 46px;
    padding: 8px 18px;
    text-align: center;
    color: #fff;
    background-color: var(--spotlight-button-color);
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight input[type="submit"]:hover {
    opacity: 0.8;
}
.qmn_quiz_container.quiz_theme_qsm-theme-spotlight .qmn_pagination {
    margin-bottom: 0;
    padding-bottom: 0;
    justify-content: flex-start;
}
.quiz_theme_qsm-theme-spotlight.qmn_quiz_container .qsm-submit-btn {
    width: 100%;
}
.quiz_theme_qsm-theme-spotlight .qsm-submit-shortcut {
    font-size: 12px;
    opacity: 0.7;
    font-weight: normal;
    margin-left: 8px;
}
.quiz_theme_qsm-theme-spotlight.qmn_quiz_container .qmn_results_page form {
    text-align: center;
}
.quiz_theme_qsm-theme-spotlight.qmn_quiz_container .qmn_results_page .qsm_retake_button {
    position: relative;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm-deselect-answer {
    position: absolute;
    right: 0;
    bottom: 0;
}
.quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_radio_answers,
.quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_check_answers {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_radio_horizontal_answers:not(:has(.qmn_image_option)),
.quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_multiple_horizontal_check:not(:has(.qmn_image_option)) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_radio_horizontal_answers:not(:has(.qmn_image_option)) > .mlw_horizontal_choice:not(.qmn_image_option),
.quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_multiple_horizontal_check:not(:has(.qmn_image_option)) > .mlw_horizontal_multiple:not(.qmn_image_option) {
    display: block;
    width: 100%;
    margin: 0;
}
.quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_radio_horizontal_answers:not(:has(.qmn_image_option)) > .mlw_horizontal_choice:not(.qmn_image_option) > .qsm-input-label,
.quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_multiple_horizontal_check:not(:has(.qmn_image_option)) > .mlw_horizontal_multiple:not(.qmn_image_option) > .qsm-input-label {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
}

/* =========================================================
   Image-Type Questions — Spotlight card design
   ========================================================= */
.quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_radio_answers:has(.qmn_image_option):not(.qmn_radio_horizontal_answers),
.quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_check_answers:has(.qmn_image_option):not(.qmn_multiple_horizontal_check) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_mc_answer_wrap.qmn_image_option,
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_check_answer.qmn_image_option {
    display: block;
    width: 100%;
}

.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_mc_answer_wrap.qmn_image_option .qsm-input-label,
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_check_answer.qmn_image_option .qsm-input-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 8px 8px 8px 44px;
    margin: 0;
    box-sizing: border-box;
}

.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_mc_answer_wrap.qmn_image_option .qsm-input-label:hover,
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_check_answer.qmn_image_option .qsm-input-label:hover,
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_mc_answer_wrap.qmn_image_option input:checked ~ .qsm-input-label,
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_check_answer.qmn_image_option input:checked ~ .qsm-input-label {
    border-color: var(--spotlight-option-color);
    background: var(--spotlight-option-background-color);
}

.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_mc_answer_wrap.qmn_image_option .qsm-input-label .qsm_image_caption,
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_check_answer.qmn_image_option .qsm-input-label .qsm_image_caption {
    flex: 1;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 500;
    color: var(--spotlight-font-color);
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_mc_answer_wrap.qmn_image_option .qsm-input-label img,
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_check_answer.qmn_image_option .qsm-input-label img {
    width: 100px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 6px;
    margin: 0 0 0 auto;
    padding: 0;
    display: block;
    order: 2;
}

.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_mc_answer_wrap.qmn_image_option .qsm-input-label:before,
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_check_answer.qmn_image_option .qsm-input-label:before {
    position: absolute;
    left: 14px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    margin: 0;
}
/* =========================================================
   Horizontal Image Options — 4-column grid card design
   ========================================================= */
.quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_radio_horizontal_answers:has(.qmn_image_option),
.quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_multiple_horizontal_check:has(.qmn_image_option) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice.qmn_image_option,
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple.qmn_image_option {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    min-width: 0;
}

.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice.qmn_image_option .qsm-input-label,
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple.qmn_image_option .qsm-input-label {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 8px;
    row-gap: 20px;
    width: 100%;
    height: auto;
    padding: 8px;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice.qmn_image_option .qsm-input-label img,
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple.qmn_image_option .qsm-input-label img {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    height: 120px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 6px;
    margin: 0;
    padding: 0;
    display: block;
}

.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice.qmn_image_option .qsm-input-label:before,
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple.qmn_image_option .qsm-input-label:before {
    position: static;
    margin: 0 0 0 4px;
}

.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice.qmn_image_option .qsm-input-label .qsm_image_caption,
.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple.qmn_image_option .qsm-input-label .qsm_image_caption {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    display: block;
    padding: 0 4px 0 0;
    margin: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: var(--spotlight-font-color);
    line-height: 1.3;
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice.qmn_image_option .qsm-input-label:hover,
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple.qmn_image_option .qsm-input-label:hover,
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice.qmn_image_option input:checked ~ .qsm-input-label,
.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple.qmn_image_option input:checked ~ .qsm-input-label {
    border-color: var(--spotlight-option-color);
    background: var(--spotlight-option-background-color);
}

.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice.qmn_image_option input[type="radio"]:checked ~ .qsm-input-label:before {
    border: 5px solid var(--spotlight-option-color);
    height: 8px;
    width: 8px;
}

/* =========================================================
   Polar Type Questions
   ========================================================= */
.quiz_theme_qsm-theme-spotlight .mlw_qmn_question.question-type-polar-s {
    display: none !important;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 698px;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-left,
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-right {
    flex: 1;
    text-align: center;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-left img,
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-right img {
    width: 100px;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--spotlight-theme-color);
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.quiz_theme_qsm-theme-spotlight .qsm-page .quiz_section.qsm-question-wrapper .qsm-spotlight-polar-option.qsm-polar-option-selected,
.quiz_theme_qsm-theme-spotlight .qsm-page .quiz_section.qsm-question-wrapper .qsm-spotlight-polar-option:hover {
    transform: scale(1.2);
}

.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option[data-size="1"] { width: 40px; height: 40px; }
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option[data-size="2"] { width: 35px; height: 35px; }
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option[data-size="3"] { width: 30px; height: 30px; }
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option[data-size="4"] { width: 25px; height: 25px; }
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option[data-size="5"] { width: 30px; height: 30px; }
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option[data-size="6"] { width: 35px; height: 35px; }
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option[data-size="7"] { width: 40px; height: 40px; }

.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option.qsm-polar-option-selected {
    background-color: var(--spotlight-theme-color);
    border-color: var(--spotlight-theme-color);
    transform: scale(1.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option.qsm-polar-option-selected::before {
    content: "\f15e";
    font-family: 'dashicons';
    color: var(--spotlight-option-background-color);
    font-size: 16px;
    line-height: 1;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option.qsm-polar-option-selected[data-size="1"]::before,
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option.qsm-polar-option-selected[data-size="7"]::before {
    font-size: 22px;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option.qsm-polar-option-selected[data-size="2"]::before,
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option.qsm-polar-option-selected[data-size="6"]::before {
    font-size: 20px;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option.qsm-polar-option-selected[data-size="4"]::before {
    font-size: 14px;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-container.qsm-result-page .qsm-spotlight-polar-option.qsm-polar-option-selected {
    background-color: var(--spotlight-theme-color);
    border-color: var(--spotlight-theme-color);
}

.quiz_theme_qsm-theme-spotlight .question-type-polar-s {
    position: relative;
}
.quiz_theme_qsm-theme-spotlight .question-type-polar-s img {
    max-width: 70%;
}
.quiz_theme_qsm-theme-spotlight .slider-main-wrapper .ui-slider {
    height: 10px;
    border-radius: 5px;
    background-color: var(--spotlight-theme-color);
    border: none;
    transition: 0.3s ease-in-out;
    width: 101%;
}

.quiz_theme_qsm-theme-spotlight .left-polar-title,
.quiz_theme_qsm-theme-spotlight .right-polar-title {
    font-size: 16px;
}
.quiz_theme_qsm-theme-spotlight .question-type-polar-s .left-polar-title,
.quiz_theme_qsm-theme-spotlight .question-type-polar-s .right-polar-title {
    width: calc(50% - 8px);
    max-width: 50%;
    float: left;
    order: 1;
}
.quiz_theme_qsm-theme-spotlight .right-polar-title {
    text-align: right !important;
    margin-left: 16px;
    order: 2;
}
.quiz_theme_qsm-theme-spotlight .slider-main-wrapper .ui-slider .ui-slider-handle {
    width: 34px;
    height: 34px;
    margin-top: -5px;
    background-color: var(--spotlight-theme-color);
    border: 2px solid white;
    border-radius: 20px;
    transition: all 0.5s ease;
    text-align: center;
    cursor: all-scroll;
    line-height: 30px;
    font-weight: normal;
    font-size: 17px;
}
.quiz_theme_qsm-theme-spotlight .slider-main-wrapper .ui-slider .ui-slider-handle .dashicons {
    text-decoration: none;
    color: white;
    line-height: 30px;
    font-size: 15px;
    width: 14px;
    margin: 0 -2px;
}
.quiz_theme_qsm-theme-spotlight .question-type-polar-s .slider-main-wrapper {
    padding-left: 0;
    padding-right: 1px;
}

.qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .quiz_end.empty_quiz_end {
    opacity: 0.5;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-ok-button-wrapper {
    position: relative;
    margin: 20px 0;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-ok-button-wrapper .qsm-spotlight-ok-button {
    background-color: #000;
    color: #fff;
    width: 58px;
    height: 46px;
    border-radius: 5px;
    opacity: 1;
    gap: 15px;
    padding: 8px 18px;
}

/* =========================================================
   Arrow Navigation
   ========================================================= */
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-arrow-navigation {
    display: flex;
    flex-direction: row;
    justify-self: flex-end;
    gap: 10px;
    position: sticky;
    bottom: -10px;
    right: 10px;
    z-index: 1000;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-arrow-navigation .qsm-spotlight-up-btn,
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-arrow-navigation .qsm-spotlight-down-btn,
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-arrow-navigation .qsm-spotlight-start-btn {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-arrow-navigation .qsm-spotlight-up-btn {
    background-color: #000;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-arrow-navigation .qsm-spotlight-down-btn,
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-arrow-navigation .qsm-spotlight-start-btn {
    background-color: #067791;
}

/* =========================================================
   File Upload
   ========================================================= */
.quiz_theme_qsm-theme-spotlight.qsm-quiz-container .quiz_section.qsm-question-wrapper .spotlight-file-upload-container {
    border: 2px dashed #101010;
    text-align: center;
    color: var(--spotlight-font-color);
    cursor: pointer;
    max-width: 698px;
    min-height: 225px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 10px;
    background-color: var(--spotlight-option-background-color);
}
.quiz_theme_qsm-theme-spotlight .spotlight-file-upload-container .dashicons-cloud-upload:before {
    content: "\f342";
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid;
    border-radius: 8px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    background: transparent;
    font-family: dashicons;
}
.quiz_theme_qsm-theme-spotlight .spotlight-file-upload-container .dashicons {
    font-size: 40px;
}
.quiz_theme_qsm-theme-spotlight .spotlight-file-upload-container .spotlight-file-upload-message {
    font-size: 16px;
    font-weight: 400;
    line-height: 5;
    text-align: center;
}
.quiz_theme_qsm-theme-spotlight .spotlight-file-upload-container:hover {
    border-color: var(--spotlight-theme-color-bg);
    background: var(--spotlight-option-background-color);
    color: var(--spotlight-option-color);
}
.quiz_theme_qsm-theme-spotlight .spotlight-file-uploading {
    color: black;
    background: rgb(222, 219, 219);
}
.quiz_theme_qsm-theme-spotlight .spotlight-file-upload-name {
    font-size: 14px;
    position: relative;
    width: fit-content;
    margin-right: auto;
}
.quiz_theme_qsm-theme-spotlight .spotlight-file-upload-error {
    font-size: 14px;
    margin: 7px -20px 0;
}
.quiz_theme_qsm-theme-spotlight .spotlight-file-upload-error-msg {
    color: red;
    background: #f3e2e2;
}
.quiz_theme_qsm-theme-spotlight .spotlight-file-upload-success-msg {
    color: #1dd969;
    background: #cff2dd;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .remove-uploaded-file {
    left: 70%;
    bottom: 85px;
    border: none;
    color: inherit;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .remove-uploaded-file:hover {
    color: red;
}

/* =========================================================
   Timer
   ========================================================= */
.quiz_theme_qsm-theme-spotlight .spotlight-timer {
    display: grid;
    text-align: center;
    color: var(--spotlight-font-color);
    font-weight: 500;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}
.quiz_theme_qsm-theme-spotlight .spotlight-timer-value {
    font-size: 28px;
    font-weight: 400;
    line-height: 32.81px;
    text-align: center;
}
.quiz_theme_qsm-theme-spotlight .spotlight-timer-label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 15.23px;
    letter-spacing: 0.09em;
    text-align: center;
}

/* =========================================================
   Progress Bar / Header / Pagination
   ========================================================= */
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-question-counter {
    font-size: 14px;
    font-weight: 500;
    color: var(--spotlight-font-color);
    text-align: center;
    margin-bottom: 10px;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-question-counter .qsm-current-question .qsm-spotlight-current-question {
    font-weight: 600;
    color: var(--spotlight-theme-color);
}
.quiz_theme_qsm-theme-spotlight .spotlight-progress-bar {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}
.quiz_theme_qsm-theme-spotlight .spotlight-progress-bar .progress-container {
    width: 100%;
    background-color: #eee;
    border-radius: 4px;
    overflow: hidden;
}
.quiz_theme_qsm-theme-spotlight .spotlight-progress-bar .progress {
    height: 100%;
    background-color: var(--spotlight-progressbar-color);
    border-radius: 4px;
    transition: width 0.3s ease;
}
.quiz_theme_qsm-theme-spotlight .spotlight-progress-bar .percentage {
    display: none;
}
.quiz_theme_qsm-theme-spotlight .quiz_section .qsm-input-label-spotlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: fit-content;
}
.quiz_theme_qsm-theme-spotlight.qsm-quiz-container .qmn_radio_horizontal_answers,
.quiz_theme_qsm-theme-spotlight.qsm-quiz-container .qmn_multiple_horizontal_check {
    justify-content: flex-start;
}
.quiz_theme_qsm-theme-spotlight .spotlight-pagination-text .spotlight-current-question {
    color: var(--spotlight-progressbar-color);
}
.quiz_theme_qsm-theme-spotlight .spotlight-pagination-text .spotlight-total-question-section,
.quiz_theme_qsm-theme-spotlight .spotlight-pagination-text .spotlight-page-title {
    opacity: 0.8;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.quiz_theme_qsm-theme-spotlight .qsm-spotlight-pagination-timer {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: sticky;
    bottom: 37px;
    right: 10px;
    z-index: 1000;
    width: fit-content;
    justify-self: flex-end;
}
.quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header {
    display: flex;
    position: sticky;
    top: -30px;
    height: 70px;
    z-index: 999;
}
.quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .spotlight-page {
    color: var(--spotlight-font-color);
    font-weight: 600;
}
.quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .spotlight-progress-bar .qsm-progress-bar {
    display: none;
}
.quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .spotlight-progress-bar {
    position: absolute;
    right: 5px;
    top: 10px;
    max-width: 200px;
}
.quiz-theme-qsm-theme-spotlight-parent .qsm-quiz-container.quiz_theme_qsm-theme-spotlight:has(.spotlight-progress-bar:not([style*="display: none"])) .qsm-auto-save-main-wrap {
    display: flex;
    justify-content: center;
}
.quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .qsm-spotlight-header-image {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    max-width: 200px;
    padding: 10px 0;
}
.quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .qsm-spotlight-header-image img {
    max-height: 50px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.quiz_theme_qsm-theme-spotlight .progress-container {
    top: 50px;
    background-color: #eee;
    position: absolute;
    right: 0;
    width: 150px;
    height: 5px;
    box-sizing: border-box;
    animation: grow 1.5s ease-out forwards;
    transform-origin: bottom;
    border-radius: 30px;
}
.quiz_theme_qsm-theme-spotlight .progress {
    background-color: var(--spotlight-progressbar-color);
    width: 0%;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
    border-radius: 30px;
}
.quiz_theme_qsm-theme-spotlight .percentage {
    display: flex;
    margin-top: -40px;
    font-size: 12px;
    text-align: center;
    transition: left 0.4s linear;
    z-index: 10;
    position: absolute;
    right: 110px;
    top: 50px;
}

.quiz_theme_qsm-theme-spotlight.qsm-submit-quiz-anytime .qsm-navigation {
    position: sticky;
    bottom: -10px;
    z-index: 10000;
    min-width: 50px;
}
.quiz_theme_qsm-theme-spotlight.qmn_quiz_container .qsm-navigation {
    flex-direction: row !important;
}

/* =========================================================
   Featured Image + Side-by-Side Layout
   ========================================================= */
.quiz_theme_qsm-theme-spotlight img.qsm-spotlight-featured-image {
    max-width: 100%;
    margin: auto;
    box-shadow: none;
}
.quiz_theme_qsm-theme-spotlight.qsm-quiz-container .spotlight-featured-image-container {
    text-align: center;
}
.quiz_theme_qsm-theme-spotlight.qsm-quiz-container .qsm-quiz-form {
    position: relative;
}

.qsm-quiz-form:has(> .spotlight-featured-image-container):has(.quiz_section.quiz_begin .qsm_contact_div) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 30px;
}
.qsm-quiz-form:has(> .spotlight-featured-image-container):has(.quiz_section.quiz_begin .qsm_contact_div) > * {
    flex: 1 1 100%;
    order: 4;
}
.qsm-quiz-form:has(> .spotlight-featured-image-container):has(.quiz_section.quiz_begin .qsm_contact_div) > .qsm-theme-spotlight-header {
    order: 1;
}
.qsm-quiz-form:has(> .spotlight-featured-image-container):has(.quiz_section.quiz_begin .qsm_contact_div) > section.qsm-page:has(.quiz_section.quiz_begin) {
    flex: 1 1 55%;
    min-width: 280px;
    order: 2;
}
.qsm-quiz-form:has(> .spotlight-featured-image-container):has(.quiz_section.quiz_begin .qsm_contact_div) > .spotlight-featured-image-container {
    flex: 1 1 35%;
    min-width: 200px;
    order: 3;
    align-self: center;
}

.quiz_theme_qsm-theme-spotlight.qsm-quiz-container .qsm-question-wrapper .qsm-featured-image {
    position: absolute;
    right: 0;
}
.quiz_theme_qsm-theme-spotlight.qsm-quiz-container .qsm-question-wrapper .qsm-featured-image img {
    width: 150px;
    height: 150px;
}

.quiz_theme_qsm-theme-spotlight .qsm-question-count-dashboard {
    border: none;
    background: #FFFFFF;
}
.quiz_theme_qsm-theme-spotlight .qsm-question-count-dashboard > div {
    align-items: center;
    border: 1.5px solid #EEEEEE;
    border-radius: 8px;
    padding-left: 8px;
}
.quiz_theme_qsm-theme-spotlight .qsm-question-count-dashboard > div:not(:first-child) {
    margin: 0 0 0 10px;
}
.quiz_theme_qsm-theme-spotlight .qsm-correct-count-label::before {
    content: '\2022';
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
}
.quiz_theme_qsm-theme-spotlight .qsm-question-count-dashboard > div span:last-child {
    padding: 0 0 0 10px;
}
.quiz_theme_qsm-theme-spotlight .dashicons-no-alt.icon,
.quiz_theme_qsm-theme-spotlight .dashicons-saved.icon,
.quiz_theme_qsm-theme-spotlight .dashicons-minus.icon {
    display: none;
}
.quiz_theme_qsm-theme-spotlight .qsm-question-count-dashboard .text:after,
.quiz_theme_qsm-theme-spotlight .qsm-question-count-dashboard .text:before {
    content: '';
}
.quiz_theme_qsm-theme-spotlight.qmn_quiz_container .qsm-results-page .mlw_qmn_question .qmn_image_option:before {
    margin-top: 2px;
}

.rtl .quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .qsm-spotlight-header-image {
    left: auto;
    right: 0;
}
.rtl .quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .spotlight-progress-bar {
    right: auto;
    left: 0;
}

/* =========================================================
   Responsive
   ========================================================= */

/* ---------- Tablet (≤ 1024px) ---------- */
@media screen and (max-width: 1024px) {
    body div .quiz-theme-qsm-theme-spotlight-parent {
        padding: 20px;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-question-wrapper {
        max-width: 550px;
    }
    .quiz_theme_qsm-theme-spotlight.qsm-quiz-container .quiz_section.qsm-question-wrapper:has(.qsm-featured-image) {
        width: 100%;
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_radio_horizontal_answers:has(.qmn_image_option),
    .quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_multiple_horizontal_check:has(.qmn_image_option) {
        grid-template-columns: repeat(3, 1fr);
    }
    .qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section select,
    .qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section input[type="number"] {
        max-width: 100%;
    }
    .quiz_theme_qsm-theme-spotlight.qsm-quiz-container .quiz_section.qsm-question-wrapper .spotlight-file-upload-container,
    .quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-container {
        max-width: 100%;
    }
    .quiz_theme_qsm-theme-spotlight.qmn_quiz_container .qsm-results-page .qsm_questions_answers_section .qmn_question_answer .mlw_qmn_question .qmn_image_option:before {
        margin-top: 5px;
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section .qmn_mc_answer_wrap.qmn_image_option .qsm-input-label img,
    .quiz_theme_qsm-theme-spotlight .quiz_section .qsm_check_answer.qmn_image_option .qsm-input-label img{
        width: 80px;
    }
}

/* ---------- Column helper classes (desktop only) ---------- */
@media screen and (min-width: 1025px) {
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .qsm-spotlight-column-1 .mlw_horizontal_multiple,
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .qsm-spotlight-column-1 .mlw_horizontal_choice {
        width: 100%;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .qsm-spotlight-column-3 .mlw_horizontal_multiple,
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .qsm-spotlight-column-3 .mlw_horizontal_choice {
        width: 45%;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .qsm-spotlight-column-4 .mlw_horizontal_multiple .qmn_image_option,
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .qsm-spotlight-column-4 .mlw_horizontal_choice .qmn_image_option {
        width: calc(25% - 10px);
        height: auto;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .qsm-spotlight-column-5 .mlw_horizontal_multiple,
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .qsm-spotlight-column-5 .mlw_horizontal_choice {
        width: calc(20% - 11px);
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .qsm-spotlight-column-6 .mlw_horizontal_multiple,
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .qsm-spotlight-column-6 .mlw_horizontal_choice {
        width: calc(16.665% - 11px);
    }
}

/* ---------- Mobile (≤ 767px) ---------- */
@media screen and (max-width: 767px) {
    .qmn_quiz_container.quiz_theme_qsm-theme-spotlight .qmn_btn:hover,
    .qmn_quiz_container.quiz_theme_qsm-theme-spotlight .btn:hover {
        opacity: 1;
    }
    body div .quiz-theme-qsm-theme-spotlight-parent {
        padding: 16px;
    }
    body .qsm-quiz-container.quiz_theme_qsm-theme-spotlight {
        padding: 20px 16px;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-question-wrapper {
        margin: 50px auto;
        padding: 0 4px;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header {
        height: auto;
        min-height: 56px;
        margin-bottom: 16px;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .qsm-spotlight-header-image {
        max-width: 140px;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .qsm-spotlight-header-image img {
        max-height: 40px;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .spotlight-progress-bar {
        max-width: 140px;
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .mlw_qmn_message_before p {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div {
        max-width: 100%;
    }
    .qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section input[type="email"] {
        width: 100%;
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_radio_answers:has(.qmn_image_option):not(.qmn_radio_horizontal_answers),
    .quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_check_answers:has(.qmn_image_option):not(.qmn_multiple_horizontal_check),
    .quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_radio_horizontal_answers:not(:has(.qmn_image_option)),
    .quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_multiple_horizontal_check:not(:has(.qmn_image_option)) {
        grid-template-columns: 1fr;
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_radio_horizontal_answers:not(:has(.qmn_image_option)) > .mlw_horizontal_choice:not(.qmn_image_option),
    .quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_multiple_horizontal_check:not(:has(.qmn_image_option)) > .mlw_horizontal_multiple:not(.qmn_image_option) {
        min-width: 0;
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_radio_horizontal_answers:has(.qmn_image_option),
    .quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_multiple_horizontal_check:has(.qmn_image_option) {
        grid-template-columns: repeat(2, 1fr);
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .mlw_horizontal_choice,
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .qmn_multiple_horizontal_check .mlw_horizontal_multiple,
    .quiz_theme_qsm-theme-spotlight .qsm-results-page .qmn_image_option,
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_image_option {
        width: 100%;
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple .qsm-input-label img,
    .quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice .qsm-input-label img {
        height: 120px;
    }
    .quiz_theme_qsm-theme-spotlight .qmn_check_answers .qsm_check_answer,
    .quiz_theme_qsm-theme-spotlight .qmn_radio_answers .qmn_mc_answer_wrap {
        width: fit-content;
        margin: 0;
    }
    .quiz_theme_qsm-theme-spotlight.qsm-quiz-container .quiz_section.qsm-question-wrapper:has(.qsm-featured-image) {
        width: 100%;
    }
    .quiz_theme_qsm-theme-spotlight.qsm-quiz-container .qsm-question-wrapper .qsm-featured-image {
        position: relative;
        right: auto;
        margin: 0 auto 16px;
        text-align: center;
    }
    .quiz_theme_qsm-theme-spotlight.qsm-quiz-container .qsm-question-wrapper .qsm-featured-image img {
        width: 120px;
        height: 120px;
    }
    .quiz_theme_qsm-theme-spotlight .spotlight-file-upload-container .dashicons {
        position: relative;
        right: 10px;
        padding: 30px 0;
    }
    .quiz_theme_qsm-theme-spotlight .spotlight-file-upload-container .spotlight-file-upload-message {
        line-height: 2;
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section .remove-uploaded-file {
        margin-top: 0;
        left: auto;
        right: 10px;
    }
    .qmn_quiz_container.quiz_theme_qsm-theme-spotlight select,
    .qmn_quiz_container.quiz_theme_qsm-theme-spotlight input[type="number"] {
        min-width: 100%;
        max-width: 100%;
    }
    .qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section .mlw_answer_date {
        width: 100%;
        max-width: 280px;
    }
    .quiz_theme_qsm-theme-spotlight .spotlight-pagination-text {
        font-size: 14px;
    }
    .qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section.qsm-question-wrapper .qsm-spotlight-ok-button-wrapper .qsm-spotlight-ok-shortcut,
    .qmn_quiz_container.quiz_theme_qsm-theme-spotlight .qsm-pagination.qmn_pagination .qsm-spotlight-submit-shortcut {
        font-size: 12px;
    }
    .qmn_quiz_container.quiz_theme_qsm-theme-spotlight .qsm-pagination.qmn_pagination .qsm-spotlight-submit-shortcut {
        margin-left: 6px;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-spotlight-arrow-navigation .qsm-spotlight-up-btn,
    .quiz_theme_qsm-theme-spotlight .qsm-spotlight-arrow-navigation .qsm-spotlight-down-btn,
    .quiz_theme_qsm-theme-spotlight .qsm-spotlight-arrow-navigation .qsm-spotlight-start-btn {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
    .quiz_theme_qsm-theme-spotlight .left-polar-title,
    .quiz_theme_qsm-theme-spotlight .right-polar-title {
        width: calc(50% - 18px);
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .question-type-polar-s .left-polar-title,
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .question-type-polar-s .slider-main-wrapper,
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .question-type-polar-s .right-polar-title {
        margin-bottom: 0;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .question-type-polar-s .right-polar-title {
        margin-left: 16px;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option {
        margin: 0 4px;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-page .quiz_section.qsm-question-wrapper .qsm-spotlight-polar-option.qsm-polar-option-selected,
    .quiz_theme_qsm-theme-spotlight .qsm-page .quiz_section.qsm-question-wrapper .qsm-spotlight-polar-option:hover {
        transform: scale(1);
    }
    .quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option[data-size="1"] { width: 28px; height: 28px; }
    .quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option[data-size="2"] { width: 24px; height: 24px; }
    .quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option[data-size="3"] { width: 20px; height: 20px; }
    .quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option[data-size="4"] { width: 16px; height: 16px; }
    .quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option[data-size="5"] { width: 20px; height: 20px; }
    .quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option[data-size="6"] { width: 24px; height: 24px; }
    .quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option[data-size="7"] { width: 28px; height: 28px; }
    .quiz_theme_qsm-theme-spotlight .qsm-question-count-dashboard > div:not(:first-child) {
        margin: initial;
    }
    .quiz_theme_qsm-theme-spotlight.qmn_quiz_container .qsm-results-page .qsm-text-correct-option.qsm-text-user-correct-answer.qmn_image_option:after {
        content: "\f12a";
    }
    .quiz_theme_qsm-theme-spotlight .qsm-results-page .qmn_question_answer.qsm-add-border-bottom {
        padding-bottom: 0;
    }
    .quiz_theme_qsm-theme-spotlight.qmn_quiz_container .qsm-results-page .mlw_qmn_question .qmn_image_option:before {
        left: 1px;
        margin-top: 6px;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-results-page .qmn_image_option {
        min-width: 47%;
        margin: 10px 22px 14px 4px;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-results-page .mlw_qmn_question .qsm-question-title-description {
        margin-bottom: -22px;
    }
}

/* ---------- Small mobile (≤ 480px) ---------- */
@media screen and (max-width: 480px) {
    body .qsm-quiz-container.quiz_theme_qsm-theme-spotlight {
        padding: 16px 10px;
        min-height: 650px;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-question-wrapper {
        padding: 0;
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .mlw_qmn_message_before p {
        font-size: 18px;
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div input[type="text"],
    .quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div input[type="email"],
    .quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div input[type="tel"],
    .quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div input[type="url"],
    .quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div input[type="number"],
    .quiz_theme_qsm-theme-spotlight .quiz_section.quiz_begin .qsm_contact_div textarea {
        padding: 11px 14px;
        min-height: 48px;
        height: 48px;
        font-size: 14px;
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_radio_horizontal_answers:has(.qmn_image_option),
    .quiz_theme_qsm-theme-spotlight .quiz_section fieldset .qmn_multiple_horizontal_check:has(.qmn_image_option) {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple .qsm-input-label img,
    .quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice .qsm-input-label img {
        height: 160px;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_mc_answer_wrap.qmn_image_option,
    .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qsm_check_answer.qmn_image_option {
        margin-left: 0;
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_multiple .qsm-input-label:before,
    .quiz_theme_qsm-theme-spotlight .quiz_section .mlw_horizontal_choice .qsm-input-label:before {
        top: calc(95% - 13px);
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section .qmn_image_option .qsm-input-label:before {
        margin-top: -8px;
    }
    .qmn_quiz_container.quiz_theme_qsm-theme-spotlight .quiz_section {
        width: 100%;
    }
    .quiz_theme_qsm-theme-spotlight.qsm-submit-quiz-anytime .qsm-navigation.qsm-pagination .qsm-submit-btn {
        left: 0;
    }
    .quiz_theme_qsm-theme-spotlight .quiz_section .qmn_radio_horizontal_answers:not(.qmn_image_option),
    .quiz_theme_qsm-theme-spotlight .quiz_section .qmn_multiple_horizontal_check:not(.qmn_image_option) {
        gap: 0;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-left img,
    .quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-right img {
        width: 40px;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-spotlight-polar-option {
        margin: 0 2px;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .qsm-spotlight-header-image,
    .quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .spotlight-progress-bar {
        max-width: 70px;
        margin-top: 20px;
    }
    .quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .spotlight-progress-bar {
        margin-top: 3px;
    }
}

/* =========================================================
   Result Page
   ========================================================= */
.quiz_theme_qsm-theme-spotlight .qmn_results_page .right-polar-title {
    margin-left: auto;
}
.quiz_theme_qsm-theme-spotlight .qmn_results_page table.qsm_answer_table {
    width: 100%;
}

/* =========================================================
   RTL Support
   ========================================================= */
.rtl .quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .qsm-spotlight-pagination-timer,
.rtl .quiz_theme_qsm-theme-spotlight .qsm-theme-spotlight-header .spotlight-progress-bar .progress-container {
    direction: ltr;
}
.rtl .quiz_theme_qsm-theme-spotlight .right-polar-title:has(img),
.rtl .quiz_theme_qsm-theme-spotlight .left-polar-title:has(img) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.rtl .quiz_theme_qsm-theme-spotlight .left-polar-title:has(img) {
    align-content: flex-end;
}
.rtl .quiz_theme_qsm-theme-spotlight .right-polar-title:has(img),
.rtl .quiz_theme_qsm-theme-spotlight.qmn_quiz_container .quiz_section .question-type-polar-s .right-polar-title,
.rtl .quiz_theme_qsm-theme-spotlight .right-polar-title {
    order: 1;
}
.rtl .quiz_theme_qsm-theme-spotlight .left-polar-title:has(img),
.rtl .quiz_theme_qsm-theme-spotlight.qmn_quiz_container .quiz_section .question-type-polar-s .left-polar-title,
.rtl .quiz_theme_qsm-theme-spotlight .left-polar-title {
    order: 2;
    text-align: left;
}
.rtl .quiz_theme_qsm-theme-spotlight .left-polar-title img,
.rtl .quiz_theme_qsm-theme-spotlight .right-polar-title img {
    width: 95%;
}
.rtl .quiz_theme_qsm-theme-spotlight .qsm_select.qsm_dropdown {
    padding-right: 30px;
}
.rtl .qsm-quiz-container.quiz_theme_qsm-theme-spotlight .quiz_section .qmn_image_option:not(.mlw_horizontal_choice) {
    width: 100%;
    margin-right: 0;
}
.rtl .quiz_theme_qsm-theme-spotlight .qmn_image_option:not(.mlw_horizontal_choice) .qsm-input-label:before {
    right: 0;
    left: unset;
}
.rtl .quiz_theme_qsm-theme-spotlight .quiz_section .qmn_image_option:not(.mlw_horizontal_choice) .qsm-input-label .qsm_image_caption,
.rtl .quiz_theme_qsm-theme-spotlight .quiz_section .qmn_image_option .qsm-input-label .qsm_image_caption {
    padding-right: 32px;
}
.rtl .quiz_theme_qsm-theme-spotlight.qmn_quiz_container .qsm-results-page .qsm-text-correct-option.qsm-text-user-correct-answer.qmn_image_option:after {
    content: "\f12a";
}
