.site-credit{
  grid-column:1/-1;
  justify-self:end;
  display:grid;
  grid-template-columns:auto 210px;
  align-items:center;
  gap:15px;
  min-height:46px;
  margin-top:-8px;
  margin-right:74px;
  padding:4px 0;
  border:0;
  background:transparent;
  color:#6c7072;
  font:inherit;
  text-align:left;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  transition:color .2s ease,opacity .2s ease;
}

.site-credit>span{
  font:500 9px/1.2 "Inter",Arial,sans-serif;
  letter-spacing:.16em;
  white-space:nowrap;
}

.site-credit img{
  display:block;
  width:210px;
  height:auto;
  opacity:.9;
  filter:brightness(0);
  pointer-events:none;
}

.site-credit:hover{color:#99191d}.site-credit:focus-visible{outline:2px solid #99191d;outline-offset:7px}.site-credit.is-armed{color:#99191d}.site-credit.is-armed>span{font-weight:700}.site-credit.is-armed img{opacity:1}

@media(max-width:900px){
  .site-credit{
    align-self:flex-end;
    width:max-content;
    max-width:calc(100% - 72px);
    margin:10px 72px 0 0;
  }
}

@media(max-width:560px){
  .site-credit{
    justify-self:start;
    grid-template-columns:1fr;
    gap:4px;
    width:min(285px,calc(100% - 68px));
    max-width:none;
    margin:10px 68px 0 0;
    padding:4px 0;
  }
  .site-credit img{width:100%;max-width:210px}
}
