/* Footer: inactive links (no external redirect) */
footer.component_footer .subway-footer-link--disabled,
footer.component_footer a.subway-footer-link--disabled,
footer.component_footer button.subway-footer-link--disabled {
  pointer-events: none !important;
  cursor: default !important;
  opacity: 0.55;
  text-decoration: none !important;
}

footer.component_footer .subway-footer-link--disabled:hover,
footer.component_footer a.subway-footer-link--disabled:hover {
  color: inherit;
  border-bottom-color: transparent;
}

footer.component_footer select.subway-footer-link--disabled {
  pointer-events: none !important;
  opacity: 0.7;
  cursor: default !important;
}
