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

/* Fix the Question Number Gap */
.watupro-question-number {
    display: inline-block !important;
    margin-right: 10px;
    font-weight: bold;
}
div.watu-question-content {
    display: inline !important;
}

/* Make Answers Look Like Professional Cards */
.watupro-label {
    display: block;
    padding: 15px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

/* Hover Effect for Answers */
.watupro-label:hover {
    background: #f0f4f8;
    border-color: #0056b3;
}

/* Highlight the Selected Answer */
input[type=\"radio\"]:checked + span {
    font-weight: bold;
    color: #0056b3;
}

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