/* Trinity V34 — Research Access Verification cleanup
   Removes the mid-card brand mark and pulls the verification copy upward
   so the content begins almost immediately below the Templar artwork. */

/* Defensive hide in case an older cached HTML copy still contains the element. */
#researcherVerification .tri-v30-age-logo{
  display:none!important;
}

/* The first line of verification copy should sit directly beneath the artwork. */
#researcherVerification .tri-v30-age-content{
  justify-content:center!important;
}

/* Mobile: eliminate the former logo's dead space and tighten the handoff
   between the Templar image and "Research Access Verification". */
@media (max-width:900px){
  #researcherVerification .tri-v30-age-content{
    padding:14px 24px 24px!important;
  }
  #researcherVerification .tri-v30-kicker{
    margin-top:0!important;
    margin-bottom:7px!important;
  }
}

/* Phones: make the transition feel nearly flush while retaining enough
   breathing room to keep the gold kicker readable. */
@media (max-width:560px){
  #researcherVerification .tri-v30-age-content{
    padding:10px 20px 22px!important;
  }
  #researcherVerification .tri-v30-age-art{
    margin-bottom:0!important;
  }
  #researcherVerification .tri-v30-kicker{
    margin-top:0!important;
  }
}

/* Desktop/tablet: remove the logo without leaving an artificial top gap. */
@media (min-width:901px){
  #researcherVerification .tri-v30-age-content{
    padding-top:32px!important;
    padding-bottom:32px!important;
  }
}
