@charset "utf-8";

.post-content div.fca_qc_quiz button.fca_qc_button {
    margin-bottom: 60px;
}
.post-content button.fca_qc_button.fca_qc_start_button.return-btn {
    margin: 0 auto 30px;
    display: block;
    padding: 10px 30px;
    background-color: #aaa;
    box-shadow: 0 2px 0 0 #777;
    font-size: 20px;
    border: none;
    color: #fff;
}
.post-content button.fca_qc_button.fca_qc_start_button.return-btn:hover {
    background-color: #b28247;
    box-shadow: 0 2px 0 0 #8e612b;
}
.post-type-archive-exam .blog-grid .post-media img {
    height: auto;
    object-fit: fill;
}
.single-exam .post-main-thumb img {
    margin: 0 auto;
}