div.watu-question, div.show-question {
margin-top: 15px !important;
}
.question-choices, .show-question-choices {
margin-top: 5px !important;
}

        font-family: Arial, sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        margin: 0;
        background-color: #f0f0f0;
    }

    .quiz-container {
        text-align: center;
        background-color: white;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .quiz-question h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .quiz-options {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .quiz-option {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 18px;
    }

    .quiz-option input {
        display: none;
    }

    .circle {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 2px solid #000;
        display: inline-block;
    }

    .quiz-option input:checked + .circle {
        background-color: #4CAF50;
    }


.watupro-question-choice span {
		  display: inline !important; /* added in WatuPRO 6.1.0.4 */
		}
@media 
			only screen and (max-width: 600px) {
}
