/* Ghazi Clinical Lab — compact premium header v3.4.1 */
.gcl-header-inner{
  max-width:1540px;
  min-height:104px;
  padding:8px 24px;
  gap:24px;
}
.gcl-brand-cluster{
  gap:16px;
  flex:0 1 auto;
}
.gcl-brand{
  flex:0 0 auto;
  display:flex;
  align-items:center;
}
.gcl-brand img{
  width:165px!important;
  height:88px!important;
  max-height:88px!important;
  object-fit:contain;
  object-position:left center;
}
.gcl-doctor-brand{
  padding-left:16px;
  line-height:1.2;
}
.gcl-doctor-brand strong{
  font-size:.96rem;
}
.gcl-doctor-brand span{
  font-size:.64rem;
}
.gcl-nav{
  gap:30px;
  margin-left:auto;
}
.gcl-nav a{
  padding:22px 0;
}
.gcl-nav a.active:after{
  bottom:10px;
}
.gcl-nav .gcl-staff-btn{
  padding:14px 22px;
}
@media (max-width:1280px){
  .gcl-header-inner{min-height:94px;padding:7px 20px}
  .gcl-brand img{width:150px!important;height:80px!important;max-height:80px!important}
  .gcl-nav{gap:20px}
}
@media (max-width:820px){
  .gcl-header-inner{min-height:78px;padding:6px 16px}
  .gcl-brand img{width:132px!important;height:68px!important;max-height:68px!important}
  .gcl-nav{top:78px}
}
@media (max-width:480px){
  .gcl-brand img{width:118px!important;height:62px!important;max-height:62px!important}
}
