body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.market-item-type-container {
  width: fit-content;
  display: flex;
  justify-content: space-evenly;
}

.market-item-type-button {
  text-transform: capitalize !important;
  color: #991c1f !important;
}

.active-market-item-type-button {
  color: white !important;
  background-color: #991c1f !important;
}

.market-company-card {
  cursor: pointer;
}

.selected-market-company-card {
  border: 0.25rem solid #991c1f;
}

/*# sourceMappingURL=main.5b57471f.css.map*/