.stock-item-selling-report { font-family: 'Source Sans Pro', sans-serif; padding: 30px; line-height: 1.4; color: #333; }
.stock-item-selling-report * { box-sizing: border-box; }
@media print { .stock-item-selling-report { padding: 15px; } }
.stock-item-selling-report-header { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; }
.stock-item-selling-report-logo { width: 250px; height: 200px; flex-shrink: 0; }
.stock-item-selling-report-logo img { width: 100%; height: 100%; object-fit: contain; }
.stock-item-selling-report-title { font-size: 50px; font-weight: bold; color: var(--primary); text-align: right; flex: 1; padding-top: 40px; }
.stock-item-selling-report-item-row { display: flex; align-items: center; gap: 20px; margin: 20px 0; padding: 15px 0; border-bottom: 2px solid var(--primary-dark); }
.stock-item-selling-report-item-img { width: 80px; height: 80px; flex-shrink: 0; }
.stock-item-selling-report-item-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
.stock-item-selling-report-no-img { width: 80px; height: 80px; background: #f0f0f0; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 11px; color: #bbb; }
.stock-item-selling-report-item-name { font-size: 18px; font-weight: bold; color: var(--primary-dark); }
.stock-item-selling-report-item-meta { font-size: 13px; color: #555; margin-top: 4px; }
.stock-item-selling-report-info-row { display: flex; justify-content: space-between; align-items: flex-start; margin: 10px 0; padding: 10px 0; border-bottom: 1px solid #ddd; }
.stock-item-selling-report-party { flex: 1; }
.stock-item-selling-report-party-label { font-weight: bold; font-size: 13px; color: var(--primary); margin-bottom: 4px; margin-top: 10px; }
.stock-item-selling-report-party-label:first-child { margin-top: 0; }
.stock-item-selling-report-party-value { font-size: 13px; color: #333; margin-bottom: 2px; }
.stock-item-selling-report-meta { flex: 1; text-align: right; }
.stock-item-selling-report-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.stock-item-selling-report-table thead tr { background: var(--primary); -webkit-print-color-adjust: exact; print-color-adjust: exact; }
.stock-item-selling-report-table th { padding: 11px 8px; text-align: left; font-size: 12px; font-weight: bold; border: 1px solid var(--primary-dark); color: var(--primary-text); }
.stock-item-selling-report-table td { padding: 9px 8px; border: 1px solid #ddd; font-size: 12px; vertical-align: middle; }
.stock-item-selling-report-table tbody tr:nth-child(even) { background: var(--primary-light); -webkit-print-color-adjust: exact; print-color-adjust: exact; }
.stock-item-selling-report-text-right { text-align: right; }
.stock-item-selling-report-text-center { text-align: center; }
.stock-item-selling-report-table tfoot tr.stock-item-selling-report-totals-row { background: var(--primary-dark); -webkit-print-color-adjust: exact; print-color-adjust: exact; }
.stock-item-selling-report-table tfoot tr.stock-item-selling-report-totals-row td { color: #fff; font-weight: bold; font-size: 12px; border: 1px solid var(--primary); }
.stock-item-selling-report-table tfoot tr.stock-item-selling-report-header-row { background: var(--primary); -webkit-print-color-adjust: exact; print-color-adjust: exact; }
.stock-item-selling-report-table tfoot tr.stock-item-selling-report-header-row th { color: var(--primary-text); }
.stock-item-selling-report-footer { margin-top: 40px; font-size: 11px; color: var(--primary-text); text-align: center; background: var(--primary); padding: 15px 20px; line-height: 1.7; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
.stock-item-selling-report-footer strong { color: var(--primary-text); font-size: 13px; }