.language-switch.top-right {
  align-items: center;
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.25rem;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  right: 3rem;
  top: 0.85rem;
  z-index: 1040;
}

.language-switch a {
  color: var(--bs-body-color);
  display: inline-flex;
  padding: 0.45rem 0.5rem;
  text-decoration: none;
}

.language-switch a:hover,
.language-switch a:focus {
  background: var(--bs-secondary-bg);
}

.language-switch a.active {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.quarto-color-scheme-toggle.top-right {
  right: 0.85rem;
}

@media (max-width: 991.98px) {
  div.quarto-about-trestles {
    align-items: stretch;
    padding-top: 3.25rem !important;
  }

  div.quarto-about-trestles .about-entity {
    display: contents !important;
  }

  div.quarto-about-trestles .about-entity .about-image {
    align-self: center;
    order: 1;
  }

  div.quarto-about-trestles .about-entity #title-block-header {
    order: 2;
    text-align: center;
    width: 100%;
  }

  div.quarto-about-trestles .about-contents {
    order: 3;
    width: 100%;
  }

  div.quarto-about-trestles .about-entity .about-links {
    order: 4;
    padding-bottom: 0;
    padding-top: 1.5em;
  }
}
