.elementor-386 .elementor-element.elementor-element-88c85c2{--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;--background-transition:0.3s;}.elementor-386 .elementor-element.elementor-element-974af59 .eael-gravity-form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage{display:flex;justify-content:end;}html body .elementor-386 .elementor-element.elementor-element-974af59 .eael-gravity-form .gfield.gsection{border-bottom-style:solid;border-bottom-width:1px;}html body .elementor-386 .elementor-element.elementor-element-974af59 .eael-gravity-form .gform_wrapper .gf_scroll_text{width:100%;}html body .elementor-386 .elementor-element.elementor-element-974af59 .eael-gravity-form .gform_footer input[type="submit"]{width:100px !important;}html body .elementor-386 .elementor-element.elementor-element-974af59 .eael-gravity-form .gform_body .gform_page_footer input[type="submit"]{width:100px !important;}html body .elementor-386 .elementor-element.elementor-element-974af59 .eael-gravity-form .gform_body input[type="submit"].gform-button{width:100px !important;}html body .elementor-386 .elementor-element.elementor-element-974af59 .eael-gravity-form .gform_body .gform_page_footer input[type="button"]{width:100px;}html body .elementor-386 .elementor-element.elementor-element-974af59 .eael-gravity-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), html body .elementor-386 .elementor-element.elementor-element-974af59 .gform_wrapper li.gfield_error textarea{border-width:1px;}/* Start custom CSS */.gf_hidden_field {
    display: none !important;
}
/* Directly target the background color within TinyMCE */
.mce-content-body {
    background-color: transparent !important;
    color: #000000 !important; /* Ensure text color is set to black or your preferred color */
}

.mce-content-body pre,
.mce-content-body code {
    background-color: transparent !important;
}

.mce-content-body code[data-mce-selected] {
    background-color: transparent !important;
}

#frontend_editor_ifr {
    min-height: 300px; /* Minimum height */
    height: auto !important; /* Allow the editor to grow with content */
    max-height: 800px; /* Maximum height, add a scrollbar after this */
    overflow-y: auto;
}

#add_content_button {
    background-color: #4CAF50; /* Green */
    color: white;
    border: none;
    margin-top: 20px;
}

#create_more_content_button {
    background-color: #f44336; /* Red */
    color: white;
    border: none;
    margin-top: 20px;
}/* End custom CSS */