/*
 * OneListing Pro Child Theme — RTL Styles
 *
 * Loaded only when the site language direction is RTL (Arabic, Hebrew, Persian, etc.).
 * Add RTL-specific overrides below.
 */

body.rtl {
	direction: rtl;
	text-align: right;
}
.directorist-search-form-action__submit .directorist-btn-search .directorist-icon-mask::after {
	transform: rotate(1deg);
}

.directorist-details-info-wrap .directorist-single-info__value {
	direction: ltr;

}