/**
 * WhatsApp Button Styles
 */

.wppb-whatsapp-btn {
    display:flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    transition: background 0.15s ease, color 0.15s ease;
    margin-top: 20px;
    border: none;
    cursor: pointer;
}

.wppb-whatsapp-btn:hover {
    text-decoration: none;
}

.wppb-whatsapp-btn img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

