/*
 * BasicLaw V1.3.2 — navigation logo patch V3
 * Scope: public site navigation only.
 * Uses the approved BASIC LAW horizontal logo and scales the whole logo to 70% of V2.
 */
.site-brand.site-brand-horizontal{
  min-width:176px;
  flex:0 0 auto;
  gap:0;
  align-items:center;
}
.site-brand .site-brand-logo{
  display:block;
  width:165px;
  height:auto;
  max-width:none;
  max-height:42px;
  object-fit:contain;
  object-position:left center;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  transition:opacity .2s ease;
}
.site-brand:hover .site-brand-logo{
  transform:none;
  box-shadow:none;
  opacity:.9;
}
@media (max-width:1280px){
  .site-brand.site-brand-horizontal{min-width:166px}
  .site-brand .site-brand-logo{width:155px;max-height:41px}
}
@media (max-width:1080px){
  .site-brand.site-brand-horizontal{min-width:154px}
  .site-brand .site-brand-logo{width:143px;max-height:38px}
}
@media (max-width:820px){
  .site-brand.site-brand-horizontal{min-width:140px}
  .site-brand .site-brand-logo{width:130px;max-height:35px}
}
@media (max-width:680px){
  .site-brand.site-brand-horizontal{min-width:0}
  .site-brand .site-brand-logo{width:113px;max-height:31px}
}
@media (max-width:420px){
  .site-brand .site-brand-logo{width:105px;max-height:29px}
}
@media (max-width:360px){
  .site-brand .site-brand-logo{width:99px;max-height:27px}
}
