
.prestafaq {
  margin: 1.5rem 0;
}

.prestafaq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .75rem;
}

.prestafaq__list {
  display: grid;
  gap: .2rem;
}

.prestafaq__item {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 0;
  background: transparent;
  margin: 0;
  box-shadow: none;
}

.prestafaq__item:first-child {
  border-top: 1px solid #e5e5e5;
}

.prestafaq__question {
  cursor: pointer;
  font-weight: 600;
  padding: .9rem 0;
  list-style: none;
}

.prestafaq__question::-webkit-details-marker {
  display: none;
}

.prestafaq__question::after {
  content: '+';
  float: right;
  font-size: 1.15rem;
  line-height: 1;
  margin-left: 1rem;
}

.prestafaq__item[open] .prestafaq__question::after {
  content: '−';
}

.prestafaq__answer {
  color: #555;
  padding: 0 0 1rem;
}

.prestafaq-page .prestafaq__item {
  margin-bottom: 0;
}
