.pqa-quiz-container {
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.pqa-question {
    margin-bottom: 20px;
}

.pqa-question-text {
    font-size: 18px;
    font-weight: bold;
	text-align: center;
  	padding: 15px;
}

.pqa-answer-option {
    margin-bottom: 20px;
}

.pqa-next-button,
.pqa-submit-button {
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
}

.pqa-next-button:hover,
.pqa-submit-button:hover {
    background-color: #005177;
}

.pqa-question-description {
    margin-top: 10px;
    font-style: italic;
    color: #555;
}

.pqa-question-shortcode{
    margin-bottom: 4rem;
	padding: 5px;
}