.tl-footer {
  width: min(100%, 1200px);
  margin: 18px auto 0;
  padding: 0 16px 18px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  line-height: 1.45;
  color: var(--muted, var(--text-muted, rgba(255, 255, 255, 0.66)));
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tl-footer a {
  color: var(--blue, #56B4E9);
  text-decoration: none;
  font-weight: 600;
}

.tl-footer a:hover {
  text-decoration: underline;
}
