/* ==========================================================================
   Elementor 4 Button Adapter
   ========================================================================== */

.elementor .cb-btn.e-button-base {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;

    text-align: inherit;
}

/* ==========================================================================
   Elementor Adapter
   ========================================================================== */

/*
|--------------------------------------------------------------------------
| Elementor 3 Button
|--------------------------------------------------------------------------
*/

.cb-btn > .elementor-button{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:inherit;

    width:auto;
    height:inherit;

    padding-inline:inherit;

    border:inherit;
    border-radius:inherit;

    background:inherit;
    color:inherit;

    font:inherit;
    line-height:inherit;

    text-decoration:none;

    box-shadow:inherit;

    transition:inherit;

}