.ast-header-search .lz-order-lookup-header-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 40px;
	padding: 0.55rem 0.9rem;
	border-radius: 4px;
	background: #0b69a3;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.ast-header-search .lz-order-lookup-header-link:hover,
.ast-header-search .lz-order-lookup-header-link:focus {
	background: #003366;
	color: #fff;
}

.ast-header-search .lz-order-lookup-header-link:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.75);
	outline-offset: 2px;
}

.lz-order-lookup-mobile-header-link {
	display: none;
}

@media (max-width: 921px) {
	[data-section="section-header-mobile-trigger"] {
		gap: 0.5rem;
	}

	.lz-order-lookup-mobile-header-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		min-height: 36px;
		padding: 0.45rem 0.7rem;
		border-radius: 4px;
		background: #0b69a3;
		color: #fff;
		font-size: 0.8rem;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

	.lz-order-lookup-mobile-header-link:hover,
	.lz-order-lookup-mobile-header-link:focus {
		background: #003366;
		color: #fff;
	}
}
