/**
 * WooCommerce Mandatory Coupon Product - Frontend Styles
 */

div.product-coupon-field { 
    margin-bottom: 20px; 
    clear: both;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

div.product-coupon-field .wapf-field-container { 
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}

form.cart .wapf, 
form.cart .single_add_to_cart_button {
    display: none;
}
