/* Logo header upload tampil apa adanya, tanpa kotak/gradient bawaan. */
.institution-header .brand-mark:has(img){
  width:72px;
  height:72px;
  flex:0 0 72px;
  border-radius:0;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible;
}
.institution-header .brand-mark:has(img) img{
  width:100%;
  height:100%;
  padding:0!important;
  border-radius:0;
  object-fit:contain;
  object-position:center;
  filter:none;
}
@media(max-width:767px){
  .institution-header .brand-mark:has(img){width:56px;height:56px;flex-basis:56px}
}
