.sf-faq-block-editor {
  padding: 40px 28px;
  background: #f4f7fb;
  border: 1px dashed rgba(26, 95, 168, 0.35);
  border-radius: 8px;
  max-width: 900px;
  margin-inline: auto;
}

.sf-faq-block-editor__title {
  margin: 0 auto 28px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #0a1f44;
}

.sf-faq-block-editor__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sf-faq-block-editor__item {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 6px 22px rgba(10, 31, 68, 0.09);
  overflow: hidden;
  padding: 20px 24px;
}

.sf-faq-block-editor__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.sf-faq-block-editor__question {
  flex: 1;
  min-width: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0a1f44;
  line-height: 1.35;
}

.sf-faq-block-editor__toggle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: #1a5fa8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sf-faq-block-editor__toggle:hover {
  background: rgba(26, 95, 168, 0.08);
}

.sf-faq-block-editor__answer {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(10, 31, 68, 0.65);
}

.sf-faq-block-editor__panel {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
}

.sf-faq-block-editor__panel strong {
  display: block;
  margin-bottom: 8px;
}
