#pauen-whatsapp-float {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 9998;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    height: 3.5rem;
    padding: 0 1.1rem;
    border: none;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

#pauen-whatsapp-float:hover {
    transform: translateY(-2px);
    background: #20bd5a;
    box-shadow: 0 14px 36px rgba(37, 211, 102, 0.35);
}

.pauen-whatsapp-float-icon {
    width: 1.35rem;
    height: 1.35rem;
    flex-shrink: 0;
}

.pauen-whatsapp-float-label {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 640px) {
    #pauen-whatsapp-float {
        right: 0.75rem;
        bottom: 0.75rem;
        height: 3.25rem;
        padding: 0 0.95rem;
    }
}
