/* Assuming the Ally widget uses a common class structure, this generic CSS will attempt to move it to the left. 
   We target common accessibility widget IDs/classes, including specifically the Elementor Ally widget. */

/* Target the Elementor Ally widget specifically */
body #e_ally_widget,
body .e-ally-widget,
body .e-ally-app-container,
body #ally-widget-btn,
body .ally-widget {
    left: 20px !important;
    right: auto !important;
}

/* Common third party widgets just in case */
body #userway-widget-btn,
body .userway-widget-btn,
body #accessibilityWidget,
body #acsb-widget,
body .acsb-widget {
    left: 20px !important;
    right: auto !important;
}
