/* Owner 19 Sep: quiet, consistent footer links; keep existing controls handler. */
#app > footer .footer-links > .control-footer-link {
  appearance:none;
  display:inline-flex;
  align-items:center;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:inherit;
  font:inherit;
  line-height:inherit;
  padding:5px 0;
  min-height:28px;
  text-decoration:underline;
  text-underline-offset:2px;
  white-space:nowrap;
}
#app > footer .control-footer-link > svg {display:none}
#app > footer .footer-links > .footer-story-link {
  color:#697060;
  font-size:inherit;
  font-weight:600;
  white-space:nowrap;
  text-decoration:underline;
  text-decoration-color:#b6d879;
  text-decoration-thickness:2px;
  text-underline-offset:3px;
}
#app > footer .footer-story-link:hover {color:#414b36;text-decoration-color:#8eb741}
#app > footer .footer-story-link:focus-visible {outline:2px solid #88b916;outline-offset:4px;border-radius:2px}
