.elementor-1733 .elementor-element.elementor-element-58677047{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1733 .elementor-element.elementor-element-627dac99{color:#EBEBEB;}.elementor-1733 .elementor-element.elementor-element-b4f2822{color:#EBEBEB;}/* Start custom CSS for html, class: .elementor-element-04eb7e4 */.main-content {
    background: #fffcf4;
    border: 4px solid #8B4513;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(139, 69, 19, 0.15), inset 0 0 20px rgba(212, 175, 55, 0.1);
    text-align: center;
    max-width: 600px;
    margin: 40px auto;
    transition: all 0.3s ease;
}

.main-content h2 {
    color: #5c2c16 !important;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    font-size: 1.8rem;
}

#levelInput {
    background-color: #ffffff;
    border: 3px solid #d4af37;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #5c2c16;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

#levelInput:focus {
    border-color: #8B4513;
    box-shadow: 0 0 12px rgba(139, 69, 19, 0.4);
    outline: none;
}

.main-content .btn-primary {
    background: linear-gradient(145deg, #ff9f43, #ee5253);
    border: none;
    border-bottom: 5px solid #c0392b;
    border-radius: 50px;
    padding: 12px 40px;
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(238, 82, 83, 0.4);
    transition: all 0.1s ease;
}

.main-content .btn-primary:hover {
    background: linear-gradient(145deg, #ffb167, #ff6b6b);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(238, 82, 83, 0.5);
}

.main-content .btn-primary:active {
    transform: translateY(3px);
    border-bottom: 2px solid #c0392b;
    box-shadow: 0 2px 5px rgba(238, 82, 83, 0.4);
}

#answer {
    margin-top: 25px;
    padding: 15px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #27ae60;
    background-color: #ebf7ee;
    border: 2px dashed #2ecc71;
    border-radius: 15px;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */