.sgm-market-input {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.large-market-button-bc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 0 10px;
  color: rgba(var(--b-sc), .8);
  background: rgba(var(--b-sc), .1);
  font-size: 12px;
  text-transform: capitalize;
  text-decoration: underline;
  cursor: pointer
}