/* APIS Lab v6.58 — English structural parity fixes. */
@media (min-width: 901px){
  html[lang="en"] .v624-section-head.v645-head-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr)!important;
    column-gap:clamp(48px,6vw,110px)!important;
    align-items:start!important;
  }
  html[lang="en"] .v624-section-head.v645-head-layout > .v645-heading-group{
    min-width:0!important;
  }
  html[lang="en"] .v624-section-head.v645-head-layout > p,
  html[lang="en"] .v624-section-head.v645-head-layout > .text-link{
    align-self:start!important;
    margin-top:0!important;
  }
}
@media (max-width:900px){
  html[lang="en"] .v624-section-head.v645-head-layout{
    display:block!important;
  }
  html[lang="en"] .v624-section-head.v645-head-layout > .v645-heading-group{margin:0!important}
  html[lang="en"] .v624-section-head.v645-head-layout > p{margin-top:24px!important}
  html[lang="en"] .intl-definition .intl-two > .v645-heading-group{margin-bottom:26px!important}
}
