.theme-toggle {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--pico-muted-color);
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  gap: 0.45rem;
}

.theme-toggle input {
  flex: 0 0 auto;
  margin: 0;
}

@media (max-width: 767px) {
  .theme-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
}
