/* GoldAutoTradePRO homepage v4.3 review layer.
   Scope: DE/EN homepage only.
   Fix NinjaTrader banner vertical centering between sections, keep shell-width scaling,
   and remove the stray gold connector markers from the validation strip. */

@media (min-width:701px){
  .nt-ad-break-v41{
    padding-top:24px;
    padding-bottom:80px;
  }
  .nt-ad-break-inner-v41{
    width:100%;
    max-width:none;
  }
  .nt-ad-break-v41 img{
    display:block;
    width:100%;
    height:auto;
  }
}

.validation-strip-v43 .decision-step:not(:last-child):after{
  display:none;
}
