/* Let Astra's existing mobile header contain the unmodified logo proportionally. */
#ast-mobile-header .ast-builder-grid-row {
	grid-template-columns: minmax(0, 1fr) auto;
}
#ast-mobile-header :is(.site-header-primary-section-left, [data-section="title_tagline"], .site-branding, .site-logo-img, .custom-logo-link) {
	min-width: 0;
	max-width: 100%;
}
#ast-mobile-header .site-logo-img img.custom-logo {
	max-width: 100%;
	height: auto;
}
