/* Sefra theme overrides for Zwernemann_Withdrawal — keeps BS4 button styling intact. */

.withdrawal-view-container .table-order-details th {
    width: 25%;
    color: #666;
    font-weight: 600;
}

.withdrawal-view-container .withdrawal-item-disabled {
    opacity: 0.6;
}

.withdrawal-view-container .withdrawal-qty-input {
    max-width: 90px;
}

.withdrawal-success-container {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.withdrawal-success-container .actions-toolbar a.action:not(:last-child)::after {
    display: none;
}

.withdrawal-guest-search-container {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.col.withdrawal {
    white-space: nowrap;
}
