.nh-receipt-lookup {
	max-width: 720px;
	margin: 0 auto 2rem;
	padding: 0 1rem;
}

.nh-receipt-lookup__hero {
	padding: 2rem;
	margin-bottom: 1.5rem;
}

.nh-receipt-lookup__hero h2 {
	margin: 0 0 0.5rem;
	color: var(--nh-navy, #0f172a);
}

.nh-receipt-lookup__form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.nh-receipt-lookup__input {
	flex: 1 1 220px;
	padding: 0.75rem 1rem;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font-size: 1.05rem;
	font-family: ui-monospace, monospace;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.nh-receipt-lookup__msg {
	margin-top: 1rem;
	padding: 0.75rem 1rem;
	border-radius: 8px;
	font-size: 0.9rem;
}

.nh-receipt-lookup__msg--err {
	background: #fee2e2;
	color: #991b1b;
	border: 1px solid #fca5a5;
}

.nh-receipt {
	padding: 2rem;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
}

.nh-receipt__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid var(--nh-primary, #b50101);
	margin-bottom: 1rem;
}

.nh-receipt__header h3 {
	margin: 0;
	font-size: 1.35rem;
	color: var(--nh-navy, #0f172a);
}

.nh-receipt__dispatch {
	text-align: right;
}

.nh-receipt__dispatch span {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6b7280;
}

.nh-receipt__dispatch strong {
	font-size: 1.25rem;
	font-family: ui-monospace, monospace;
	color: var(--nh-primary, #b50101);
}

.nh-receipt__meta p {
	margin: 0.25rem 0;
	font-size: 0.95rem;
}

.nh-receipt__table,
.nh-receipt__charges {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0;
	font-size: 0.92rem;
}

.nh-receipt__table td {
	padding: 0.4rem 0;
	vertical-align: top;
}

.nh-receipt__table td:first-child {
	width: 110px;
	font-weight: 600;
	color: #374151;
}

.nh-receipt__charges th,
.nh-receipt__charges td {
	padding: 0.5rem 0.75rem;
	border-bottom: 1px solid #e5e7eb;
	text-align: left;
}

.nh-receipt__charges th:last-child,
.nh-receipt__charges td:last-child {
	text-align: right;
	width: 110px;
}

.nh-receipt__charges thead th {
	background: #f9fafb;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.nh-receipt__total-row td {
	font-weight: 700;
	border-top: 2px solid #374151;
}

.nh-receipt__footer {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px dashed #d1d5db;
	font-size: 0.88rem;
	color: #6b7280;
	text-align: center;
}

.nh-receipt__actions {
	margin-top: 1.25rem;
	text-align: center;
}

@media print {
	body * {
		visibility: hidden;
	}

	.nh-receipt,
	.nh-receipt * {
		visibility: visible;
	}

	.nh-receipt {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		border: none;
		box-shadow: none;
		padding: 0;
	}

	.nh-no-print {
		display: none !important;
	}
}
