/* Custom CSS for the theme */

.quiz-container {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.quiz-question {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.quiz-options label {
    display: block;
    margin-bottom: 5px;
}

.trend-item {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
}
