.jjv-quiz-link {
	background: #f4f2e2;
	padding: 1em;
}

.jjv-quiz-link .jjv-quiz-link-title {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 1.25em;
}

.entry-content .jjv-quiz-link-btn {
    line-height: 2;
    padding: .5em 1em;
    background: #ab2020;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}

.entry-content .jjv-quiz-link-btn:hover {
	background: #9b1a1a;
    color: #DDD;
    text-decoration: none;
}

.quiz-progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.quiz-progress-bar-inner{
    background-color: #76c7c0;
    height: 5px;
    border-radius: 4px;
}

.quiz-form * {
    box-sizing: border-box;
}

.entry-content .quiz-question-title {
    margin-bottom: .5em;
    margin-top: .5em;
    font-size: 1em;
}

.entry-content .quiz-answer-label {
    border: 1px solid #CCC;
    width: 100%;
    display: block;
    border-radius: 10px;
    padding: .5em .25em;
    margin-bottom: .5em;
}

.entry-content .quiz-answer-label:not(.disabled):hover {
    background: rgba(50,50,50, .1);
    cursor: pointer;
}

.quiz-again {
    margin: 2em 0;
}

.entry-content .quiz-answer-label.correct {
    background: #9dd194;
    border: 1px solid #3dbf6a;
}

.entry-content .quiz-answer-label.wrong {
    background: #dfa0a0;
    border: 1px solid #a11515;
}

.entry-content .correct-indicator {
    font-size: .8em;
    font-style: italic;
}

.entry-content .quiz-answer-radio {
    vertical-align: baseline;
}

.entry-content .quiz-button-row {
    margin-top: 2em;
    text-align: right;
}

.entry-content .quiz-question-image-wrap .quiz-question-image {
    max-width: 100%;
    height: auto;
}

.quiz-btn {
    display: inline-block;
    min-width: 150px;
    font-weight: 700;
    color: #000;
    padding: 10px 15px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border: 0;
    -webkit-appearance: none;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
}

.quiz-btn.quiz-btn-green {
    background: #2b5909;
    color: #FFF;
}

.quiz-btn.quiz-btn-green:hover {
    background: #38730c;
    color: #FFF;
    text-decoration: none;  
}

.quiz-btn.quiz-btn-red {
    background: #ab2020;
    color: #FFF;
}

.quiz-btn.quiz-btn-red:hover {
    background: #9b1a1a;
    color: #FFF;
    text-decoration: none;  
}

.quiz-feedback {
    font-size: .9em;
    line-height: 1.5em;
}

.quiz-feedback.quiz-feedback-correct {
    color: green;
}

.quiz-feedback.quiz-feedback-wrong {
    color: red;
}

.quiz-share { margin: 16px 0; display: flex; gap: 10px; flex-wrap: wrap; }

.quiz-btn.quiz-btn-wa:visited,
.quiz-btn.quiz-btn-wa {
    background:#32c569;

    font-size: 14px;
    color:#fff;
    padding:12px 14px;
    border-radius:4px;
    text-decoration:none;
}

.quiz-btn.quiz-btn-fb:visited,
.quiz-btn.quiz-btn-fb {
    background:#1877F2;

    font-size: 14px;
    color:#fff;
    padding:12px 14px;
    border-radius:4px;
    text-decoration:none;
}

.quiz-btn.quiz-btn-wa:focus,
.quiz-btn.quiz-btn-fb:focus,
.quiz-btn.quiz-btn-wa:hover,
.quiz-btn.quiz-btn-fb:hover { opacity:.9; }

.quiz-btn.quiz-btn-wa:focus {
    background:#32c569;
}

.quiz-btn.quiz-btn-fb:focus {
    background:#1877F2;
}

.jjv-quiz-ad { margin: 16px 0; }
.jjv-quiz-ad-top { margin-bottom: 20px; }
.jjv-quiz-ad-bottom { margin-top: 20px; }
