.withdraw-from-contract-page .withdraw-contract {
    margin: 0 auto;
}

.withdraw-contract .actions-toolbar:before, .withdraw-contract .actions-toolbar:after {
    content: '';
    display: none;
}

.withdraw-contract__description {
    margin-bottom: 30px;
    line-height: 1.6;
}

.withdraw-contract__description p {
    margin-bottom: 12px;
}

.withdraw-contract__form .field {
    margin-bottom: 18px;
}

.withdraw-contract__form .input-text {
    width: 100%;
    max-width: 420px;
}

.withdraw-contract__heading {
    margin-bottom: 12px;
}

.withdraw-contract__lead {
    margin-bottom: 24px;
    line-height: 1.6;
}

.withdraw-contract__order {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 16px 20px;
    margin-bottom: 24px;
}

.withdraw-contract__order-head {
    margin-bottom: 12px;
    font-size: 1.1em;
}

.withdraw-contract__items {
    width: 100%;
}

.withdraw-contract__items th,
.withdraw-contract__items td {
    padding: 8px 6px;
    text-align: left;
}

.withdraw-contract__items .qty,
.withdraw-contract__items .price {
    text-align: right;
}

.withdraw-contract__form .actions-toolbar {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 10px;
}
