/*
Theme Name: Hostinger AI Theme Child
Template: hostinger-ai-theme
Version: 1.0.2
Description: Child theme for thenetworkguy.in. Site-specific overrides live here so parent theme updates never wipe them.
Author: The Network Guy
*/

/* Header logo: the parent theme's auto-sizing CSS Grid for the header row
   (.hostinger-ai-menu-wrapper) does not reliably respect the Site Logo
   block's "Image Width" setting, so the size is forced explicitly here.
   Trimmed from 800px to 600px (2026-07-17) -- the full-size banner ate ~320px
   of vertical space (37% of a typical viewport) on every single page before
   any real content appeared. Conservative ~25% reduction, aspect ratio intact. */
.hostinger-ai-menu-wrapper {
  grid-template-columns: 600px 1fr !important;
}

.wp-block-site-logo img {
  width: 600px !important;
  height: auto !important;
  max-width: none !important;
}

/* The theme auto-injects a "<site name>" text link next to the logo
   (class hostinger-ai-site-title). The full banner logo already has
   "THE NETWORK GUY" wordmark baked in, so this redundant text is hidden. */
.hostinger-ai-site-title {
  display: none !important;
}
