/* WIB WhatsApp Notifier Pro - Product Page Button */

.wib-whatsapp-buy-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #25d366 !important;
    color: #fff !important;
    padding: 12px 25px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2) !important;
    width: 100% !important;
    max-width: 100%;
    border: none !important;
    cursor: pointer !important;
}

.wib-whatsapp-buy-button:hover {
    background-color: #128c7e !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(18, 140, 126, 0.3) !important;
    color: #fff !important;
}

.wib-whatsapp-buy-button svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: currentColor;
}

/* For themes that use flex for cart buttons */
.woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.woocommerce div.product form.cart .button {
    flex: 1;
}

.wib-whatsapp-buy-button {
    flex: 1;
}
