/**
 * Logo Tiger 3 Enterprise hero identity polish.
 * Scoped to the route so other locked product landings remain unchanged.
 */

.nora-logo-product--logo-tiger-3-enterprise {
	/* Match the panoramic Tiger Wings Enterprise wordmark treatment. */
	--nlp-hero-product-logo-max-width: 100%;
	--nlp-hero-product-logo-max-height: clamp(1.75rem, 1.85rem + 1vw, 5.25rem);
}

.nora-logo-product--logo-tiger-3-enterprise .nora-logo-product-hero__logo-wrap {
	min-height: var(--nlp-hero-product-logo-height, 5.25rem);
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	margin: 0 0 0.875rem;
}

.nora-logo-product--logo-tiger-3-enterprise .nora-logo-product-hero__product-logo {
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: var(--nlp-hero-product-logo-max-height);
}
