/* ZIBADIS footer branding-copyright — canonical source.
   Do not edit per-site copies; edit this file to push changes to every site.

   Always renders in plain Gregorian/English digits regardless of the page
   language toggle -- uses [data-year-intl], a different attribute from the
   existing [data-year] (which bilingual.js reformats to Persian digits in
   fa mode), specifically so this row is never touched by that system. */

:root {
  --fbc-soft: #5a5550;
}
[data-theme="dark"] {
  --fbc-soft: #8a8580;
}

.footer-branding-copyright {
  padding: 10px 0;
  font-size: var(--text-xs, .64rem);
  letter-spacing: .02em;
  color: var(--soft, var(--fbc-soft));
  direction: ltr;
  text-align: left;
}
.footer-branding-copyright .footer-copy {
  white-space: nowrap;
}
