/* AnyTake Orbit investor CTA layout v59 — isolated preview theme 72 */
body#f-theme .orbit-investor-page .orbit-page__cta--investor{
  grid-template-columns:minmax(0,1fr) minmax(190px,210px)!important;
  gap:clamp(28px,3vw,44px)!important;
}

body#f-theme .orbit-investor-page .orbit-page__cta--investor>div:first-child{
  min-width:0!important;
  max-width:none!important;
}

body#f-theme .orbit-investor-page .orbit-page__cta--investor h3{
  max-width:100%!important;
  font-size:clamp(26px,2vw,30px)!important;
  line-height:1.25!important;
  white-space:normal!important;
  overflow-wrap:break-word;
}

body#f-theme .orbit-investor-page .orbit-page__cta--investor .orbit-page__actions{
  width:100%!important;
  min-width:0!important;
  justify-self:end;
  align-items:stretch!important;
}

body#f-theme .orbit-investor-page .orbit-page__cta--investor .orbit-page__actions a:first-child{
  width:100%!important;
  min-width:0!important;
}

@media(max-width:989px){
  body#f-theme .orbit-investor-page .orbit-page__cta--investor{
    grid-template-columns:minmax(0,1fr)!important;
    gap:22px!important;
  }

  body#f-theme .orbit-investor-page .orbit-page__cta--investor .orbit-page__actions{
    justify-self:stretch;
  }
}

@media(max-width:640px){
  body#f-theme .orbit-investor-page .orbit-page__cta--investor h3{
    font-size:26px!important;
    line-height:1.3!important;
  }
}
