footer>.logo{display:inline-flex;flex:0 0 auto;align-items:center;max-width:min(300px,26vw);font-size:30px}
footer>.logo img{width:auto!important;height:72px!important;max-width:100%!important;max-height:72px!important;object-fit:contain}
@media(max-width:800px){
  footer>.platform-credit{
    display:block;
    width:100%;
    clear:both;
    margin:26px 0 0;
    padding-top:18px;
    border-top:1px solid #ffffff24;
    color:#aaa;
    font-size:12px;
    line-height:1.45;
    white-space:normal;
  }
  footer>.logo{display:flex;width:min(50%,200px);max-width:200px;margin-bottom:18px;font-size:27px}
  footer>.logo img{display:block;width:100%!important;max-width:200px!important;height:auto!important;max-height:none!important;object-fit:contain}
  html[data-theme="monochrome"] footer>.platform-credit{color:#b9bbc0;border-top-color:#ffffff1f}
}
