/*
Theme Name: Manualny Child
Theme URI: https://manualny.pl/
Description: Child theme for manualny.pl — custom homepage layout for massage & manual therapy.
Author: Gabito
Template: kadence
Version: 2.1.0
Text Domain: manualny-child
*/

/* Branding: compact logo + site title in one row (all pages) */
.site-branding a.brand {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.65rem;
}

.site-branding .site-title-wrap {
	display: block !important;
	margin: 0;
	padding: 0;
}

.site-branding .site-title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.2;
	color: #0f1a2e;
	white-space: nowrap;
}

.site-branding a.brand img {
	max-height: 52px !important;
	max-width: 140px !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.site-branding a.brand img {
		max-height: 44px !important;
		max-width: 110px !important;
	}

	.site-branding .site-title {
		font-size: 1rem;
	}
}

@media (max-width: 400px) {
	.site-branding a.brand {
		flex-wrap: wrap;
		gap: 0.35rem 0.5rem;
		max-width: 55vw;
	}

	.site-branding .site-title {
		font-size: 0.9rem;
		white-space: normal;
	}
}