/* تنسيقات لوحة تحكم Meta Boxes الخاصة بإضافة Freelance */

.fl-required-star {
	color: #d63638;
	font-weight: 700;
}

.fl-metabox-table .fl-field-row > th {
	width: 220px;
	vertical-align: top;
	padding-top: 15px;
}

.fl-gallery-picker__preview,
.fl-image-picker__preview,
.fl-file-picker__preview {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}

.fl-color-picker {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.fl-color-picker__swatch {
	width: 40px;
	height: 40px;
	padding: 2px;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
}

.fl-color-picker__hex {
	width: auto;
	max-width: 120px;
	text-transform: lowercase;
}

.fl-file-picker__preview a {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	background: #f0f0f1;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	text-decoration: none;
}

.fl-gallery-picker__item {
	position: relative;
	display: inline-block;
}

.fl-gallery-picker__item-remove {
	position: absolute;
	top: -6px;
	left: -6px;
	background: #d63638;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 18px;
	cursor: pointer;
	padding: 0;
}

.fl-repeater__row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-end;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 8px;
	background: #f9f9f9;
}

.fl-repeater__sub-field {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.fl-repeater__sub-field label {
	font-size: 12px;
	font-weight: 600;
	color: #50575e;
}

.fl-repeater__remove {
	color: #d63638;
	align-self: center;
}

.fl-repeater__template {
	display: none;
}

.fl-metabox-readonly td {
	color: #50575e;
}

.fl-taxonomy-checklist {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
	max-width: 480px;
}

.fl-taxonomy-checklist__item {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-weight: 400;
}
