/* Footer logo layout hotfix v2 — 2026-09-18 */
.footer .footer-trust-modern{
  position:relative !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  gap:24px !important;
  padding:22px 0 24px !important;
  border-bottom:1px solid rgba(255,255,255,.09) !important;
}
.footer .footer-trust-group{
  min-width:0 !important;
  padding:18px !important;
  border:1px solid rgba(255,255,255,.09) !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.035) !important;
  overflow:hidden !important;
}
.footer .footer-trust-heading{
  display:block !important;
  margin-bottom:14px !important;
}
.footer .footer-trust-heading .footer-mini-title{
  display:block !important;
  margin:0 0 5px !important;
  color:#ffd24d !important;
}
.footer .footer-trust-heading h3{
  margin:0 0 6px !important;
  color:#fff !important;
  font-size:18px !important;
  line-height:1.3 !important;
}
.footer .footer-trust-heading p{
  max-width:none !important;
  margin:0 !important;
  color:#9eabc0 !important;
  font-size:13px !important;
  line-height:1.45 !important;
  text-align:left !important;
}
.footer .footer-logo-grid{
  display:grid !important;
  gap:10px !important;
  align-items:stretch !important;
}
.footer .footer-logo-grid.payments{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
.footer .footer-logo-grid.regulation{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
.footer .footer-logo-card{
  box-sizing:border-box !important;
  width:100% !important;
  height:68px !important;
  min-width:0 !important;
  max-width:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:9px 12px !important;
  margin:0 !important;
  background:#fff !important;
  border:1px solid #dfe5ef !important;
  border-radius:12px !important;
  overflow:hidden !important;
  box-shadow:0 7px 16px rgba(0,0,0,.14) !important;
  text-decoration:none !important;
}
.footer .footer-logo-card img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:48px !important;
  margin:0 auto !important;
  object-fit:contain !important;
}
.footer .footer-logo-grid.regulation .footer-logo-card{
  height:88px !important;
  padding:10px 12px !important;
}
.footer .footer-logo-grid.regulation .footer-logo-card img{
  max-width:100% !important;
  max-height:68px !important;
}
.footer .footer-logo-grid.regulation .compact-mark img{
  max-width:68px !important;
  max-height:68px !important;
}
.footer a.footer-logo-card:hover{
  transform:translateY(-2px) !important;
  border-color:#f1c232 !important;
  box-shadow:0 10px 22px rgba(0,0,0,.2) !important;
}
@media (max-width:1020px){
  .footer .footer-trust-modern{grid-template-columns:1fr !important;}
  .footer .footer-logo-grid.payments{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
}
@media (max-width:680px){
  .footer .footer-trust-modern{gap:14px !important;padding:18px 0 !important;}
  .footer .footer-trust-group{padding:15px !important;}
  .footer .footer-logo-grid.payments{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .footer .footer-logo-grid.regulation{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .footer .footer-logo-grid.regulation .footer-logo-card:last-child{grid-column:1 / -1 !important;}
  .footer .footer-logo-card{height:60px !important;}
  .footer .footer-logo-card img{max-height:42px !important;}
  .footer .footer-logo-grid.regulation .footer-logo-card{height:76px !important;}
  .footer .footer-logo-grid.regulation .footer-logo-card img{max-height:58px !important;}
}
