.site-footer {
  grid-column: 1 / -1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px 22px;
  flex-wrap: wrap;
  padding: 24px 20px;
  border-top: 1px solid #ded8cf;
  background: #211f2f;
  color: #f7f1e8;
  font: 13px/1.5 Arial, sans-serif;
  text-align: center;
}
.site-footer-info{width:min(1050px,100%);display:grid;grid-template-columns:minmax(260px,1fr) auto;align-items:start;gap:22px 48px;text-align:left}.site-footer-info>div{display:grid!important;gap:7px}.site-footer-info>div strong,.site-footer-info>div span{display:block!important;margin:0!important}.site-footer-info>div strong{font-size:15px;line-height:1.25}.site-footer-info>div span{max-width:540px;color:#d5ced8;line-height:1.55}.site-footer-info nav{display:flex!important;align-items:center;justify-content:flex-end;gap:10px 22px;flex-wrap:wrap}.site-footer-info small{display:block;grid-column:1/-1;padding-top:17px;border-top:1px solid #ffffff24;color:#aaa}.site-footer-credit{width:min(1050px,100%);display:flex!important;justify-content:space-between;gap:12px 22px;flex-wrap:wrap;padding-top:2px}

.site-footer-origin{display:inline-flex!important;align-items:center;gap:9px}.site-footer-origin img{width:34px!important;height:34px!important;object-fit:contain;background:none!important;padding:0!important;flex:0 0 auto}

.site-footer-social{width:auto;max-width:100%;display:inline-flex!important;align-items:center;justify-content:flex-start;gap:10px;padding:8px 10px 8px 13px;border-radius:999px;background:#f7f1e8;color:#211f2f}.site-footer-social>span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.site-footer-social nav{display:flex!important;align-items:center;gap:6px}.site-footer-social a{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#211f2f;color:#f7f1e8!important;transition:transform .18s,background .18s}.site-footer-social a:hover{transform:translateY(-2px);background:#ff6934;text-decoration:none}.site-footer-social svg{width:18px;height:18px;fill:currentColor;stroke:currentColor;stroke-width:1.8}.site-footer-social svg .fill{fill:currentColor;stroke:none}.site-footer-social svg .cut{fill:#211f2f;stroke:none}.site-footer-social a:hover svg .cut{fill:#ff6934}

.site-footer a {
  color: #e5f15c;
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 520px) {
  .site-footer {
    flex-direction: column;
    gap: 18px;
    padding: 20px 15px;
  }
  .site-footer-info{grid-template-columns:1fr;gap:18px;text-align:center}.site-footer-info>div span{margin-inline:auto!important}.site-footer-info nav{justify-content:center}.site-footer-info small{grid-column:auto;padding-top:15px}.site-footer-credit{align-items:center;flex-direction:column;gap:7px}.site-footer-social{justify-content:center;flex-direction:row}.site-footer-social a{width:34px;height:34px}
}
