/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .bp-ws-order-button .button {
    width: 100%;
    display: flex !important;
    background-color: #22c15e;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    padding: 0.4em 1em;
    border: 0;
    line-height: 1.6;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 0px -7px rgb(0 0 0 / 0%);
 }

 .bp-ws-order-button .button:hover {
    background-color: #159646;
 }

 .bp-ws-order-button svg {
    margin-right: 5px;
 }