Q 1. Does it work?
Yes. Plugins need to work in our networked environment and have simple configuration options.
Q 2. Is it mobile friendly?
Looks responsive and degrades gracefully to the open state on mobile.
Q 3. Is it easy to style?
No. You will / may need to learn basic css to override the template.
In this case inserting the following into the customizer made the open/close symbols show up more clearly: +/-
.c-accordion__title::after {
color: white;
font-weight: 600;
}