/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.qmn_quiz_container {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #ccc;
}
.qmn_question {
    margin: 15px 0;
}
.qsm-timer {
    font-weight: bold;
    color: #ff0000;
    font-size: 18px;
    margin-bottom: 10px;
}
.qsm_submit_quiz {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
}
.qsm_previous { display: none !important; } /* Hide back button */
audio, iframe {
    margin: 10px 0;
    max-width: 100%;
}