/* Pet Nest header brand — overrides Astra inline/customizer CSS */

#masthead .ast-site-title-wrap,
#masthead .site-title,
#masthead .site-title a,
#masthead .site-description {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	pointer-events: none !important;
}

#masthead .ast-site-identity {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
}

#masthead .site-logo-img {
	display: inline-flex !important;
	width: auto !important;
	max-width: none !important;
	line-height: 0;
	flex-shrink: 0;
}

#masthead .custom-logo-link.pf-brand-link {
	display: inline-flex !important;
	width: auto !important;
	max-width: none !important;
	text-decoration: none !important;
	line-height: 1 !important;
}

#masthead .pf-brand-img,
#masthead .pf-brand-link .custom-logo {
	display: block;
	width: auto;
	height: 42px;
	max-height: 42px;
	border-radius: 8px;
}

@media (max-width: 544px) {
	#masthead .pf-brand-img,
	#masthead .pf-brand-link .custom-logo {
		height: 34px;
		max-height: 34px;
	}
}
