.md-footer-meta__inner {
  justify-content: center;
}

.md-copyright {
  width: 100%;
  text-align: center;
}

.md-copyright a {
  color: currentColor;
  text-decoration: none;
}

.md-copyright a:hover {
  text-decoration: underline;
}

.md-header__button.md-logo {
  align-items: center;
  display: flex;
  margin-right: 0.6rem;
  padding: 0.2rem;
  width: auto;
}

.md-header__button.md-logo img {
  height: 1.8rem;
  width: auto;
}

.md-header__title {
  display: none;
}

.md-typeset img {
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 6px;
}

.md-typeset img.image-lightbox-trigger {
  cursor: zoom-in;
}

.md-typeset img.image-lightbox-trigger:focus {
  outline: 2px solid var(--md-accent-fg-color);
  outline-offset: 3px;
}

.image-caption {
  color: var(--md-default-fg-color--light);
  font-size: 0.85em;
  margin-top: -0.5em;
  text-align: center;
}

.image-lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  align-items: center;
  background: rgba(10, 15, 25, 0.88);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 3.2rem 1.2rem 1.2rem;
  position: fixed;
  z-index: 10000;
}

.image-lightbox[aria-hidden="false"] {
  display: flex;
}

.image-lightbox__image {
  background: var(--md-default-bg-color);
  border-radius: 6px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  max-height: 92vh;
  max-width: 96vw;
  object-fit: contain;
}

.image-lightbox__close {
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border: 0;
  border-radius: 999px;
  color: #1f2937;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  height: 2.4rem;
  justify-content: center;
  line-height: 1;
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: 2.4rem;
}

.image-lightbox__close:focus,
.image-lightbox__close:hover {
  background: #ffffff;
}
