.site-legal-links{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.site-legal-links a{color:inherit;text-decoration:none;font-weight:700}
.site-legal-links a:hover{color:#f15a29;text-decoration:none}
footer a{ text-decoration:none}
footer a:hover{color:#f15a29;text-decoration:none}
.account-footer{max-width:1200px;margin:26px auto 0;padding:25px 28px 32px;border-top:1px solid var(--l,var(--line,#e7dfe9));display:flex;align-items:center;gap:18px;color:var(--m,var(--muted,#746d77));font-size:12px}
.account-footer img{width:88px;height:auto;display:block}
.account-footer p{margin:0;flex:1}
.account-footer .site-legal-links{justify-content:flex-end}
footer .site-legal-links{margin-left:auto}
@media(max-width:700px){
  body>footer,.account-footer,.legal-footer{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:14px 16px;margin-top:12px;padding:24px 17px}
  body>footer img,.account-footer img,.legal-footer img{grid-column:1;width:76px;margin:0}
  body>footer p,.account-footer p,.legal-footer p{grid-column:2;margin:0;order:initial;line-height:1.5}
  body>footer .site-legal-links,.account-footer .site-legal-links,.legal-footer .site-legal-links{grid-column:1/-1;width:100%;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;justify-content:stretch}
  body>footer .site-legal-links a,.account-footer .site-legal-links a,.legal-footer .site-legal-links a{display:flex;align-items:center;justify-content:center;min-height:42px;padding:9px 8px;text-align:center;border:1px solid rgba(75,52,83,.11);border-radius:9px;background:#fff;color:#4b3453}
  body>footer .site-legal-links a:last-child:nth-child(odd),.account-footer .site-legal-links a:last-child:nth-child(odd),.legal-footer .site-legal-links a:last-child:nth-child(odd){grid-column:1/-1}
}
@media print{.account-footer{display:none!important}}
