
/* 1. Toggle container on its own row */
.magepeople_mepp_single_deposit_form.wc-deposits-options-form {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    clear: both !important;
}

/* 2. Add to cart button full width and spacing */
.single_add_to_cart_button.button.alt {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border-radius: 8px !important;
}

/* 3. View cart button styled identically */
.added_to_cart.wc-forward {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #d5824b !important;
    color: #fff !important;
    text-align: center !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}

/* Flex layout for uniform height */
.woocommerce div.product form.cart .single_add_to_cart_button.button.alt,
.woocommerce div.product form.cart .added_to_cart.wc-forward {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 50px !important;
}
