/* Unique styles for careers page. Shared rules live in qpa-inner-pages.css. */

/* Add breathing room between the values grid and the CAPTICS summary line. */
body.qpa-page-careers #values .qpa-context-list-label {
  margin-top: clamp(36px, 4vw, 56px);
}

/* Add spacing above the View Current Opportunities button. */
body.qpa-page-careers #opportunities .qpa-context-copy .qpa-button {
  margin-top: clamp(28px, 3vw, 40px);
}

/* Desktop: keep the people (right side of the photo) visible inside the 4/3 frame. */
@media (min-width: 901px){
  body.qpa-page-careers #opportunities .qpa-context-media img{
    object-position: right center;
  }
}
