.mindstore-pricing-row {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.mindstore-pricing-row .mindstore-pricing-item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 2px;
  background-color: #0c343d;
  color: white;
  opacity: 0.5;
  cursor: pointer;
}
.mindstore-pricing-row .mindstore-pricing-item.selected {
  opacity: 1;
}
.mindstore-pricing-row .mindstore-pricing-item .mindstore-pricing-item-name {
  font-weight: 600;
}
.mindstore-pricing-row .mindstore-pricing-item span {
  text-align: center;
}

.mindstore-pricing-volume-row .mindstore-pricing-item {
  background-color: #45818e;
}

#mindstore-pricing-total .mindstore-pricing-item {
  opacity: 1;
  background-color: black;
}

/*# sourceMappingURL=pricing.css.map */
