/* Keep every imported vacancy readable inside the shared details dialog.
   The dialog is appended to <body>, so legacy global header rules also apply. */
.globalJobDetail168 > article > header {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.globalJobDetail168 > article > header > span,
.globalJobDetail168 > article > header > h1,
.globalJobDetail168 > article > header > p {
  position: static;
  display: block;
  width: auto;
  max-width: 100%;
  min-width: 0;
}

.globalJobDetail168 > article > header > h1 {
  margin: 9px 0;
  font-size: clamp(26px, 3.6vw, 46px);
  line-height: 1.08;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  text-wrap: pretty;
}

.globalJobDetail168 > article > header > p {
  margin: 10px 0 0;
  overflow-wrap: anywhere;
  white-space: normal;
}

@media (max-width: 520px) {
  .globalJobDetail168 > article > header > h1 {
    font-size: clamp(24px, 8vw, 34px);
  }
}
