.lfpfaq-front {
  margin: 1rem 0;
}
.lfpfaq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.lfpfaq-question {
  width: 100%;
  padding: 1rem 0;
  border: 0;
  background: transparent;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
}
.lfpfaq-question:after {
  content: '+';
  float: right;
  font-weight: 700;
}
.lfpfaq-question[aria-expanded="true"]:after {
  content: '−';
}
.lfpfaq-answer {
  padding: 0 0 1rem;
  line-height: 1.6;
}
