/* DEFAULT */

body [class*="pxl-button-style-"] .elementor-button {
    line-height: 1.2 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    position:relative;
    z-index:1;
}

/* STYLES */

body .pxl-button-style-style1 .elementor-button,
body .pxl-button-style-style1-decor .elementor-button {
    color: var( --e-global-color-primary );
    background-color: transparent;
    border-color: var( --e-global-color-primary );
}
body .pxl-button-style-style1 .elementor-button:hover,
body .pxl-button-style-style1-decor .elementor-button:hover {
    color: #fff;
    background-color: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
}