.site-credit{
  margin-left:0;
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  color:inherit;
  font:inherit;
  letter-spacing:inherit;
  text-transform:none;
  opacity:.82;
}
.site-credit>span{color:inherit}
.site-credit__claim{color:#d5c6bd!important}
.site-credit a{
  display:inline-flex;
  align-items:center;
  padding:8px 0;
  color:inherit;
  font:inherit;
  letter-spacing:inherit;
  text-decoration:none;
  transition:color .25s ease,opacity .25s ease;
}
.site-credit i{color:inherit;font-style:normal;opacity:.55}
.site-credit a:hover{color:#d0aa94;opacity:1}
.site-credit a:focus-visible{outline:2px solid #c99d84;outline-offset:2px}

.est-footer-bottom>b,
.footer-bottom>.footer-mark{
  font-family:inherit!important;
  font-size:10px!important;
  font-weight:400!important;
  letter-spacing:.08em!important;
  opacity:.88;
}

.footer-bottom,
.est-footer-bottom{
  display:flex!important;
  align-items:center;
  gap:0;
}
.footer-bottom>.footer-mark,
.est-footer-bottom>b{order:2;display:inline-flex;align-items:center;margin-left:12px}
.footer-bottom>.footer-mark:before,
.est-footer-bottom>b:before{content:"";width:1px;height:12px;margin-right:12px;background:currentColor;opacity:.38}
.footer-bottom>span:not(.footer-mark):not(.site-credit),
.est-footer-bottom>span:not(.site-credit){order:1;white-space:nowrap}
.footer-bottom>.site-credit,
.est-footer-bottom>.site-credit{order:3;margin-left:auto;justify-content:flex-end}

@media(max-width:1180px){
  .footer-bottom,
  .est-footer-bottom{
    flex-wrap:wrap;
    row-gap:6px;
    padding-top:14px!important;
    padding-bottom:10px!important;
  }
  .footer-bottom>.site-credit,
  .est-footer-bottom>.site-credit{flex:1 0 100%;margin-left:0;justify-content:center}
}

@media(max-width:720px){
  .footer-bottom,
  .est-footer-bottom{
    justify-content:center;
    text-align:center;
    row-gap:8px;
    padding-top:22px!important;
    padding-bottom:18px!important;
  }
  .site-credit{
    margin:0;
    display:flex;
    flex-wrap:wrap;
    justify-content:center!important;
    gap:2px 7px;
  }
  .site-credit__claim{flex-basis:100%}
  .site-credit__claim-separator{display:none}
  .site-credit a{padding:7px 0}
}
