/* Botón flotante de WhatsApp solo SVG, sin fondo ni bordes */
.wp-whatsapp-button {
    position: fixed;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: none;
}
.wp-whatsapp-button.bottom-right {
    bottom: 20px;
    right: 20px;
}
.wp-whatsapp-button.bottom-left {
    bottom: 20px;
    left: 20px;
}
.wp-whatsapp-button img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    box-shadow: none;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}