.CourseApplicationFormAttendeesAndPrices {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spaceRg);
}

@media (min-width: 64.01rem) {
  .CourseApplicationFormAttendeesAndPrices {
    gap: 1.875rem;
  }
}

.CourseApplicationFormAttendeesAndPrices-container {
  width: 100%;
}

.CourseApplicationFormAttendeesAndPrices .CourseApplicationFormAttendeesAndPrices-button {
  margin-top: var(--spaceLg);
  font-size: var(--textXs);
}

.CourseApplicationFormAttendeesAndPrices .CourseApplicationFormAttendeesAndPrices-button.hidden {
  display: none;
}

.CourseApplicationFormAttendeesAndPrices-attendee {
  display: none;
  flex-direction: column;
  gap: 1.875rem;
  margin-top: 1.875rem;
  padding: 1.875rem;
  border-radius: 1.5rem 0;
  background: var(--colorBodyBg);
  box-shadow: 0 var(--spaceRg) var(--spaceMd) 0 rgba(12, 0, 206, 0.1);
}

.CourseApplicationFormAttendeesAndPrices-attendee.visible {
  display: flex;
}

@media (min-width: 64.01rem) {
  .CourseApplicationFormAttendeesAndPrices-attendee {
    padding: 2.5rem 3.75rem;
  }
}

.CourseApplicationFormAttendeesAndPrices-attendeeContent {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: var(--spaceRg);
}

@media (min-width: 36.01rem) {
  .CourseApplicationFormAttendeesAndPrices-attendeeContent {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 64.01rem) {
  .CourseApplicationFormAttendeesAndPrices-attendeeContent {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.875rem;
  }
}

.CourseApplicationFormAttendeesAndPrices-attendeeContent .AppForm-col {
  width: 100%;
}

.CourseApplicationFormAttendeesAndPrices-attendeeTop {
  display: flex;
  flex-direction: column;
  gap: var(--spaceRg);
  justify-content: space-between;
  align-items: flex-start;
  color: var(--colorBrand);
  font-size: var(--textRg);
  font-weight: 700;
}

@media (min-width: 36.01rem) {
  .CourseApplicationFormAttendeesAndPrices-attendeeTop {
    flex-direction: row;
    align-items: center;
  }
}

.CourseApplicationFormAttendeesAndPrices-attendee .CourseApplicationFormAttendeesAndPrices-attendeeButton {
  padding: 0;
  color: #FE4747;
  text-transform: none;
  background: none;
  box-shadow: none;
}

.CourseApplicationFormAttendeesAndPrices-attendee .CourseApplicationFormAttendeesAndPrices-attendeeButton svg {
  margin: 0;
  width: 2rem;
  height: 2rem;
}

.CourseApplicationFormAttendeesAndPrices-attendee .CourseApplicationFormAttendeesAndPrices-attendeeButton.hidden {
  display: none;
}

.CourseApplicationFormAttendeesAndPrices-attendee .CourseApplicationFormAttendeesAndPrices-attendeeButton:hover {
  text-decoration: underline;
}

.CourseApplicationFormAttendeesAndPrices-gdpr {
  font-size: 0.875rem;
}

.CourseApplicationFormAttendeesAndPrices-gdpr a {
  color: var(--colorText);
  text-decoration: underline;
}

.CourseApplicationFormAttendeesAndPrices-gdpr a:hover {
  text-decoration: none;
}

.CourseApplicationFormAttendeesAndPrices-price {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--colorBrand);
}

.CourseApplicationFormAttendeesAndPrices-priceHeading {
  margin-bottom: var(--spaceXs);
}

.CourseApplicationFormAttendeesAndPrices-priceTotal {
  font-size: var(--textMd);
  font-weight: 700;
}

@media (min-width: 36.01rem) {
  .CourseApplicationFormAttendeesAndPrices-priceVat {
    font-size: 1.125rem;
  }
}

/*# sourceMappingURL=course-application-form-attendees-and-prices.min.css.map */
