/**
 * RTL overrides for admin-specific styles.
 * Loaded automatically by WordPress when is_rtl() is true
 * (via wp_style_add_data( ..., 'rtl', 'replace' )).
 */

.gta-row {
	margin-right: -12px;
	margin-left: -12px;
}

.gta-col-2 {
	float: right;
	padding-right: 12px;
	padding-left: 12px;
}

.gta-table .repeated-field {
	padding-left: 32px;
	padding-right: 0;
}

.gta-table .repeated-field .clone {
	left: 5px;
	right: auto;
}

.gta-table .repeated-field .delete {
	left: 0;
	right: auto;
}

.gt-member-gallery-images > li .misha_gallery_remove {
	left: 3px;
	right: auto;
}

.wp-core-ui .button.button-small.wp-picker-clear {
	margin-right: 6px;
	margin-left: 0;
}
