.wwpe-whatsapp-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    justify-content: center;
    text-decoration: none !important;
    padding: 10px 18px;
    border-radius: 4px;
    font-weight: 600;
    background-color: #25D366;
    color: #ffffff !important;
    transition: opacity 0.2s ease, transform 0.1s ease;
    border: none;
}

.wwpe-whatsapp-btn:hover,
.wwpe-whatsapp-btn:focus {
    opacity: 0.88;
    color: #ffffff !important;
}

.wwpe-whatsapp-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
