.withdrawal-page-form {
    max-width: 700px;
    margin: 0 auto;
}

.withdrawal-item {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.withdrawal-item .label {
    flex: 1;
    margin: 0;
}

.withdrawal-item .item-sku {
    font-size: 12px;
    color: #9ca3af;
    display: block;
}

.withdrawal-item-total {
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 4px;
}

.withdrawal-qty-input {
    width: 58px !important;
    padding: 4px 6px !important;
    text-align: center;
    display: inline-block !important;
}

.withdrawal-qty-max {
    color: #9ca3af;
    font-size: 13px;
    font-weight: 400;
}

.withdrawal-status-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid;
    border-radius: 6px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.withdrawal-status-pending {
    background: #fefce8;
    border-color: #fde68a;
    color: #92400e;
}

.withdrawal-status-completed {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #15803d;
}

.withdrawal-status-rejected {
    background: #fef2f2;
    border-color: #fecaca;
    color: #dc2626;
}

.withdrawal-status-info {
    flex: 1;
}

.withdrawal-status-info > strong {
    display: block;
    font-size: 15px;
}

.withdrawal-status-info > span {
    font-size: 13px;
    color: #6b7280;
}

.withdrawal-status-amount {
    text-align: right;
}

.withdrawal-status-amount > span {
    font-size: 12px;
    color: #6b7280;
    display: block;
}

.withdrawal-status-amount > strong {
    font-size: 18px;
}

.withdrawal-items-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.withdrawal-items-table thead th {
    text-align: left;
    padding: 8px 10px;
    color: #6b7280;
    border-bottom: 2px solid #e5e7eb;
}

.withdrawal-items-table thead th.center,
.withdrawal-items-table td.center {
    text-align: center;
}

.withdrawal-items-table thead th.right,
.withdrawal-items-table td.right {
    text-align: right;
}

.withdrawal-items-table td {
    padding: 10px;
    border-bottom: 1px solid #f3f4f6;
}

.withdrawal-item-sku {
    font-size: 12px;
    color: #9ca3af;
    display: block;
}

.withdrawal-item-badge {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid;
    display: inline-block;
}

.withdrawal-item-badge-completed {
    background: #f0fdf4;
    color: #15803d;
    border-color: #bbf7d0;
}

.withdrawal-item-badge-rejected {
    background: #fef2f2;
    color: #dc2626;
    border-color: #fecaca;
}

.withdrawal-item-badge-pending {
    background: #fefce8;
    color: #92400e;
    border-color: #fde68a;
}

.withdrawal-admin-note {
    margin-top: 14px;
    padding: 12px 14px;
    background: #f9fafb;
    border-radius: 6px;
    border-left: 3px solid #d1d5db;
    font-size: 13px;
}

.withdrawal-cta-block {
    margin-top: 20px;
    padding: 16px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}

.withdrawal-cta-block p {
    margin: 0 0 12px;
    font-size: 14px;
}

.withdrawal-badge {
    display: block;
    margin-top: 4px;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    width: fit-content;
}

.withdrawal-badge-pending { background: #d97706; }
.withdrawal-badge-completed { background: #16a34a; }
.withdrawal-badge-rejected { background: #dc2626; }
.withdrawal-badge-default { background: #6b7280; }

.withdrawal-badge-items {
    font-size: 11px;
    color: #6b7280;
    margin-top: 2px;
}

.withdrawal-action {
    margin-top: 6px;
    display: block;
    white-space: nowrap;
}
