.bs-checkout-button {
    margin-top: 0.5rem;
    display: inline-block;
    background: #51222a;
    color: #ffffff !important;
    border-radius: 2px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    float: left;
    margin-top: -65px;
}

.sb-cart-form {
    margin-bottom: 20px;
}


.ovbcm-business-thankyou-button a {
    background-color: #51222a !important;
    color: #EAE5DC !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    border: 1px double #EAE5DC !important;
    line-height: 1.2;
}


#ovbcm-clear-selection {
    margin-right: 0px !important;
    margin-top: 10px !important;
    background-color: #51222a !important;
    border-radius: 0px !important;
}

.buisness_client_btn {
    display: none !important;
}

/* Show only for admin + business_customer */
body.ovbcm-allowed-user .buisness_client_btn {
    display: block !important; /* matches Elementor buttons */
}