.sonko-faq-accordion {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px 32px;
  font-family: Manrope, system-ui, sans-serif;
  color: #202c52;
  line-height: 1.55;
  font-size: 15px;
}

.sonko-faq-category + .sonko-faq-category {
  margin-top: 28px;
}

.sonko-faq-category-title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.sonko-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sonko-faq-item {
  border: 1px solid rgba(32, 44, 82, 0.12);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.sonko-faq-summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 44px 16px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  position: relative;
  user-select: none;
}

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

.sonko-faq-summary::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #202c52;
  border-bottom: 2px solid #202c52;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}

.sonko-faq-item[open] .sonko-faq-summary::after {
  transform: translateY(-30%) rotate(-135deg);
}

.sonko-faq-answer {
  padding: 0 16px 16px;
  color: #334155;
}

.sonko-faq-answer p {
  margin: 0 0 10px;
}

.sonko-faq-answer p:last-child {
  margin-bottom: 0;
}

.sonko-faq-answer a {
  color: #2a5885;
}

.faq-page-container > section.sonko-faq-accordion {
  padding-left: 0;
  padding-right: 0;
}

.faq-page-container:has(> section.sonko-faq-accordion) > div {
  display: none !important;
}

body.sonko-home-page #q-app ~ section.sonko-seo-content {
  display: none !important;
}
