
/* V94.3: translated controls follow the English master layout. */

/* See Our Work remains in normal document flow below the translation notice. */
html.arw-translated-proxy .work-top-rail,
html[data-aperture-translated="true"] .work-top-rail{
  visibility:visible!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:10px 16px 12px!important;
  overflow:visible!important;
}

/* Do NOT force display here. English page-level visibility remains authoritative.
   Where the English page has the fixed CTA, the translated page keeps it.
   Where English hides/omits it, translated editions do the same. */
html.arw-translated-proxy .enquiry-sticky:not(.is-current-page),
html[data-aperture-translated="true"] .enquiry-sticky:not(.is-current-page){
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}

/* Allow translated fixed CTA labels to expand safely without moving from lower left. */
html.arw-translated-proxy .enquiry-sticky span,
html.arw-translated-proxy .enquiry-sticky small,
html[data-aperture-translated="true"] .enquiry-sticky span,
html[data-aperture-translated="true"] .enquiry-sticky small{
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}

/* Translation notice and See Our Work remain sequential, never overlapping. */
.translation-notice{
  position:relative!important;
  z-index:1!important;
}
.work-top-rail{
  position:relative!important;
  clear:both!important;
}

/* Non-form interactive groups preserve existing form styling. */
div#partner-unlock-form,
div#channel-partner-form,
div#readiness-check{
  box-sizing:border-box;
}

@media(max-width:760px){
  html.arw-translated-proxy .work-top-rail,
  html[data-aperture-translated="true"] .work-top-rail{
    padding:10px 16px 12px!important;
  }
  html.arw-translated-proxy .work-top-rail .work-sticky,
  html[data-aperture-translated="true"] .work-top-rail .work-sticky{
    width:min(100%,430px)!important;
    max-width:90vw!important;
    height:auto!important;
    min-height:52px!important;
    white-space:normal!important;
  }
  html.arw-translated-proxy .enquiry-sticky,
  html[data-aperture-translated="true"] .enquiry-sticky{
    left:10px!important;
    bottom:12px!important;
    height:auto!important;
    min-height:50px!important;
    max-width:min(210px,calc(100vw - 105px))!important;
  }
}
