.mowc-whatsapp-button {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    width: auto;
}

/* Single product page specific */
.woocommerce div.product form.cart .mowc-whatsapp-button {
    margin-left: 10px;
    vertical-align: middle;
    float: none;
}

/* Loop specific */
.woocommerce ul.products li.product .mowc-whatsapp-button {
    margin-top: 10px;
    display: block;
}
