/*
Theme Name: ListingHive Child
Template: listinghive
Author: A M Enterprise
Description: Child theme for ListingHive — shows the logo, site title and tagline together in the header (logo on the left, title on top / tagline below on the right).
Version: 1.0.0
Text Domain: listinghive-child
*/

/* ------------------------------------------------------------
   Header logo + title + tagline layout
   ------------------------------------------------------------ */
.header-logo__inner {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.header-logo__image {
	flex: 0 0 auto;
}

.header-logo__img {
	display: block;
	max-height: 50px; /* adjust to taste */
	width: auto;
}

.header-logo__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
