.sfaqb {
	margin: 1.5rem 0;
	line-height: 1.6;
}

.sfaqb__title {
	margin: 0 0 0.75rem;
	font-weight: 700;
	font-size: 1.15em;
}

.sfaqb__item {
	border-radius: 8px;
	padding: 0.75rem 1rem;
	margin: 0 0 0.5rem;
	padding: 20px;
	background-color: #f2f2f2;
}

.sfaqb__question {
	font-weight: 600;
	margin: 0;
	cursor: pointer;
}

.sfaqb__item--static .sfaqb__question {
	cursor: default;
}

.sfaqb__item > .sfaqb__answer {
	margin-top: 0.5rem;
}

.sfaqb__answer p:first-child {
	margin-top: 0;
}

.sfaqb__answer p:last-child {
	margin-bottom: 0;
}

.sfaqb__empty {
	opacity: 0.7;
	font-style: italic;
}

/* Editor only */
.sfaqb__editor-item {
	background: rgba(0, 0, 0, 0.03);
	border-radius: 8px;
	padding: 0.75rem 1rem;
	margin: 0 0 0.75rem;
}

.sfaqb__editor-toolbar {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	margin-bottom: 0.35rem;
}

.sfaqb__editor-index {
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: 0.6;
	margin-right: auto;
}

.sfaqb__add {
	margin-top: 0.5rem;
}
