.wp-block-easy-architect-easy-buttons {
    pointer-events: none; // Allow clicking through empty space
    
    // Apply standard styles by default
    &:not([class*="is-style-"]),
    &.is-style-standard {
        position: relative;
    }
    
    // Fixed bottom style
    &.is-style-fixed-bottom {
        position: fixed !important;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        opacity: 0;
    }
}

// Fix alignfull negative margins for fixed position
.has-global-padding > .is-style-fixed-bottom.alignfull {
    margin-right: 0;
    margin-left: 0;
}
