.pc-set-faq {
  background: transparent;
  color: inherit;
  font-family: inherit;
  width: 100%;
}

.pc-set-faq details {
  border-top: 1px solid currentColor;
}

.pc-set-faq details:last-child {
  border-bottom: 1px solid currentColor;
}

.pc-set-faq summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: clamp(1.25rem, 3vw, 2rem) 3rem clamp(1.25rem, 3vw, 2rem) 0;
  font-size: clamp(1.1rem, 2.2vw, 1.7rem);
  line-height: 1.35;
  font-weight: 400;
}

.pc-set-faq summary::-webkit-details-marker {
  display: none;
}

.pc-set-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1;
  font-weight: 300;
  transition: transform 220ms ease;
}

.pc-set-faq details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.pc-set-faq .faq-content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 280ms ease, opacity 220ms ease;
}

.pc-set-faq .faq-content-inner {
  padding: 0 3rem clamp(1.25rem, 3vw, 2rem) 0;
  max-width: 760px;
}

.pc-set-faq p {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.65;
}

.pc-set-faq-loading {
  font-family: 'Inconsolata', ui-monospace, monospace;
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 640px) {
  .pc-set-faq summary,
  .pc-set-faq .faq-content-inner {
    padding-right: 2.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-set-faq .faq-content,
  .pc-set-faq summary::after {
    transition: none;
  }
}
