.liformat-footer {
  margin-top: 12px;
  color: #51706d;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}
.liformat-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  max-width: 100%;
  padding: 4px 2px;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
}
.liformat-footer a:hover { text-decoration-color: currentColor; }
.liformat-footer a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  border-radius: 3px;
}
.sidebar .liformat-footer { flex: 0 0 auto; margin-top: 6px; color: #abc8c2; }
@media (pointer: coarse) {
  .liformat-footer a { min-height: 44px; }
}
