.wpcm-tpg-whats-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    align-items: center;
    background: #25d366;
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.08rem; /* Ajuste aqui o tamanho da fonte */
    padding: 0.9em 1.6em;
    border-radius: 2em;
    box-shadow: 0 6px 24px rgba(0,0,0,0.18);
    text-decoration: none;
    transition: box-shadow 0.2s, background 0.2s;
    font-weight: 500;
    gap: 6px;
}

.wpcm-tpg-whats-float:hover, .wpcm-tpg-whats-float:focus {
    background: #1ebe57;
    box-shadow: 0 10px 32px rgba(0,0,0,0.20);
    color: #fff;
}

.wpcm-tpg-whats-float .wpcm-tpg-whats-text {
    white-space: nowrap;
}

@media (max-width: 600px) {
    .wpcm-tpg-whats-float {
        right: 15px;
        bottom: 15px;
        padding: 0.85em 1.2em;
        font-size: 0.99rem; /* Ajuste aqui para mobile */
    }
}

