/* Full Guanqi wordmark for the gateway's current public and console layouts. */
img[src*="/guanqi-full.png"]{object-fit:contain!important}

header nav a:has(img[src*="/guanqi-full.png"])>div:first-child{
  width:190px!important;
  height:52px!important;
}
header nav a:has(img[src*="/guanqi-full.png"]) img{
  object-fit:cover!important;
  object-position:center;
  border-radius:0;
}
header nav a:has(img[src*="/guanqi-full.png"])>span{display:none}

footer a:has(>img[src*="/guanqi-full.png"])>img{
  width:190px!important;
  height:56px!important;
  object-fit:cover!important;
  object-position:center;
  border-radius:6px;
}
footer a:has(>img[src*="/guanqi-full.png"])>span{display:none}

@media(max-width:800px){
  header nav a:has(img[src*="/guanqi-full.png"])>div:first-child{
    width:155px!important;
    height:44px!important;
  }
}
