/* css styles */
/* Dark-mode control: show the words only, no switch */
.quarto-color-scheme-toggle .bi {
  display: none;
}
.quarto-color-scheme-toggle::before {
  content: "Dark mode";
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* Shrink the profile photo on small screens only */
@media (max-width: 767.98px) {
  .quarto-about-trestles .about-image {
    max-width: 180px !important;
    height: auto !important;
  }
}

/* Add a little breathing room above the profile block on mobile */
@media (max-width: 767.98px) {
  .quarto-about-trestles {
    padding-top: 1.25rem;
  }
}