
/* ===== LOCK LOGO SIZE (DO NOT CHANGE) ===== */
.app-shell-logo-wrap{
  width:44px !important;
  height:44px !important;
  min-width:44px !important;
  max-width:44px !important;
  min-height:44px !important;
  max-height:44px !important;
}

.app-shell-logo{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
}

/* ===== HEADER TYPOGRAPHY ===== */

/* main title beside logo (PSB 2026) */
.app-shell-brand-title{
  font-weight:700 !important;
  font-size:16px !important;
  line-height:1.2 !important;
  color:#0f172a !important;
}

/* tagline (Ponpes Mamba'ul Bayan NW) */
.app-shell-brand-tagline{
  font-weight:400 !important;
  font-size:12.5px !important;
  line-height:1.3 !important;
  color:#64748b !important;
}

/* ===== MOBILE ===== */
@media (max-width:768px){

  .app-shell-logo-wrap{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    max-width:38px !important;
    min-height:38px !important;
    max-height:38px !important;
  }

  .app-shell-brand-title{
    font-size:15px !important;
  }

  .app-shell-brand-tagline{
    font-size:12px !important;
  }

}



/* FIX: add left breathing space for logo on mobile only */
@media (max-width:768px){
  .app-shell-logo-wrap{
    margin-left:12px !important;
  }
}
