#footer .flinks .footer-link-disabled {
  display: inline-block;
  width: fit-content;
  color: inherit !important;
  opacity: .36;
  text-decoration-line: line-through !important;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
  text-underline-offset: 0;
  pointer-events: none;
  cursor: default;
  user-select: none;
}
