/*
Theme Name: Hostinger AI Theme Child
Template: hostinger-ai-theme
Author: SGK
Description: Child theme for Hostinger AI Theme. Safe place for custom edits — parent theme updates won't overwrite this.
Version: 1.0.4
Text Domain: hostinger-ai-theme-child
*/

/* Parent theme hides the text site title by default (assumes the logo image
   already contains the brand name). This site's logo doesn't, so show it. */
.hostinger-ai-site-title {
	display: block !important;
}

.sgk-header-phone {
	white-space: nowrap;
}

.sgk-header-phone a {
	text-decoration: none;
}

.sgk-header-phone a:hover {
	text-decoration: underline;
}

/* Keep the logo icon at its intrinsic size regardless of what else sits
   in the same flex row (e.g. the phone number added next to it). */
.hostinger-ai-menu .wp-block-site-logo {
	flex-shrink: 0;
}

/* Parent theme underlines (border-bottom) the site title link on hover. */
.hostinger-ai-site-title a:hover {
	border-bottom: none;
}

/* Shrink the title and phone number a bit on mobile so logo + title +
   phone + burger icon all fit on one line without wrapping. */
@media (max-width: 480px) {
	.hostinger-ai-site-title {
		font-size: 14px !important;
	}

	.sgk-header-phone {
		font-size: 13px !important;
	}
}
