.orders-detail-sticky { top: 1rem; }
.orders-row-button { text-align: left; width: 100%; }
.orders-line-image { width: 48px; height: 64px; object-fit: cover; background: #f1f3f5; }
.orders-address { white-space: pre-line; }
.orders-tag { margin: 0 .25rem .25rem 0; }

@media (min-width: 1200px) {
  .orders-detail-sticky { position: sticky; }
}

@media print {
  .print-hide { display: none !important; }
  body { background: #fff !important; }
  .container { max-width: none; padding: 0 !important; }
  .card { box-shadow: none !important; border: 1px solid #dee2e6 !important; }
}

