/* FAQ Title */
.wa-faq-title {
  color: #008BAD;
  font-size: 32px;
  font-weight: bold;
}

/* FAQ item container */
.wa-faq-item {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 8px;
}

/* Question text */
.wa-faq-item label {
  display: block;
  padding: 10px 6px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

/* Arrow */
.wa-faq-item label::before {
  content: "> ";
  color: #008BAD;
  font-weight: bold;
}

/* Answer text */
.wa-faq-content {
  padding: 8px 16px 14px 22px;
  color: #333333;
  font-size: 15px;
  line-height: 1.6;
}
