/* Loaded only when is_rtl() is true (see inc/enqueue.php). Logical
   properties in frontend.css already handle spacing mirroring; this file
   is only for true visual asymmetries — icon direction and shadow offsets. */

.yaci-header .wp-block-navigation__submenu-icon svg {
	transform: scaleX(-1);
}

.yaci-program-card:hover,
.yaci-testimonial-card:hover {
	box-shadow: -12px 12px 32px rgba(0, 0, 0, 0.12);
}

.wp-block-social-links img,
.wp-block-social-links svg {
	transform: none;
}
