.OrderWithdrawRequest-form {
  max-width: 68rem;
}

.OrderWithdrawRequest-form + .u-frame {
  margin-top: var(--spaceMd);
}

.OrderWithdrawSelection-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--colorOutlines);
  border-radius: var(--radiusSm);
  overflow: hidden;
}

.OrderWithdrawSelection-table th,
.OrderWithdrawSelection-table td {
  padding: var(--spaceSm);
  border-bottom: 1px solid var(--colorOutlines);
  text-align: left;
  vertical-align: middle;
}

.OrderWithdrawSelection-table th {
  background: var(--colorBackgroundAlt);
  font-size: var(--textSm);
}

.OrderWithdrawSelection-table tr:last-child td {
  border-bottom: 0;
}

.OrderWithdrawSelection-table td:first-child {
  font-weight: 700;
}

.OrderWithdrawSelection-table small {
  display: block;
  margin-top: .2em;
  font-weight: 400;
}

.OrderWithdrawSelection-table .AppForm-col {
  min-width: 5.5rem;
}

.OrderWithdrawSelection-table .AppForm-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.OrderWithdrawSelection-table input[type='number'] {
  min-width: 5.5rem;
}

.OrderWithdrawSelection-confirmation {
  margin-top: var(--spaceMd);
}

.OrderWithdrawSelection-confirmation .AppForm-col {
  display: flex;
  align-items: center;
}

.OrderWithdrawSelection-confirmation .AppForm-label {
  margin-bottom: 0;
}

.OrderWithdrawSelection-confirmation .CheckboxBase {
  flex: 0 0 auto;
  top: 0;
}

.OrderWithdrawSelection-submit {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: var(--spaceMd);
}

@media (max-width: 48rem) {
  .OrderWithdrawSelection-table,
  .OrderWithdrawSelection-table tbody,
  .OrderWithdrawSelection-table tr,
  .OrderWithdrawSelection-table td {
    display: block;
  }
  .OrderWithdrawSelection-table {
    border: 0;
  }
  .OrderWithdrawSelection-table thead {
    display: none;
  }
  .OrderWithdrawSelection-table tr {
    margin-bottom: var(--spaceSm);
    border: 1px solid var(--colorOutlines);
    border-radius: var(--radiusSm);
    overflow: hidden;
  }
  .OrderWithdrawSelection-table td {
    display: grid;
    grid-template-columns: minmax(8rem, 1fr) minmax(0, 1fr);
    gap: var(--spaceSm);
  }
  .OrderWithdrawSelection-table td:before {
    content: attr(data-label);
    font-size: var(--textSm);
    font-weight: 700;
  }
}

.OrderWithdrawRequest-submit {
  justify-self: center;
}

/*# sourceMappingURL=order-withdraw-request.min.css.map */
