:root {
  --content-gap: 10px;
  --header-z-index: 5;
  --danger: #dc3545;
}

main.main {
  margin-top: var(--header-height);
}

.post-content img {
  margin: 0 auto;
}

.post-content figure[class*="float"] > figcaption {
  margin-bottom: 0;
}

.post-footer {
  margin-top: 0;
}

.post-entry {
  width: 100%;
}

.cf-turnstile {
  position: sticky;
  display: block;
  flex-flow: row;
  bottom: 0;
  right: 0;
  max-width: 100px;
}

body > a[class*="top-link"] {
  display: none;
}