/* MOZZAT custom overrides — يُدار هذا الملف تلقائياً من المحرر المرئي */

[data-mz-bgflip]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
  transform: scaleX(var(--mz-bgflip-x, 1)) scaleY(var(--mz-bgflip-y, 1));
  pointer-events: none;
}
