
/* ToyDem footer logos fix V3 - ANPC/SOL mai mici pe un singur rând, ARMO centrat */
.footer-grid-logos{
  align-items:start;
  grid-template-columns:1.15fr .8fr .85fr 1fr!important;
  gap:34px!important;
}
.footer-brand-block p{
  max-width:320px;
  line-height:1.25;
}
.footer-trust-logos{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
  margin-top:14px;
}
.payments,
.payment-logos{
  background:transparent!important;
  border:0!important;
  padding:0!important;
  display:block!important;
}
.payment-logos{
  width:230px;
}
.payment-logos img{
  display:block;
  width:230px!important;
  max-width:230px!important;
  height:auto!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  border-radius:0!important;
}
.armo-logo{
  width:230px;
  display:flex;
  justify-content:center;
}
.armo-logo img{
  display:block;
  width:150px!important;
  max-width:150px!important;
  height:auto!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  border-radius:0!important;
}
.anpc-logos{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:nowrap!important;
  margin-top:12px!important;
}
.anpc-logos a{
  display:block!important;
  width:150px!important;
  max-width:150px!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  margin:0!important;
  overflow:visible!important;
}
.anpc-logos img{
  display:block!important;
  width:150px!important;
  max-width:150px!important;
  height:auto!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  border-radius:0!important;
}
.footer .logo.footer-logo{
  margin-bottom:8px!important;
}
@media(max-width:1050px){
  .footer-grid-logos{
    grid-template-columns:1fr 1fr!important;
  }
}
@media(max-width:820px){
  .footer-grid-logos{
    grid-template-columns:1fr!important;
    gap:20px!important;
  }
  .payment-logos,
  .armo-logo{
    width:230px;
  }
  .payment-logos img{
    width:230px!important;
    max-width:100%!important;
  }
  .armo-logo img{
    width:145px!important;
    max-width:100%!important;
  }
  .anpc-logos{
    flex-wrap:wrap!important;
    gap:10px!important;
  }
  .anpc-logos a,
  .anpc-logos img{
    width:150px!important;
    max-width:100%!important;
  }
}
