.cc_K0NqjoILrr_4UCbd287tN .faq-category {
  padding: 0;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  font-family: var(--site-font, system-ui, -apple-system, sans-serif);
}

.cc_K0NqjoILrr_4UCbd287tN .faq-category__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 28px;
  border: none;
  background: none;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.cc_K0NqjoILrr_4UCbd287tN .faq-category__title {
  margin: 0;
  font-size: var(--fc-title-fs, 18px);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #111827;
  line-height: 1.3;
}

.cc_K0NqjoILrr_4UCbd287tN .faq-category__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 22px;
  font-weight: 400;
  color: #1f2933;
  transition: transform 0.25s ease;
  line-height: 1;
}

.cc_K0NqjoILrr_4UCbd287tN .faq-category__icon--open {
  transform: rotate(45deg);
}

@media (max-width: 560px) {
.cc_K0NqjoILrr_4UCbd287tN .faq-category__title {
    font-size: var(--fc-title-fs-m, var(--fc-title-fs, 18px));
  }
}

.cc_K0NqjoILrr_4UCbd287tN .faq-category__list {
  display: none;
  flex-direction: column;
  padding: 0 28px 12px;
}

.cc_K0NqjoILrr_4UCbd287tN .faq-category__list--open {
  display: flex;
}
