/*!

 Theme Name:   Further
 Template:     Divi
 Description:  A child-theme created by Further Digital to ensure essential requirements are kept when Divi theme is updated.
 Version: 1.0
 Author: Further Digital
 Author URI: https://madebyfurther.com

*/

/* Add your custom styles below this line */

/* Prevent Divi animation shifts WITHOUT changing layout */
.et-animated,
.et-waypoint {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
    animation: none !important;
}

/* If you want to KEEP animations but prevent CLS */
.et-animated,
.et-waypoint {
    will-change: auto !important; /* Prevents GPU trigger */
    animation-fill-mode: both !important;
}


