/* PATCH 246 — logo do header público 60% maior */
.fp227-header .fp225-shell.fp227-header-row{
  width:min(1260px,94vw)!important;
  grid-template-columns:340px minmax(0,1fr) 205px!important;
  gap:20px!important;
}
.fp227-brand img{
  width:312px!important; /* 195px x 1.60 */
  max-height:82px!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:left center!important;
}
@media(max-width:1080px){
  .fp227-header .fp225-shell.fp227-header-row{
    width:95vw!important;
    grid-template-columns:285px minmax(0,1fr) 180px!important;
    gap:12px!important;
  }
  .fp227-brand img{width:272px!important;max-height:78px!important}
  .fp227-nav{gap:14px!important}
}
@media(max-width:860px){
  .fp227-header .fp225-shell.fp227-header-row{
    width:92vw!important;
    height:82px!important;
    grid-template-columns:1fr auto!important;
  }
  .fp227-brand img{
    width:256px!important; /* 160px x 1.60 */
    max-height:74px!important;
  }
}
@media(max-width:420px){
  .fp227-brand img{width:232px!important;max-height:70px!important}
}
