.eow-whatsapp-container {
    margin-top: 0 !important; /* Remove the top margin */
    text-align: left !important; /* Force left alignment */
    width: 100% !important;
    display: block !important; /* Ensure it behaves as a block element */
}

.eow-whatsapp-button {
    background-color: #25D366;
    color: #fff !important; /* Text color when not hovered */
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex !important;
    align-items: center;
    font-size: 16px;
    margin-top: 0 !important; /* Remove any margin on top */
    margin-left: 0 !important; /* Force left alignment */
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s; /* Smooth transition */
    text-transform: uppercase !important; /* Make the text all caps */
}

.eow-whatsapp-button:hover {
    background-color: #128C7E !important; /* Darker background color on hover */
    color: #fff !important; /* Text color on hover */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Subtle depth effect */
    transform: translateY(-1px); /* Slight lift on hover */
}
