/* Site footer — loaded after theme CSS */
.page-footer {
  clear: both;
  box-sizing: border-box;
  width: 100%;
  margin: 2.5rem 0 0;
  padding: 2rem 0 3rem;
  border-top: 1px solid #c8c8c8;
  text-align: center;
}

.page-footer__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.page-footer__visitors {
  width: 100%;
  margin: 0 auto 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-footer__flags {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-footer__flags a {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}

.page-footer__flags img {
  display: block;
  margin: 0 auto;
  height: auto;
}

.page-footer__meta {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #777;
  font-size: 0.95em;
}

@media (prefers-color-scheme: dark) {
  .page-footer {
    border-top-color: #555;
  }

  .page-footer__meta {
    color: #aaa;
  }
}
