.sfb-preview {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid #eee;
}

.sfb-preview__note {
	margin: 8px 0 0;
	color: #646970;
	font-style: italic;
	min-height: 20px;
}

.sfb-preview__box {
	margin-top: 10px;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	min-height: 80px;
	overflow: auto;
}

.sfb-preview__box .sfb-block--preview {
	position: static !important;
	left: auto !important;
	top: auto !important;
	width: auto !important;
	height: auto !important;
	clip: auto !important;
	clip-path: none !important;
	overflow: visible !important;
}

.sfb-preview__empty {
	color: #646970;
}

.sfb-admin-wrap .description {
	max-width: 900px;
}

.sfb-block-card {
	background: #fff;
	border: 1px solid #ccd0d4;
	border-radius: 4px;
	margin: 0 0 20px;
	padding: 16px 20px 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.sfb-block-card__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
}

.sfb-block-card__header .regular-text {
	flex: 1;
	min-width: 220px;
}

.sfb-block-card__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.sfb-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.sfb-checkboxes {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 6px 12px;
}

.sfb-checkbox {
	font-weight: 400;
}

.sfb-offset-fields.is-hidden {
	display: none;
}

.sfb-field--editor .wp-editor-wrap {
	max-width: 100%;
}

.sfb-field--editor .wp-editor-area {
	font-family: inherit;
}

.sfb-specific-select {
	width: 100%;
	max-width: 100%;
}

.sfb-field .select2-container {
	max-width: 100%;
}

.sfb-field .select2-container--default .select2-selection--multiple {
	min-height: 38px;
	border-color: #8c8f94;
}

.sfb-field .select2-container--default .select2-search--inline .select2-search__field {
	min-height: 28px;
}
