/* Always top right, sticky on desktop, fixed on mobile */
/* Smaller theme toggle button and icon */
.theme-toggle-fixed-top-right {
  position: sticky;
  top: 0.9rem;
  right: 0.5rem;
  z-index: 1050;
  float: right;
  margin-left: auto;
  margin-right: 0.25rem;
}
@media (max-width: 767.98px) {
  .theme-toggle-fixed-top-right {
    position: fixed;
    top: 0.5rem;
    right: 0.5rem;
    left: auto;
    margin: 0;
  }
}

.theme-toggle .theme-toggle-btn {
  font-size: 1.1rem !important;
  width: 2.2rem;
  height: 2.2rem;
  min-width: 2.2rem;
  min-height: 2.2rem;
  padding: 0;
}
.theme-toggle #themeToggleIcon {
  font-size: 1.1rem !important;
}
