.inventory-shell { padding-top: 54px; }
.system-message { margin: 0 0 18px; padding: 12px 14px; border-radius: 10px; font-weight: 700; }
.system-message-success { color: #0f563f; background: #e4f2e9; }
.system-message-error { color: #7b291f; background: #fff1ee; }
.inventory-summary { grid-template-columns: 1fr; }
.receipt-lines-card { margin-bottom: 18px; }
.receipt-entry-grid { align-items: start; }
.receipt-post-card { min-height: 250px; }
.status-danger { color: #8d261b; background: #ffe7e2; }
.danger-text { color: #9d2b20 !important; font-weight: 800; }

.receipt-line-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.receipt-line-actions form { margin: 0; }
.button-small { padding: 7px 11px; font-size: .82rem; }
.receipt-edit-grid { grid-template-columns: minmax(0, 720px); }
.form-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 18px; }
