/* Minimal safety net for the dynamic Header Builder grid living inside
   the ORIGINAL, unmodified .nav__inner flex row. No .nav or .nav__drawer
   overrides needed - those work correctly with their original CSS as
   long as .nav__toggle stays a child of .nav__inner (see functions.php
   hcw_render_region_content). */
.nav__builder-row { max-width: 100%; }
.custom-logo-link { min-width: 0; max-width: 100%; }
.custom-logo { max-height: var(--hcw-logo-height, 40px); width: auto; }

@media (max-width: 480px) {
	.custom-logo { height: 28px !important; }
}