.wooflow-faq {
  margin: 32px 0;
  clear: both;
}

.wooflow-faq__title {
  font-size: 1.4em;
  margin: 0 0 16px;
}

.wooflow-faq__item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 10px;
  background: #fff;
  overflow: hidden;
}

.wooflow-faq__question {
  cursor: pointer;
  list-style: none;
  padding: 14px 44px 14px 16px;
  font-weight: 600;
  position: relative;
  user-select: none;
}

.wooflow-faq__question::-webkit-details-marker {
  display: none;
}

.wooflow-faq__question::after {
  content: '\203A'; /* › */
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
  font-size: 1.4em;
  line-height: 1;
  color: #6b7280;
}

.wooflow-faq__item[open] .wooflow-faq__question::after {
  transform: translateY(-50%) rotate(270deg);
}

.wooflow-faq__answer {
  padding: 0 16px 16px;
  color: #374151;
}

.wooflow-faq__answer > :first-child {
  margin-top: 0;
}

.wooflow-faq__answer > :last-child {
  margin-bottom: 0;
}
