/**
 * Inline FAQ search and list display.
 */
.ffw-inline-search-wrap {
	margin: 0 0 16px;
}

.ffw-inline-search-wrap .ffw-inline-search {
	width: 100%;
	max-width: 420px;
	padding: 10px 12px;
	border: 1px solid #d4d4d8;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.4;
	background: #fff;
	color: #18181b;
}

.ffw-inline-search-wrap .ffw-inline-search:focus {
	border-color: #18181b;
	outline: 2px solid #fad54d;
	outline-offset: 1px;
}

.ffw-builder-placeholder,
.ffw-block-placeholder {
	margin: 0;
	padding: 16px;
	border: 1px dashed #d4d4d8;
	color: #52525b;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	background: #fafafa;
}

.ffw-faq-list-item {
	margin: 0 0 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e4e4e7;
}

.ffw-faq-list-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.ffw-faq-list-question {
	margin: 0 0 8px;
	font-size: 1.125rem;
	line-height: 1.4;
	color: #18181b;
}

.ffw-faq-list-answer {
	color: #3f3f46;
	line-height: 1.6;
}

.ffw-faq-item-hidden {
	display: none !important;
}

.ffw-inline-search-empty {
	margin: 8px 0 0;
	color: #71717a;
	font-size: 14px;
}

.ffw-block-placeholder {
	padding: 12px 16px;
	background: #f4f4f5;
	border: 1px dashed #d4d4d8;
	color: #52525b;
	margin: 0;
}

.editor-styles-wrapper .ffw-display-faqs-block {
	min-height: 48px;
}
