/* Shared Tigers Den / CRM header logo + website exit */
.td-home-brand{
  display:inline-flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:8px !important;
  text-decoration:none;
  white-space:nowrap;
  width:auto !important;
}
.td-home-brand:hover{
  text-decoration:none;
}
.td-paw-logo{
  width:28px !important;
  height:28px !important;
  min-width:28px;
  max-width:28px;
  object-fit:contain;
  display:block;
  flex:0 0 28px !important;
  margin:0 !important;
}
.td-home-brand span{
  color:var(--td-gold,#e2ca73);
  display:inline-block;
  line-height:1.1;
}
.td-home-brand:hover span{
  color:#f1dc8c;
}

/*
 * Mobile: keep the header at two rows:
 * row 1 = paw + Tigers Den
 * row 2 = Log In / Chat / Profile / Admin / Log Out
 */
@media(max-width:640px){
  .td-home-brand{
    display:inline-flex !important;
    flex-direction:row !important;
    align-items:center !important;
    gap:7px !important;
    width:auto !important;
  }

  .td-paw-logo{
    width:23px !important;
    height:23px !important;
    min-width:23px;
    max-width:23px;
    flex:0 0 23px !important;
  }

  .td-home-brand span{
    font-size:1rem;
    line-height:1;
  }

  .td-app-header-inner .crm-brand,
  .td-app-header-inner .td-app-brand{
    flex-direction:row !important;
  }
}
