/* NekoTick footer */
.nekotick-footer {
  text-align: center;
  padding: 1rem 0;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--color-foreground-secondary);
}
.nekotick-footer a {
  color: var(--color-brand-content) !important;
  text-decoration: none;
}
.nekotick-footer a:hover {
  text-decoration: underline;
}
