.vortex-eru-checkout {
  max-width: 42rem;
  margin: 1.5rem 0;
  font-family: inherit;
  line-height: 1.5;
}

.vortex-eru-checkout__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vortex-eru-checkout__intro {
  margin: 0 0 0.5rem;
  color: #333;
}

.vortex-eru-checkout__edition {
  font-weight: 600;
  margin: 0;
}

.vortex-eru-checkout__heading {
  margin: 1.25rem 0 0.25rem;
  font-size: 1.1rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.35rem;
}

.vortex-eru-checkout__heading:first-child {
  margin-top: 0;
}

.vortex-eru-checkout__field,
.vortex-eru-checkout__fieldset {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.vortex-eru-checkout__fieldset {
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  margin: 0;
}

.vortex-eru-checkout__discount {
  background: #faf8f5;
  border-color: #d8cbb8;
}

.vortex-eru-checkout__discount-select {
  width: 100%;
  max-width: 100%;
}

.vortex-eru-checkout__fieldset legend {
  font-weight: 600;
  padding: 0 0.25rem;
}

.vortex-eru-checkout__label {
  font-weight: 600;
}

.vortex-eru-checkout__choices {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.vortex-eru-checkout__choice {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-weight: normal;
}

.vortex-eru-checkout__choice input {
  margin-top: 0.2rem;
}

.vortex-eru-checkout__hint {
  margin: 0;
  font-size: 0.92rem;
  color: #555;
}

.vortex-eru-checkout__hint a {
  color: inherit;
}

.vortex-eru-checkout__field input,
.vortex-eru-checkout__field textarea,
.vortex-eru-checkout__field select {
  padding: 0.5rem 0.65rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: 100%;
}

.vortex-eru-checkout__total-wrap {
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 2px solid #333;
}

.vortex-eru-checkout__total {
  margin: 0;
  font-size: 1.05rem;
}

.vortex-eru-checkout__breakdown {
  margin: 0.35rem 0 0;
  padding-left: 1.2rem;
  font-size: 0.92rem;
  color: #444;
}

.vortex-eru-checkout__test {
  background: #fff8e1;
  border: 1px solid #f0c040;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
}

.vortex-eru-checkout__message {
  padding: 1rem;
  background: #f5f5f5;
  border-radius: 4px;
}

.vortex-eru-checkout__submit {
  align-self: flex-start;
  padding: 0.7rem 1.4rem;
  cursor: pointer;
  font-size: 1rem;
}