/* INFOTECH 3.10AE — AlphaBridge footer standard */
.infotech-standard-footer,
.foot.infotech-standard-footer{
  color:var(--muted,#b8c4df)!important;
  border-top:1px solid var(--line,rgba(88,128,200,.34))!important;
  padding:24px 0 40px!important;
  font-size:.92rem!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:10px!important;
  justify-content:space-between!important;
}
.infotech-standard-footer .brand-footer{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
}
.infotech-standard-footer .br-flag{
  width:28px!important;
  height:auto!important;
  vertical-align:middle!important;
  filter:drop-shadow(0 0 8px rgba(0,245,255,.14))!important;
}
@media(max-width:900px){
  .infotech-standard-footer{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
}
