/* Header logo sizing is isolated so third-party/customizer image dimensions cannot enlarge the navbar. */
.moxa-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	max-height: 52px;
	margin-right: 42px;
}

.moxa-brand .custom-logo-link {
	display: flex;
	align-items: center;
	max-height: 52px;
}

.moxa-brand .custom-logo {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 170px !important;
	max-height: 46px !important;
	object-fit: contain;
}

.moxa-brand-fallback {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

@media (max-width: 1024px) {
	.moxa-brand { margin-right: 24px; }
	.moxa-brand .custom-logo { max-width: 145px !important; max-height: 42px !important; }
}

@media (max-width: 767px) {
	.moxa-brand,
	.moxa-brand .custom-logo-link { max-height: 42px; }
	.moxa-brand .custom-logo { max-width: 118px !important; max-height: 36px !important; }
}
