/**
 * RTL overrides for public-facing styles.
 * Loaded automatically by WordPress when is_rtl() is true
 * (via wp_style_add_data( ..., 'rtl', 'replace' )).
 *
 * Note: div.gt-container intentionally keeps direction:ltr because the
 * genealogical tree diagram itself is always rendered left-to-right.
 * Only surrounding UI chrome is mirrored here.
 */

/* Zoom controls: mirror button float and spacing */
div.gt-container .gt-zoom-contorl {
	text-align: left;
}

div.gt-container .gt-zoom-contorl button {
	float: left;
	margin-right: 2px;
	margin-left: 0;
}

/* Member single page: mirror inline link spacing */
table.indi.genealogical-tree-member td > a.tree_link {
	padding: 0 5px;
}
