.mode-switch {
  background: #07171d;
  border: 1px solid #28454f;
  border-radius: 12px;
  gap: 5px;
  margin-bottom: 8px;
  padding: 6px;
}

.mode-switch button {
  color: #d5e1e5;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.25;
  min-height: 44px;
  padding: 12px;
}

.mode-switch button.active {
  background: #2a424b;
  box-shadow: inset 0 0 0 1px #44616b;
  color: #fff;
}
