/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Logo (new square SVG lockup, 1:1)
	The theme constrains #logo img with max-width:100% inside a flex
	anchor; a square SVG has no intrinsic flex width, so that clamps
	it to 0. Releasing max-width and deriving width from the
	theme-set height (which stays responsive) fixes it.
-----------------------------------------------------------------*/
#header #logo img {
	max-width: none !important;
	width: auto !important;
}

