.elementor-383 .elementor-element.elementor-element-ff1d922{--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;}.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-383 .elementor-element.elementor-element-dcc5845{font-family:"Mulish", Sans-serif;font-size:22px;font-weight:400;color:#7A7A7A;}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}/* Start custom CSS for text-editor, class: .elementor-element-dcc5845 *//* Add this CSS to the Custom CSS section */
.text-with-scrollbar {
    max-height: 200px; /* Adjust this value to set the height of the text box */
    overflow-y: scroll;
    padding-right: 10px; /* Optional: To avoid text hiding behind the scrollbar */
}

/* Optional: Custom scrollbar styling */
.text-with-scrollbar::-webkit-scrollbar {
    width: 8px;
}

.text-with-scrollbar::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.text-with-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}/* End custom CSS */