.bcwyc-faq {
	margin: 2rem 0;
}

.bcwyc-faq__item {
	margin-bottom: 1.5rem;
}

.bcwyc-faq__question {
	margin-bottom: 0.5rem;
}

.bcwyc-faq__answer {
	margin-top: 0;
}

.bcwyc-faq-editor {
	background: #fff;
	border: 1px solid #dcdcde;
	color: #1e1e1e;
	padding: 1.5rem;
}

.bcwyc-faq-editor__title {
	color: #1e1e1e;
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.bcwyc-faq-editor__item {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 2px;
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	position: relative;
}

.bcwyc-faq-editor__remove {
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.bcwyc-faq-editor__label {
	color: #50575e;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

.bcwyc-faq-editor__question {
	border-bottom: 1px solid #dcdcde;
	color: #1e1e1e;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
}

.bcwyc-faq-editor__answer {
	color: #1e1e1e;
	font-size: 1.25rem;
	line-height: 1.5;
}

.bcwyc-faq-editor__add {
	align-items: center;
	border: 1px dashed #8c8f94 !important;
	display: flex !important;
	gap: 0.5rem;
	justify-content: center;
	min-height: 4rem;
	width: 100%;
}
