/* Trinity V36 — centered Research Access Verification copy
   Centers only the introductory verification copy:
   - yellow kicker
   - main portal title
   - supporting two-line description
   Form labels/controls remain left aligned for usability. */

#researcherVerification .tri-v30-kicker,
#researcherVerification #verificationTitle,
#researcherVerification .tri-v30-age-lede{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

#researcherVerification .tri-v30-kicker{
  width:100%;
  max-width:900px;
  color:#e7bd67!important;
  letter-spacing:.18em!important;
}

#researcherVerification #verificationTitle{
  width:100%;
  max-width:940px;
  text-wrap:balance;
}

#researcherVerification .tri-v30-age-lede{
  width:min(100%,900px);
  text-wrap:balance;
}

/* Keep the role selector and verification form itself clean and left aligned. */
#researcherVerification .tri-v30-age-form,
#researcherVerification .tri-v30-age-form label,
#researcherVerification .tri-v30-field-label,
#researcherVerification .tri-v30-age-check{
  text-align:left!important;
}

@media (max-width:700px){
  #researcherVerification .tri-v30-kicker{
    max-width:95%;
    line-height:1.35!important;
  }

  #researcherVerification #verificationTitle{
    max-width:96%;
    line-height:1.03!important;
    margin-top:4px!important;
    margin-bottom:14px!important;
  }

  #researcherVerification .tri-v30-age-lede{
    max-width:94%;
    line-height:1.55!important;
    margin-bottom:24px!important;
  }
}

@media (max-width:430px){
  #researcherVerification .tri-v30-kicker{
    letter-spacing:.14em!important;
  }

  #researcherVerification #verificationTitle{
    max-width:100%;
  }

  #researcherVerification .tri-v30-age-lede{
    max-width:100%;
  }
}
