.eccos-ticket-quantities__headline-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 0.5rem;
}

.eccos-ticket-quantities__label {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.eccos-ticket-quantities .eccos-ticket-quantities__label {
  margin-bottom: 0;
}

.eccos-ticket-quantities eccos-info-tooltip {
  height: 1.5rem;
}

.eccos-ticket-quantities__query-selectors {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.eccos-ticket-quantities__rate {
  display: flex;
  flex-flow: column;
  margin-bottom: 0.5rem;
}

.eccos-ticket-quantities__total {
  margin-bottom: 1.5rem;
  display: flex;
  flex-flow: column;
}

.eccos-ticket-quantities__total-label {
  margin-bottom: 0.5rem;
}

.eccos-ticket-quantities__total-value {
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2.25rem;
}

.eccos-ticket-quantities__total-vat-included {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (max-width: 575px) {
  .eccos-ticket-quantities__headline-wrapper {
    width: 100%;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .eccos-ticket-quantities__total-value {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .eccos-ticket-quantities__total-vat-included {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
