.whatsapp-btn {
    display: inline-flex;  /* Use flexbox for alignment */
    align-items: center;   /* Center items vertically */
    text-decoration: none;  /* Remove underline from the link */
    padding: 16px 32px;    /* Adjust padding as needed */
    border-radius: 5px;    /* Optional: add border radius for rounded corners */
    background-color: red; /* Filled button color */
    color: white;           /* Text color */
    transition: background-color 0.3s; /* Add a smooth transition effect */
}
.woocommerce-js div.product div.summary .woocommerce-product-details__short-description :last-child {
     margin-bottom: 0em; 
}

.whatsapp-btn:hover {
    background-color: #128C7E;
    color:#fff;
}

.whatsapp-content {
    display: flex;          /* Use flexbox for inner content */
    align-items: center;  
    margin-bottom:0;
    
}

.whatsapp-icon {
    width: 2rem;         
    height: 2rem;          
    margin-right: 8px; 
}

.whatsapp-text {
    font-size: 16px;    
    margin-bottom:0;
}

.filled {
    color: #ffffff;
    background-color: #25D366;
}

.filled:hover {
    background-color: #1ebe57;
}

.outlined {
    color: #25D366;
    border: 2px solid #25D366;
    background-color: transparent;
}

.outlined:hover {
    background-color: #25D366;
    color: #ffffff;
}

.whatsapp-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
