.elementor-18146 .elementor-element.elementor-element-6c64fad{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-7dad1751 *//* Make left-aligned images float left with spacing */
img.alignleft {
    float: left;
    margin: 5px 20px 15px 0;
}

/* Make right-aligned images float right with spacing */
img.alignright {
    float: right;
    margin: 5px 0 15px 20px;
}

/* Ensure images don't overflow their containers */
img.alignleft, 
img.alignright {
    max-width: 50%; /* Prevents images from taking up the whole screen */
    height: auto;
}

/* Mobile Fix: Stop floating on small screens so text doesn't get squished */
@media (max-width: 767px) {
    img.alignleft, 
    img.alignright {
        float: none;
        display: block;
        margin: 15px auto;
        width: 100%;
        max-width: 100%;
    }
}/* End custom CSS */