/* Trinity V48.4.5 — center the red Trinity seal between the flyer and legal copy. */
.trinity-v42-footer-logo-bridge{
  grid-column:1 / -1;
  width:100%;
  min-height:170px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  padding:18px clamp(22px,5vw,72px) 10px;
  background:#020202;
}
.trinity-v42-footer-logo-bridge img{
  display:block;
  width:clamp(135px,14vw,205px);
  height:auto;
  max-height:205px;
  object-fit:contain;
  object-position:center;
  border:0;
  box-shadow:none;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.62));
}
@media (max-width:600px){
  .trinity-v42-footer-logo-bridge{
    min-height:190px!important;
    padding:18px 24px 20px!important;
    justify-content:center!important;
  }
  .trinity-v42-footer-logo-bridge img{
    width:150px!important;
    max-width:38vw!important;
    max-height:175px!important;
  }
}
@media (max-width:430px){
  .trinity-v42-footer-logo-bridge{
    min-height:180px!important;
    padding-left:24px!important;
    padding-right:24px!important;
  }
  .trinity-v42-footer-logo-bridge img{
    width:138px!important;
    max-width:39vw!important;
  }
}
[data-theme="light"] .trinity-v42-footer-logo-bridge{
  background:#020202!important;
}
