/* .theme-picker {
  position: fixed;
  top: 70px;
  right: 1rem;
  z-index: 99;
} */


.theme-picker:not(:defined) {
  display: none;
}

.theme-picker twc-menu-label {
  white-space: nowrap;
}

.theme-picker twc-menu-label kbd {
  margin-left: 0.5rem;
}

@media screen and (max-width: 768px) {
  .theme-picker {
    top: 0.5rem;
    right: 0.5rem;
  }

  .theme-picker twc-menu-label {
    display: none;
  }
}
