/**
 * Beaver Builder + WP admin fixes for Arabic (RTL) sites.
 * Forces LTR on BB UI so panels, lightboxes, and toolbars remain usable.
 */

 .fl-lightbox-wrap.fl-builder-lightbox.fl-builder-settings-lightbox * {
    direction: ltr!important;
    writing-mode: horizontal-tb !important;
    unicode-bidi: plaintext !important;
}
 
.fl-builder--content-library-panel.fl-builder-panel * {
    direction: ltr!important;
}

.wpml_acf_original_value {
	display: none;
}

#wp-link .query-results {
	max-height: 300px;
	overflow-y: auto;
}

#wp-link .query-results li {
	display: block !important;
	position: relative !important;
	height: auto !important;
	min-height: 28px;
	line-height: 1.5 !important;
	padding: 6px 10px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#wp-link .query-results li span {
	display: inline !important;
	position: static !important;
	line-height: inherit !important;
	padding-right: 3px;
}

#wp-link .query-results li:hover,
#wp-link .query-results li.selected {
	background: #e5f3ff;
}
