.n22-footer-credit-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-width:0;
}
.n22-footer-credit-row>.n22-footer-copyright{
  margin:0;
  min-width:0;
}
.n22-powered-by{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  margin-left:auto;
  color:inherit;
  font-size:clamp(.68rem,.72vw,.78rem);
  font-weight:600;
  line-height:1.25;
  letter-spacing:.015em;
  white-space:nowrap;
}
.n22-powered-by__text{
  opacity:.78;
}
.n22-powered-by__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-decoration:none!important;
  transform:none!important;
  filter:none!important;
}
.n22-powered-by__link:hover,
.n22-powered-by__link:focus-visible{
  background:transparent!important;
  transform:none!important;
  filter:brightness(1.12)!important;
}
.n22-powered-by__link:focus-visible{
  outline:2px solid currentColor;
  outline-offset:5px;
  border-radius:4px!important;
}
.n22-powered-by__logo{
  display:block;
  width:auto;
  height:30px;
  max-width:min(180px,40vw);
  object-fit:contain;
}
.n22-footer-layout{
  flex-wrap:wrap;
}
body:not(.cms-admin)>footer>.n22-footer-credit-row:not(.container){
  max-width:var(--container,var(--max,1280px));
  margin-inline:auto;
}
.site-footer>.n22-footer-credit-row{
  flex:1 0 100%;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
}
@media(max-width:680px){
  .n22-footer-credit-row{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }
  .n22-powered-by{
    justify-content:flex-start;
    margin-left:0;
    white-space:normal;
  }
  .n22-powered-by__logo{
    height:28px;
    max-width:min(170px,58vw);
  }
}
