.cc_K0NqjoILrr_RaDNgwBZGy .faq-item {
  font-family: var(--site-font, system-ui, -apple-system, sans-serif);
  border-bottom: 1px dashed #e2e2e2;
}

.cc_K0NqjoILrr_RaDNgwBZGy .faq-item:last-child {
  border-bottom: none;
}

.cc_K0NqjoILrr_RaDNgwBZGy .faq-item__question {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: var(--fi-q-fs, 14.5px);
  font-weight: 500;
  color: #1f2933;
  text-align: left;
  cursor: pointer;
  line-height: 1.5;
}

.cc_K0NqjoILrr_RaDNgwBZGy .faq-item__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 17px;
  font-weight: 400;
  color: #6b7280;
  transition: transform 0.2s ease;
  line-height: 1;
}

.cc_K0NqjoILrr_RaDNgwBZGy .faq-item__icon--open {
  transform: rotate(45deg);
}

.cc_K0NqjoILrr_RaDNgwBZGy .faq-item__answer {
  display: none;
  padding: 0 28px 16px 0;
  font-size: var(--fi-a-fs, 13.5px);
  line-height: 1.7;
  color: #6b7280;
}

@media (max-width: 560px) {
.cc_K0NqjoILrr_RaDNgwBZGy .faq-item__question {
    font-size: var(--fi-q-fs-m, var(--fi-q-fs, 14.5px));
  }
.cc_K0NqjoILrr_RaDNgwBZGy .faq-item__answer {
    font-size: var(--fi-a-fs-m, var(--fi-a-fs, 13.5px));
  }
}

.cc_K0NqjoILrr_RaDNgwBZGy .faq-item__answer--open {
  display: block;
}

.cc_K0NqjoILrr_RaDNgwBZGy .faq-item__answer p {
  margin: 0 0 8px;
}

.cc_K0NqjoILrr_RaDNgwBZGy .faq-item__answer p:last-child {
  margin-bottom: 0;
}

.cc_K0NqjoILrr_RaDNgwBZGy .faq-item__answer a {
  color: inherit;
  text-decoration: underline;
}
