/* Hotfix7: public content grid; full-bleed section backgrounds remain untouched. */
.onu-public-site,.onu-public-header,footer{--onu-page-gutter:48px}
.onu-public-container{width:calc(100% - 2 * var(--onu-page-gutter,48px))!important;max-width:1400px!important;margin-inline:auto!important;padding-inline:0!important;box-sizing:border-box;min-width:0}
.onu-public-container > *{min-width:0}
.onu-public-site .onu-public-container img{max-width:100%}
.onu-public-header .onu-header-brand{min-width:0;flex-shrink:0}
.onu-public-header .onu-header-brand-name{font-size:21.24px!important;line-height:1.1!important}
.onu-public-header .onu-header-location{color:oklch(var(--primary-500))!important}
.onu-public-header .onu-header-brand > span{min-width:0}
.onu-public-header .onu-header-brand img:not([alt$=" symbol"]){height:42.48px;max-width:100%;object-fit:contain}
.onu-public-header > .onu-public-container:nth-child(2){height:auto;min-height:64px;padding-block:4px}
.onu-public-header > .onu-public-container:nth-child(2):has(.onu-header-brand img:not([alt$=" symbol"])){min-height:76px}
@media(min-width:768px){
 .onu-public-header .onu-header-brand-name{font-size:23.6px!important}
 .onu-public-header .onu-header-brand img:not([alt$=" symbol"]){height:51.92px}
}
@media(max-width:1200px){
 .onu-public-site,.onu-public-header,footer{--onu-page-gutter:32px}
}
/* Switch to the existing mobile navigation before enlarged branding crowds the links. */
@media(max-width:1279px){
 .onu-public-header nav[aria-label="Primary"],.onu-public-header > .onu-public-container:nth-child(2) > div{display:none!important}
 .onu-public-header > .onu-public-container:nth-child(2) > button:last-child{display:flex!important;flex-shrink:0}
 .onu-public-mobile-menu{display:block!important}
}
@media(max-width:767px){
 .onu-public-site,.onu-public-header,footer{--onu-page-gutter:20px}
 .onu-public-header .onu-header-brand{flex-shrink:1}
 .onu-public-header > .onu-public-container:nth-child(2){gap:12px}
 .onu-public-header .onu-header-brand-name{overflow-wrap:normal}
 .onu-public-header .onu-header-brand > span:first-child:not(:last-child){flex-shrink:0}
}
