/* The longer English legal line must stay clear of the fixed back-to-top button. */
@media (min-width: 768px) {
  html[lang="en"] .cf-site-footer__bottom {
    padding-inline-end: 64px;
  }
  html[lang="en"] .cf-site-footer__bottom nav {
    flex-wrap: wrap;
    gap: 10px 18px;
  }
  html[lang="en"] .cf-site-footer__bottom nav a {
    white-space: nowrap;
    word-break: normal;
  }
}
html[lang="en"] .english-original-note {
  display: block;
  max-width: 72ch;
  margin-block: 12px;
  color: #b8c3c8;
  font-size: 0.875rem;
  line-height: 1.55;
}
html[lang="en"] .uf22-calculator__unit {
  grid-template-columns: minmax(0, 1fr) 128px;
}
html[lang="en"] .english-selected-option:not([hidden]) {
  display: block;
  grid-column: 1 / -1;
  margin-block: 6px 0;
  color: #b8c3c8;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
