.elementor-3742 .elementor-element.elementor-element-8113107{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0450a57 *//* Container */
.classroom-quiz-container {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    font-family: 'Comic Sans MS','Arial',sans-serif;
}

/* Header */
.cq-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 4px dashed #667eea;
}

.cq-header h1 {
    color: #667eea;
    font-size: 2.5em;
    margin-bottom: 10px;
}

.cq-emoji {
    font-size: 3em;
}

.cq-subtitle {
    color: #764ba2;
    font-size: 1.3em;
    margin-top: 10px;
}

/* Instructions */
.cq-instructions {
    background: linear-gradient(135deg,#ffecd2 0%,#fcb69f 100%);
    padding: 25px;
    border-radius: 20px;
    border: 3px solid #ff9a76;
    margin-bottom: 30px;
}

.cq-instructions h2 {
    color: #d63031;
    margin-bottom: 15px;
}

/* Quiz Section */
.cq-quiz-section {
    background: linear-gradient(135deg,#a8edea 0%,#fed6e3 100%);
    padding: 30px;
    border-radius: 20px;
    border: 3px solid #74b9ff;
    margin-bottom: 30px;
    text-align: center;
}

.cq-shortcode-box {
    background: white;
    padding: 20px;
    border: 3px dashed #0984e3;
    border-radius: 15px;
}

.cq-shortcode {
    display:block !important;
    min-height:450px !important;
}


/* Topics */
.cq-topics {
    background: linear-gradient(135deg,#ffeaa7 0%,#fdcb6e 100%);
    padding: 25px;
    border-radius: 20px;
    border: 3px solid #fdcb6e;
    margin-bottom: 30px;
}

.cq-topic-item {
    background: white;
    padding: 15px;
    border-radius: 12px;
    border-left: 5px solid #e17055;
    margin-bottom: 10px;
}

/* Fun Facts */
.cq-fun-facts {
    background: linear-gradient(135deg,#a29bfe 0%,#6c5ce7 100%);
    color: white;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
}

/* Footer */
.cq-footer {
    text-align: center;
    padding-top: 20px;
    margin-top: 40px;
    border-top: 3px dashed #667eea;
}

@media (max-width:600px) {
    .cq-header h1 {
        font-size: 1.8em;
    }
    .cq-subtitle {
        font-size: 1.1em;
    }
}/* End custom CSS */