/* Shared public-footer contact alignment: identical in LTR and RTL. */
html body .uhf-footer .uhf-footer-inner > .uhf-footer-block:last-child > .uhf-footer-link {
  direction: ltr !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 24px !important;
  grid-template-rows: auto !important;
  column-gap: 12px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

html body .uhf-footer .uhf-footer-inner > .uhf-footer-block:last-child > .uhf-footer-link > span {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  text-align: right !important;
  justify-self: stretch !important;
}

html body .uhf-footer .uhf-footer-inner > .uhf-footer-block:last-child > .uhf-footer-link > i {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  width: 24px !important;
  min-width: 24px !important;
  margin: 0 !important;
  text-align: center !important;
}

html body .uhf-footer .uhf-footer-inner > .uhf-footer-block:last-child > .uhf-footer-link[href^="mailto:"] > span,
html body .uhf-footer .uhf-footer-inner > .uhf-footer-block:last-child > .uhf-footer-link[href^="tel:"] > span,
html body .uhf-footer .uhf-footer-inner > .uhf-footer-block:last-child > .uhf-footer-link:nth-of-type(5) > span {
  direction: ltr !important;
  unicode-bidi: isolate !important;
}

html[dir="rtl"] body .uhf-footer .uhf-footer-inner > .uhf-footer-block:last-child > .uhf-footer-link,
body.is-ar .uhf-footer .uhf-footer-inner > .uhf-footer-block:last-child > .uhf-footer-link {
  direction: ltr !important;
}
