.commerce-main { padding-top:36px; }
.desk-toolbar,.desk-actions,.print-controls { display:flex;flex-wrap:wrap;gap:12px;align-items:end;margin:18px 0; }
.desk-orders { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px; }
.desk-card,.order-document { background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:24px;min-width:0; }
.desk-card h2 { font-size:1.35rem; }
.desk-card address,.order-document address { white-space:pre-line;font-style:normal;line-height:1.6; }
.order-reference { font-size:.8rem;overflow-wrap:anywhere; }
.order-state { font-weight:900;color:var(--green); }
.order-alert { padding:12px;background:#422c13;color:#ffe4b0;border-left:4px solid #ffc45b;overflow-wrap:anywhere; }
.order-lines { width:100%;border-collapse:collapse;margin:22px 0;font-size:.9rem; }
.order-lines th,.order-lines td { text-align:left;padding:12px 6px;border-bottom:1px solid #526156;overflow-wrap:anywhere; }
.order-lines th:first-child { width:55%; }
.order-total { text-align:right;font-weight:800; }
.ship-form { display:grid;gap:12px;margin:20px 0; }
.ship-form label,.desk-toolbar label { display:flex;flex-direction:column;gap:8px;font-weight:700; }
.ship-form input,.desk-toolbar select { min-height:48px;width:100%;background:#101819;color:white;border:1px solid #708176;border-radius:5px;padding:12px;font:inherit; }
.commerce-main button,.commerce-main .btn { min-height:48px;white-space:normal;line-height:1.35; }
.order-document { max-width:850px;margin:auto; }
#checkout-actions { justify-content:center;margin-top:20px; }
@media(max-width:900px){.desk-orders { grid-template-columns:minmax(0,1fr); }.desk-actions .btn { flex:1 1 180px; }.desk-card,.order-document { padding:18px; }}
@media print {
 @page { size:auto;margin:15mm; }
 html,body { background:white!important;color:black!important;font:11pt Arial,sans-serif!important; }
 .brand-header,.brand-topline,.brand-footer,.skip-link,.brand-switch,.print-controls,#commerce-status,main>div>h1,main .eyebrow { display:none!important; }
 #commerce-private[hidden] { display:none!important; }
 .section,.container,.order-document { margin:0!important;padding:0!important;width:100%!important;max-width:none!important;border:0!important;background:white!important;color:black!important; }
 .order-document * { color:black!important;text-shadow:none!important;box-shadow:none!important; }
 .order-lines thead { display:table-header-group; }
 .order-lines tr,address { break-inside:avoid; }
 .order-alert { background:white!important;border:2px solid black!important; }
 .order-document h2 { font-size:20pt; }
 .print-note { font-size:10pt; }
}
