.idexa-withdrawal-page {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.idexa-withdrawal {
  color: var(--idexa-text, #303038);
}

.idexa-withdrawal__header {
  margin-bottom: 1.5rem;
}

.idexa-withdrawal__header h1 {
  margin: 0 0 8px;
  color: var(--idexa-text, #303038);
}

.idexa-withdrawal__header p {
  margin: 0;
  color: #524a41;
}

.idexa-withdrawal__form fieldset {
  margin: 0 0 20px;
  padding: 1.25rem;
  border: 1px solid #cedad6;
}

.idexa-withdrawal__form legend {
  width: auto;
  padding: 0 8px;
  font-weight: 700;
}

.idexa-withdrawal__form label {
  display: block;
  margin-bottom: 16px;
}

.idexa-withdrawal__form label span {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.idexa-withdrawal__form input[type="text"],
.idexa-withdrawal__form input[type="email"] {
  border: 1px solid #cedad6;
}

.idexa-withdrawal__check {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
}

.idexa-withdrawal__check span {
  margin: 0;
  font-weight: 400 !important;
}

.idexa-withdrawal__products {
  background: rgba(206, 218, 214, .18);
}

.idexa-withdrawal__product-choice {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(206, 218, 214, .75);
}

.idexa-withdrawal__product-choice:last-child {
  border-bottom: 0;
}

.idexa-withdrawal__product-choice span {
  margin: 0;
  font-weight: 600;
}

.idexa-withdrawal__product-choice small {
  display: block;
  margin-top: 3px;
  font-weight: 400;
  color: #524a41;
}

.idexa-withdrawal__submit {
  border: 1px solid var(--idexa-button, #e86830);
  background: var(--idexa-button, #e86830);
  color: #fff;
}

.idexa-withdrawal-order-action {
  margin: 16px 0;
}
