/* Official AYSA.ai lockup with the "AI that gets done." tagline. */
.site-brand {
	max-width: 200px;
	min-width: 176px;
}

.site-brand__logo {
	height: auto;
	max-height: 50px;
	max-width: 200px;
	width: 200px;
}

/* Preserve the existing WordPress custom-logo contract. */
.site-brand--custom {
	max-width: 148px;
	min-width: 106px;
}

.site-brand--custom .custom-logo-link {
	max-width: 148px;
	min-width: 106px;
}

.site-brand--custom .custom-logo {
	max-height: 34px;
}

@media (max-width: 560px) {
	.site-brand {
		max-width: 176px;
		min-width: 0;
	}

	.site-brand__logo {
		max-height: 44px;
		max-width: 176px;
		width: 176px;
	}

	.site-brand--custom,
	.site-brand--custom .custom-logo-link {
		max-width: 124px;
	}
}
