/* Style for the WhatsApp icon */

/* Style for the floating WhatsApp button */
.xdwhatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 200;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
a:hover{
    text-decoration: none !important;
}

.xdwhatsapp-button-text {
    display: none;
}

@media (min-width: 600px) {
    .xdwhatsapp-button-text {
        display: inline;
    }
}
