 
  .logo-wpr {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -9px; 
  }

  .logo-img img {
    max-height: 50px;  
    margin-top: -5px;    
  }

  .logo-text {
    font-size: 1.2rem;
    line-height: 1.1;
    margin-top: -5px;
  }

   #header.master-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
 