/**
 * 2FOX4 Before After — Editor Styles
 *
 * @package 2FOX4_Before_After
 */

.bfas-editor-wrapper {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 20px;
	background: #fafafa;
}

.bfas-editor-header {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.bfas-editor-images {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.bfas-editor-image-upload {
	flex: 1;
	min-width: 200px;
}

.bfas-editor-label {
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 13px;
}

.bfas-editor-image-preview {
	position: relative;
}

.bfas-editor-image-preview img {
	max-width: 100%;
	max-height: 200px;
	border-radius: 4px;
	display: block;
	margin-bottom: 8px;
}

.bfas-editor-note {
	margin-top: 12px;
	font-style: italic;
	color: #666;
	font-size: 13px;
}
