/* Trinity V41 — move header logo from upper-left to upper-right
   Mobile only. The logo remains centered vertically in the empty top
   header space above the quick-action row. */

@media (max-width:700px){
  .trinity-v35-shell{
    position:relative!important;
  }

  .trinity-v35-brand{
    width:100%!important;
    height:58px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    padding:0 18px!important;
    box-sizing:border-box!important;
  }

  .trinity-v35-brand img{
    width:132px!important;
    max-width:36vw!important;
    max-height:54px!important;
    margin-left:auto!important;
    margin-right:0!important;
    object-fit:contain!important;
    object-position:right center!important;
  }
}

@media (max-width:430px){
  .trinity-v35-brand{
    height:54px!important;
    padding-right:16px!important;
  }

  .trinity-v35-brand img{
    width:122px!important;
    max-height:50px!important;
  }
}

[data-theme="light"] .trinity-v35-brand{
  justify-content:flex-end!important;
}
