.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}body.elementor-page-23793{margin:-1px -1px -1px -1px;}body.elementor-page-23793:not(.elementor-motion-effects-element-type-background), body.elementor-page-23793 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}/* Start custom CSS for html, class: .elementor-element-88b62a6 *//* Quiz slider */
.quiz-slider-container {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #59595b;
}

/* Quiz button */
.quiz-button {
    display: block;
    margin: 20px auto;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #59595b;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.quiz-button:hover {
    background-color: #0e74bc;
}

/* Modal */
.quiz-container-wrapper {
    display: flex;
    justify-content: center;
}

.quiz-container {
    display: none; /* Hidden by default */
    width: 100%;
    max-width: 500px;
    margin: 20px;
    padding: 20px;
    background-color: #fefefe;
    border: 1px solid #888;
}

@media only screen and (max-width: 600px) {
    .quiz-container {
        padding: 10px;
    }
}/* End custom CSS */