.exchange-button {
  align-items: center;
  background: #1d1d1f;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  height: 34px;
  justify-content: center;
  letter-spacing: -0.24px;
  line-height: 1.2;
  margin-left: 12px;
  min-width: 0;
  padding: 0 14px;
  position: relative;
  text-decoration: none;
  touch-action: manipulation;
  transition:
    transform 0.12s cubic-bezier(0.36, 0.07, 0.19, 0.97),
    background 0.12s ease,
    color 0.12s ease;
  width: fit-content;
}

.exchange-button:active {
  background: #3a3a3c;
}

html[data-exchange-button-locale="long"] .exchange-button {
  font-size: 15px;
  line-height: 1.2;
}

@media (max-width: 380px) {
  .exchange-button {
    height: 33px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exchange-button {
    transition: none;
  }
}
