.wwop-button{

    width:100%;

    display:inline-flex !important;

    align-items:center !important;

    justify-content:center !important;

    gap:8px;

    padding:14px 20px;

    border:none !important;

    outline:none !important;

    box-shadow:none;

    cursor:pointer;

    text-decoration:none;

    font-size:16px;

    font-weight:600;

    line-height:1;

    transition:all .25s ease;

    appearance:none;

    -webkit-appearance:none;

}

.wwop-button:hover{

    transform:translateY(-2px);

    filter:brightness(95%);

}

.wwop-button:focus{

    outline:none !important;

    box-shadow:none !important;

}

.wwop-button .wwop-icon{

    display:flex;

    align-items:center;

    justify-content:center;

    width:20px;

    height:20px;

    margin:0;

    padding:0;

}

.wwop-button .wwop-icon svg{

    display:block;

    width:20px;

    height:20px;

    fill:currentColor;

}

.wwop-button .wwop-text{

    display:flex;

    align-items:center;

    line-height:1;

    margin:0;

    padding:0;

}