.elementor-lightbox-whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    color: #fff !important;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none !important;
    transition: background-color 0.3s, transform 0.2s;
    margin-left: 10px;
    order: 5; /* Position appropriately in flex headers */
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.elementor-lightbox-whatsapp-button:hover {
    background-color: #128C7E;
    transform: scale(1.05);
}

.elementor-lightbox-whatsapp-button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
