.ph-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 28px;
  background:#f7f8fb;
  border-bottom:1px solid #dbe3ef;
  box-shadow:none;
}

.ph-brand{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.ph-brand img{
  height:34px;
  width:auto;
  display:block;
}

.ph-sub{
  font-size:11px;
  color:#667085;
  margin-top:6px;
  letter-spacing:.12em;
  line-height:1;
}

.ph-nav{
  display:flex;
  gap:14px;
  align-items:center;
}

.ph-tenant{
  font-size:14px;
  font-weight:600;
  color:#344054;
  margin-right:12px;
}

.ph-nav a{
  color:#1f2937;
  text-decoration:none;
  padding:9px 14px;
  border-radius:10px;
  font-weight:600;
  transition:all .15s ease;
}

.ph-nav a:hover{
  background:#e9eef6;
}