.pm-efp2-faq-section{width:100%;}
.pm-efp2-faq__list{width:100%;}

.pm-efp2-faq__item{
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  margin: 10px 0;
  background: #fff;
  overflow: hidden;
}

.pm-efp2-faq__q{
  list-style: none;
  cursor: pointer;
  padding: 12px 14px;
  display:flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: 700;
}

.pm-efp2-faq__a{padding: 0 14px 14px;}

/* Bullet lists inside answers (many themes reset ul/ol) */
.pm-efp2-faq__a ul,
.pm-efp2-faq__a ol{
  list-style: revert;
  margin: 0.5rem 0 0.5rem 1.25rem;
  padding-left: 1.25rem;
}
.pm-efp2-faq__a li{margin: 0.25rem 0;}
