/**
 * @file
 * Visual styles for a nested tree child.
 */

div.tree-child {
  background: url(/20250603170942oe_/https://www.arts.cuhk.edu.hk/web/wp-content/themes/cuhk-arts-theme/assets/images/core/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
  background: url(/20250603170942oe_/https://www.arts.cuhk.edu.hk/web/wp-content/themes/cuhk-arts-theme/assets/images/core/tree-bottom.png) no-repeat 11px center; /* LTR */
}
[dir="rtl"] div.tree-child,
[dir="rtl"] div.tree-child-last {
  background-position: -65px center;
}
div.tree-child-horizontal {
  background: url(/20250603170942oe_/https://www.arts.cuhk.edu.hk/web/wp-content/themes/cuhk-arts-theme/assets/images/core/tree.png) no-repeat -11px center;
}
