.jin-price-history-controls {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 2px;
}

.jin-price-history-button {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #64748b;
  font-family: "Segoe UI Symbol", "Segoe UI", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  transition: background-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.jin-price-history-button:hover:not(:disabled) {
  background: #f5f3ff;
  color: #6d28d9;
}

.jin-price-history-button:active:not(:disabled) {
  transform: scale(0.92);
}

.jin-price-history-button:focus-visible {
  outline: 3px solid rgba(139, 92, 246, 0.22);
  outline-offset: 2px;
}

.jin-price-history-button:disabled {
  cursor: not-allowed;
  background: transparent;
  color: #94a3b8;
  opacity: 0.42;
}

@media (max-width: 640px) {
  .jin-price-history-controls {
    gap: 0;
  }

  .jin-price-history-button {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 23px;
  }
}
