a.mode-switch,
a.mode-switch:link,
a.mode-switch:visited,
a.mode-switch:hover,
a.mode-switch:active {
  color: #111316;
  text-decoration: none;
}

.top-actions .mode-switch {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 31px;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-content: center;
  min-width: 166px;
  min-height: 51px;
  padding: 7px 9px 7px 14px;
  overflow: visible;
  border: 2px solid #111316;
  background: #f8f9fa;
  box-shadow: 3px 3px 0 rgba(17, 19, 22, .25);
  clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px);
}

.mode-switch-label {
  grid-column: 1;
  color: #60656a;
  font: 900 8px/1.1 Consolas, monospace;
  letter-spacing: .14em;
}

.mode-switch strong {
  grid-column: 1;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.15;
  white-space: nowrap;
}

.mode-switch-icon {
  grid-column: 2;
  grid-row: 1 / 3;
  display: grid;
  width: 31px;
  height: 31px;
  align-self: center;
  place-items: center;
  color: #fff;
  background: #111316;
  font: 900 17px/1 Consolas, monospace;
  box-shadow: none;
  transform: skewX(-7deg);
}

.top-actions .mode-switch-mosaic:hover {
  color: #111316;
  background: #f8f9fa;
  box-shadow: 3px 3px 0 rgba(17, 19, 22, .25);
  transform: none;
}

.top-actions .mode-switch-mosaic:hover .mode-switch-icon {
  color: #111316;
  background: #18d4d1;
}

.top-actions .mode-switch-normal,
.top-actions .mode-switch-normal:link,
.top-actions .mode-switch-normal:visited {
  color: #fff;
  background: #111316;
}

.top-actions .mode-switch-normal .mode-switch-label {
  color: #c6c9cc;
}

.top-actions .mode-switch-normal .mode-switch-icon {
  color: #111316;
  background: #fff;
}

.top-actions .mode-switch-normal:hover {
  color: #fff;
  background: #111316;
  box-shadow: 3px 3px 0 rgba(17, 19, 22, .25);
  transform: none;
}

.top-actions .mode-switch-normal:hover .mode-switch-icon {
  color: #111316;
  background: #ff2b91;
}

.top-actions .mode-switch:focus-visible {
  outline: 3px solid #111316;
  outline-offset: 4px;
}

.top-actions .mode-switch-mosaic:active {
  color: #fff;
  background: #111316;
  box-shadow: 1px 1px 0 rgba(17, 19, 22, .22);
  transform: translate(1px, 1px);
}

.top-actions .mode-switch-mosaic:active .mode-switch-label {
  color: #c6c9cc;
}

.top-actions .mode-switch-mosaic:active .mode-switch-icon {
  color: #111316;
  background: #fff;
}

.top-actions .mode-switch-normal:active {
  color: #111316;
  background: #f8f9fa;
  box-shadow: 1px 1px 0 rgba(17, 19, 22, .22);
  transform: translate(1px, 1px);
}

.top-actions .mode-switch-normal:active .mode-switch-label {
  color: #60656a;
}

.top-actions .mode-switch-normal:active .mode-switch-icon {
  color: #fff;
  background: #111316;
}

@media (max-width: 680px) {
  .top-actions .mode-switch {
    min-width: 0;
  }
}
