/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2026 | 03:58:00 */
/* ------------------------------------------
   FIX: Stop JERK caused by tab rotation 
   ONLY on the first element after .auto-tabs
-------------------------------------------*/

/* Find the exact banner after the tabs */
.auto-tabs + div,
.auto-tabs + figure,
.auto-tabs + section,
.auto-tabs + * {
    position: relative;
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    scroll-margin-top: 0 !important;
    scroll-padding-top: 0 !important;
    transition: none !important;
}

/* Stop browser's auto-scroll "jump down" behavior */
html {
    overflow-anchor: none !important;
}


