.giscus {
  max-width: 100%;
  padding: 0 48px;
  box-sizing: border-box;
}

.site-body-left-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.custom-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1em;
  padding: 1em 0;
  margin-top: auto;
  margin-left: auto;
  width: var(--sidebar-left-width);
  font-size: 0.85em;
}

.custom-footer a {
  color: var(--text-muted, #888);
  text-decoration: none;
}

.custom-footer a:hover {
  color: var(--text-normal, #333);
  text-decoration: underline;
}
