.theme-control {
  display: none !important;
}

.theme-segmented {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  padding: 4px;
  border: 1px solid #cbdad5;
  border-radius: 12px;
  background: #fff;
}

.theme-segmented button {
  padding: 8px 12px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #344943;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.theme-segmented button:hover {
  background: #eef6f2;
}

.theme-segmented button[aria-pressed="true"] {
  background: #dff3e9;
  color: #0d6046;
  box-shadow: inset 0 0 0 1px #9ccdb9;
}


@media (max-width: 980px) {
  .theme-segmented {
    order: 10;
    margin-left: 0;
  }
}

@media (max-width: 650px) {
  .theme-segmented button {
    padding: 7px 9px;
    font-size: 0.88rem;
  }
}

@media (min-width: 1000px) {

}
