.page-top:has(> div > h1) {
  position: relative;
}

.page-top .mikki-page-logo {
  position: absolute;
  top: 50%;
  right: 54px;
  width: 54px;
  height: 66px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(234, 219, 166, .72);
  border-radius: 12px;
  box-shadow: 0 5px 14px rgba(16, 35, 25, .28);
  transform: translateY(-50%);
}

@media (max-width: 360px) {
  .page-top .mikki-page-logo {
    right: 48px;
    width: 46px;
    height: 58px;
  }
}
.page-top .mikki-page-logo{display:none!important}
.app-header .mini-avatar{width:52px!important;height:52px!important;border-radius:12px!important;overflow:hidden!important;background:#315b46!important}
.app-header .mini-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.app-header .mini-avatar{border-radius:50%!important;width:52px!important;height:52px!important;overflow:hidden!important}
.app-header .mini-avatar img{border-radius:50%!important;width:100%!important;height:100%!important;object-fit:cover!important}
