.site-logo > a { display: inline-flex; align-items: center; overflow: visible; }
.site-logo > a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 50px;
  margin-left: 10px;
  flex: 0 0 auto;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 300'%3E%3Cdefs%3E%3ClinearGradient id='r' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23161616'/%3E%3Cstop offset='.5' stop-color='%23000'/%3E%3Cstop offset='1' stop-color='%23252525'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23r)' d='M120 19c-39 0-70 29-70 66 0 31 26 62 51 88L49 273h42l29-58 29 58h42l-52-100c25-26 51-57 51-88 0-37-31-66-70-66Zm0 35c19 0 35 14 35 32 0 13-14 33-35 56-21-23-35-43-35-56 0-18 16-32 35-32Z'/%3E%3Cpath fill='%230a0a0a' d='m96 151 24 27 24-27-24-9Z'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .site-logo > a::after { width: 30px; height: 38px; margin-left: 6px; }
}