.ucp-wrapper { max-width:900px; margin:20px auto; font-family:Arial,sans-serif; }
.ucp-card { background:#fff; padding:20px; margin-bottom:20px; border-radius:12px; box-shadow:0 2px 10px rgba(0,0,0,0.1);}
.ucp-card h3 { margin-bottom:15px; font-size:18px; color:#333;}
.ucp-card input[type="text"],.ucp-card textarea { width:100%; padding:8px 12px; margin-bottom:10px; border-radius:6px; border:1px solid #ccc; font-size:14px; box-sizing:border-box;}
.ucp-card button { padding:8px 16px; border:none; border-radius:6px; background-color:#2d89ef; color:#fff; cursor:pointer; font-size:14px; transition:background 0.3s;}
.ucp-card button:hover { background-color:#1b5fa7;}
.ucp-card button.danger { background-color:#e74c3c;}
.ucp-card button.danger:hover { background-color:#c0392b;}
#ucp_orders_table { width:100%; border-collapse:collapse;}
#ucp_orders_table th,#ucp_orders_table td { border:1px solid #ddd; padding:8px; text-align:left; font-size:13px;}
#ucp_orders_table th { background-color:#f4f4f4; font-weight:bold;}
#ucp_result { padding:10px; margin-top:10px; min-height:30px;}
