/* SPACEGO supplied-logo application
   The artwork itself is not redrawn; only layout sizing is controlled here. */
.brand-image-link{
  width:112px !important;
  min-width:112px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  overflow:visible;
}
.spacego-logo-image{
  display:block;
  width:72px;
  height:auto;
  max-height:60px;
  object-fit:contain;
}
.footer-brand{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.spacego-logo-footer{
  width:66px;
  height:auto;
  object-fit:contain;
  margin-bottom:8px;
}
.admin-brand-title{
  display:flex;
  align-items:center;
  gap:14px;
}
.admin-spacego-logo{
  width:50px;
  height:auto;
  object-fit:contain;
  flex:0 0 auto;
}
.admin-login-logo{
  width:72px;
  height:auto;
  object-fit:contain;
  margin:0 0 18px;
}
@media(max-width:1100px){
  .brand-image-link{width:86px !important;min-width:86px}
  .spacego-logo-image{width:62px}
}
@media(max-width:800px){
  .brand-image-link{width:58px !important;min-width:58px;height:54px}
  .spacego-logo-image{width:48px;max-height:50px}
  .spacego-logo-footer{width:58px}
  .admin-spacego-logo{width:42px}
}
