.withdrawal-qty-select {
    width: 100%;
    min-width: 60px;
    box-sizing: border-box;
}

.withdrawal-item-disabled td {
    color: #999;
}

.order-details-items {
    border: 1px solid #cccccc;
    margin-bottom: 16px;
    padding: 6px 10px !important;
}

.message.warning.withdrawal-warning {
    margin-top: 0;
    margin-bottom: 20px;
}

#withdrawal-form {
    margin-top: 24px;
}

/* History section — matches M1 .withdrawal-history */
.withdrawal-history {
    margin-top: 30px;
}

/* Items box inside guest/view container */
.withdrawal-view-container .box-order-items {
    margin-top: 20px;
}

.withdrawal-view-container .actions-toolbar {
    margin-top: 20px;
}

/* "Period expired" indicator in order list */
.withdrawal-not-available {
    color: #999;
}
