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

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

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

.tg-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;
}

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

.tg-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;
}

.tg-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;
}

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

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

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

.tg-repeater__template {
	display: none;
}

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