.suzy-script-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  line-height: 1;
}

.suzy-script-switch button {
  background: none;
  border: 0;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.suzy-script-switch button:hover,
.suzy-script-switch button.active {
  color: #e30613;
}

.suzy-script-switch span {
  color: #fff;
  opacity: 0.5;
}
