body.postid-8017 .cs-blog-editor > .cs-heading-sec,
body.postid-8017 .cs-main-post,
body.postid-8017 .date-time,
body.postid-8017 .cs-post-panel > .cs-thumb-post {
  display: none !important;
}

body.postid-8017 .cs-post-panel,
body.postid-8017 .cs-blog-editor,
body.postid-8017 .entry-content,
body.postid-8017 .post-content {
  width: 100% !important;
  max-width: none !important;
}

.hce-locum26,
.hce-locum26 *,
.hce-locum26 *::before,
.hce-locum26 *::after {
  box-sizing: border-box;
}

.hce-locum26 {
  --locum-ink: #172b3a;
  --locum-muted: #4b6170;
  --locum-deep: #123f56;
  --locum-blue: #1f6f93;
  --locum-teal: #257d7f;
  --locum-sky: #e9f5fb;
  --locum-sky-2: #d8edf7;
  --locum-mist: #f5fafc;
  --locum-cream: #fff9ed;
  --locum-gold: #b7781f;
  --locum-coral: #a5524d;
  --locum-green: #35725d;
  --locum-line: #bdd7e2;
  --locum-white: #ffffff;
  width: min(1180px, calc(100vw - 32px));
  max-width: 1180px;
  margin: 0 auto 48px;
  color: var(--locum-ink);
  background: var(--locum-white);
  border: 1px solid var(--locum-line);
  box-shadow: 0 22px 64px rgba(18, 63, 86, 0.12);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.hce-locum26 a {
  color: #145f87;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hce-locum26 a:hover,
.hce-locum26 a:focus-visible {
  color: var(--locum-coral);
}

.hce-locum26 a:focus-visible {
  outline: 3px solid #efb84f;
  outline-offset: 3px;
}

.hce-locum26 h1,
.hce-locum26 h2,
.hce-locum26 h3,
.hce-locum26 p,
.hce-locum26 figure,
.hce-locum26 ol {
  margin-top: 0;
}

.hce-locum26 h1,
.hce-locum26 h2,
.hce-locum26 h3 {
  color: var(--locum-deep) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  line-height: 1.14 !important;
  letter-spacing: -0.015em !important;
}

.hce-locum26 h1 {
  max-width: 1010px;
  margin: 0 auto 22px;
  font-size: clamp(38px, 5vw, 68px) !important;
}

.hce-locum26 h2 {
  max-width: 960px;
  margin-bottom: 24px;
  font-size: clamp(30px, 3.5vw, 46px) !important;
}

.hce-locum26 h3 {
  margin: 0 0 10px;
  font-size: clamp(21px, 2.2vw, 27px) !important;
}

.hce-locum26 p,
.hce-locum26 li {
  color: var(--locum-ink);
}

.hce-locum26 p {
  margin-bottom: 20px;
}

.hce-locum26 sup {
  font-size: 0.67em;
  line-height: 0;
}

.hce-locum26 sup a {
  font-weight: 800;
  text-decoration: none;
}

.hce-locum26__hero {
  width: 100%;
  margin: 0;
  background: var(--locum-sky);
  border-bottom: 1px solid var(--locum-line);
}

.hce-locum26__hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 1200 / 628;
  object-fit: contain;
  object-position: center;
}

.hce-locum26__hero figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
}

.hce-locum26__masthead {
  position: relative;
  padding: clamp(42px, 7vw, 82px) clamp(22px, 6vw, 74px) clamp(38px, 6vw, 66px);
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(31, 111, 147, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(31, 111, 147, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 8% 14%, rgba(216, 237, 247, 0.96), transparent 28%),
    radial-gradient(circle at 93% 78%, rgba(255, 239, 205, 0.9), transparent 28%),
    linear-gradient(145deg, #ffffff, #f5fbfe 62%, #fffaf0);
  background-size: 28px 28px, 28px 28px, auto, auto, auto;
}

.hce-locum26__kicker {
  margin-bottom: 12px !important;
  color: var(--locum-blue) !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hce-locum26__dek {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  color: var(--locum-muted) !important;
  font-size: clamp(18px, 2vw, 22px);
}

.hce-locum26__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 990px;
  margin: 36px auto;
  text-align: left;
}

.hce-locum26__meta p {
  min-height: 126px;
  margin: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--locum-line);
  border-top: 6px solid var(--locum-gold);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(18, 63, 86, 0.08);
}

.hce-locum26__meta p:nth-child(2) {
  border-top-color: var(--locum-teal);
}

.hce-locum26__meta p:nth-child(3) {
  border-top-color: var(--locum-coral);
}

.hce-locum26__meta strong {
  display: block;
  margin-bottom: 7px;
  color: var(--locum-deep);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hce-locum26__source-line {
  max-width: 970px;
  margin: 36px auto 0 !important;
  padding: 21px 24px;
  color: var(--locum-muted) !important;
  text-align: left;
  background: var(--locum-white);
  border: 1px solid var(--locum-line);
  border-left: 6px solid var(--locum-blue);
  border-radius: 7px;
}

.hce-locum26__nav {
  display: flex;
  gap: 10px;
  padding: 17px 20px;
  overflow-x: auto;
  background: var(--locum-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  scrollbar-width: thin;
}

.hce-locum26__nav a {
  flex: 0 0 auto;
  padding: 8px 13px;
  color: var(--locum-white);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.hce-locum26__nav a:hover,
.hce-locum26__nav a:focus-visible {
  color: var(--locum-deep);
  background: var(--locum-white);
}

.hce-locum26__boundary {
  margin: clamp(30px, 5vw, 56px) clamp(22px, 6vw, 74px) 0;
  padding: 25px 27px;
  background: var(--locum-cream);
  border: 1px solid #dfbf7a;
  border-radius: 10px;
}

.hce-locum26__boundary > strong {
  display: block;
  margin-bottom: 8px;
  color: #704809;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
}

.hce-locum26__boundary p {
  margin: 0;
}

.hce-locum26__section,
.hce-locum26__references {
  padding: clamp(44px, 7vw, 80px) clamp(22px, 7vw, 84px);
}

.hce-locum26__section + .hce-locum26__section,
.hce-locum26__references {
  border-top: 1px solid var(--locum-line);
}

.hce-locum26__section--tint {
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 237, 247, 0.86), transparent 25%),
    linear-gradient(145deg, var(--locum-mist), #ffffff 62%, #fffdf8);
}

.hce-locum26__section > p,
.hce-locum26__references > p,
.hce-locum26__references > ol {
  max-width: 950px;
}

.hce-locum26__callout,
.hce-locum26__commitment {
  max-width: 960px;
  margin: 38px 0 5px;
  padding: 27px 30px;
  color: var(--locum-white);
  background: linear-gradient(135deg, var(--locum-deep), var(--locum-teal));
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(18, 63, 86, 0.18);
}

.hce-locum26__callout p,
.hce-locum26__commitment p {
  color: var(--locum-white) !important;
}

.hce-locum26__callout p:first-child,
.hce-locum26__commitment p:first-child {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hce-locum26__callout p:last-child,
.hce-locum26__commitment p:last-child {
  margin-bottom: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
  line-height: 1.5;
}

.hce-locum26 figure:not(.hce-locum26__hero) {
  max-width: 1020px;
  margin: 42px 0;
  overflow: hidden;
  background: var(--locum-white);
  border: 1px solid var(--locum-line);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(18, 63, 86, 0.1);
}

.hce-locum26 figcaption {
  display: block;
  padding: 19px 23px;
  color: var(--locum-muted);
  background: #f7fbfd;
  border-top: 1px solid var(--locum-line);
  font-size: 16px;
  line-height: 1.58;
}

.hce-locum26 figcaption strong,
.hce-locum26 figcaption span {
  display: block;
}

.hce-locum26 figcaption strong {
  margin-top: 4px;
  color: var(--locum-deep);
  font-size: 17px;
}

.hce-locum26 figcaption span:not(:first-child) {
  margin-top: 6px;
}

.hce-locum26__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
}

.hce-locum26__evidence-map > figcaption,
.hce-locum26__process > figcaption,
.hce-locum26__fishbone > figcaption,
.hce-locum26__operating-system > figcaption,
.hce-locum26__gantt > figcaption {
  border-top: 0;
  border-bottom: 1px solid var(--locum-line);
}

.hce-locum26__evidence-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 30px;
  background: linear-gradient(135deg, var(--locum-sky), #ffffff 58%, var(--locum-cream));
}

.hce-locum26__evidence-columns > div {
  display: flex;
  min-height: 220px;
  padding: 24px 20px;
  flex-direction: column;
  background: var(--locum-white);
  border: 1px solid var(--locum-line);
  border-top: 7px solid var(--locum-blue);
  border-radius: 9px;
}

.hce-locum26__evidence-columns > div:nth-child(2) {
  border-top-color: var(--locum-teal);
}

.hce-locum26__evidence-columns > div:nth-child(3) {
  border-top-color: var(--locum-gold);
}

.hce-locum26__evidence-columns b,
.hce-locum26__evidence-columns span,
.hce-locum26__evidence-columns i {
  display: block;
}

.hce-locum26__evidence-columns b {
  color: var(--locum-deep);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
}

.hce-locum26__evidence-columns span {
  margin-top: 12px;
  color: var(--locum-muted);
  font-size: 15px;
  line-height: 1.55;
}

.hce-locum26__evidence-columns i {
  margin-top: auto;
  padding-top: 16px;
  color: var(--locum-blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hce-locum26__process-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 28px;
  list-style: none;
  counter-reset: locum-process;
  background: var(--locum-sky);
}

.hce-locum26__process-flow li {
  position: relative;
  min-height: 180px;
  padding: 52px 18px 18px;
  counter-increment: locum-process;
  background: var(--locum-white);
  border: 1px solid var(--locum-line);
  border-radius: 8px;
}

.hce-locum26__process-flow li::before {
  position: absolute;
  top: 15px;
  left: 18px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--locum-white);
  background: var(--locum-blue);
  border-radius: 50%;
  content: counter(locum-process);
  font-weight: 800;
}

.hce-locum26__process-flow b,
.hce-locum26__process-flow span {
  display: block;
}

.hce-locum26__process-flow b {
  color: var(--locum-deep);
  font-size: 16px;
}

.hce-locum26__process-flow span {
  margin-top: 8px;
  color: var(--locum-muted);
  font-size: 14px;
  line-height: 1.5;
}

.hce-locum26__fishbone-body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 34px 30px 92px;
  background: linear-gradient(135deg, var(--locum-sky), var(--locum-cream));
}

.hce-locum26__fishbone-body::after {
  position: absolute;
  right: 8%;
  bottom: 56px;
  left: 8%;
  height: 8px;
  background: var(--locum-deep);
  border-radius: 999px;
  content: '';
}

.hce-locum26__fishbone-body > div {
  position: relative;
  z-index: 1;
  min-height: 186px;
  padding: 19px 16px;
  background: var(--locum-white);
  border: 1px solid var(--locum-line);
  border-top: 6px solid var(--locum-gold);
  border-radius: 8px;
}

.hce-locum26__fishbone-body > div:nth-child(even) {
  border-top-color: var(--locum-teal);
}

.hce-locum26__fishbone-body > div::after {
  position: absolute;
  bottom: -34px;
  left: 50%;
  width: 5px;
  height: 34px;
  background: var(--locum-deep);
  content: '';
  transform: rotate(-24deg);
  transform-origin: top;
}

.hce-locum26__fishbone-body b,
.hce-locum26__fishbone-body span {
  display: block;
}

.hce-locum26__fishbone-body b {
  margin-bottom: 9px;
  color: var(--locum-deep);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
}

.hce-locum26__fishbone-body span {
  padding: 5px 0;
  color: var(--locum-muted);
  border-bottom: 1px solid #e5eef2;
  font-size: 14px;
  line-height: 1.4;
}

.hce-locum26__fishbone-body > p {
  position: absolute;
  right: 4%;
  bottom: 14px;
  left: 4%;
  z-index: 2;
  margin: 0;
  color: var(--locum-deep);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.hce-locum26__os-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 30px;
  background: var(--locum-sky);
}

.hce-locum26__os-grid > div {
  min-height: 238px;
  padding: 22px;
  background: var(--locum-white);
  border: 1px solid var(--locum-line);
  border-top: 7px solid var(--locum-blue);
  border-radius: 9px;
}

.hce-locum26__os-grid > div:nth-child(2) {
  border-top-color: var(--locum-teal);
}

.hce-locum26__os-grid > div:nth-child(3) {
  border-top-color: var(--locum-gold);
}

.hce-locum26__os-grid b,
.hce-locum26__os-grid span {
  display: block;
}

.hce-locum26__os-grid > div b {
  margin-bottom: 12px;
  color: var(--locum-deep);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
}

.hce-locum26__os-grid > div span {
  padding: 7px 0;
  color: var(--locum-muted);
  border-bottom: 1px solid #e4eef2;
  font-size: 15px;
}

.hce-locum26__os-grid > p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 22px 26px;
  color: var(--locum-white);
  background: linear-gradient(135deg, var(--locum-deep), var(--locum-teal));
  border-radius: 8px;
}

.hce-locum26__os-grid > p b,
.hce-locum26__os-grid > p span {
  color: var(--locum-white);
}

.hce-locum26__os-grid > p span {
  margin-top: 6px;
}

.hce-locum26__table-wrap {
  max-width: 1020px;
  margin: 40px 0;
  overflow-x: auto;
  border: 1px solid var(--locum-line);
  border-radius: 9px;
  box-shadow: 0 9px 25px rgba(18, 63, 86, 0.08);
}

.hce-locum26 table {
  width: 100%;
  min-width: 840px;
  margin: 0;
  border-collapse: collapse;
  background: var(--locum-white);
  font-size: 15px;
  line-height: 1.52;
}

.hce-locum26 caption {
  padding: 17px 19px;
  color: var(--locum-deep);
  background: var(--locum-sky-2);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  font-weight: 700;
  text-align: left;
}

.hce-locum26 th,
.hce-locum26 td {
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid var(--locum-line);
  border-bottom: 1px solid var(--locum-line);
}

.hce-locum26 th:last-child,
.hce-locum26 td:last-child {
  border-right: 0;
}

.hce-locum26 tbody tr:last-child td {
  border-bottom: 0;
}

.hce-locum26 thead th {
  color: var(--locum-white);
  background: var(--locum-deep);
  font-size: 13px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.hce-locum26 tbody tr:nth-child(even) td {
  background: #f6fbfd;
}

.hce-locum26__gantt {
  overflow-x: auto !important;
}

.hce-locum26__gantt-head,
.hce-locum26__gantt-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) repeat(3, minmax(160px, 1fr));
  min-width: 780px;
}

.hce-locum26__gantt-head span,
.hce-locum26__gantt-head b,
.hce-locum26__gantt-row span,
.hce-locum26__gantt-row i {
  padding: 14px;
  border-right: 1px solid var(--locum-line);
  border-bottom: 1px solid var(--locum-line);
}

.hce-locum26__gantt-head span,
.hce-locum26__gantt-head b {
  color: var(--locum-white);
  background: var(--locum-deep);
  font-size: 14px;
  text-align: center;
}

.hce-locum26__gantt-row span {
  color: var(--locum-deep);
  background: #f6fbfd;
  font-weight: 700;
}

.hce-locum26__gantt-row i {
  color: var(--locum-muted);
  background: var(--locum-white);
  font-size: 14px;
  font-style: normal;
  text-align: center;
}

.hce-locum26__gantt-row i.is-on {
  color: var(--locum-white);
  background: var(--locum-green);
  font-weight: 700;
}

.hce-locum26__references {
  background: #f5fafc;
}

.hce-locum26__references ol {
  margin-bottom: 0;
  padding-left: 28px;
}

.hce-locum26__references li {
  padding: 12px 8px 14px;
  border-bottom: 1px solid var(--locum-line);
  font-size: 15px;
  line-height: 1.58;
}

.hce-locum26__references li:last-child {
  border-bottom: 0;
}

@media (max-width: 920px) {
  .hce-locum26__process-flow,
  .hce-locum26__fishbone-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hce-locum26__process-flow li,
  .hce-locum26__fishbone-body > div {
    min-height: 0;
  }

  .hce-locum26__fishbone-body {
    padding-bottom: 34px;
  }

  .hce-locum26__fishbone-body::after,
  .hce-locum26__fishbone-body > div::after {
    display: none;
  }

  .hce-locum26__fishbone-body > p {
    position: static;
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .hce-locum26__meta,
  .hce-locum26__evidence-columns,
  .hce-locum26__os-grid {
    grid-template-columns: 1fr;
  }

  .hce-locum26__meta p,
  .hce-locum26__evidence-columns > div,
  .hce-locum26__os-grid > div {
    min-height: 0;
  }

  .hce-locum26__os-grid > p {
    grid-column: 1;
  }
}

@media (max-width: 520px) {
  .hce-locum26 {
    width: calc(100vw - 16px);
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.68;
  }

  .hce-locum26__masthead,
  .hce-locum26__section,
  .hce-locum26__references {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hce-locum26__boundary {
    margin-right: 18px;
    margin-left: 18px;
    padding: 20px;
  }

  .hce-locum26__nav {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hce-locum26 figure:not(.hce-locum26__hero),
  .hce-locum26__table-wrap {
    margin-right: 0;
    margin-left: 0;
  }

  .hce-locum26__evidence-columns,
  .hce-locum26__process-flow,
  .hce-locum26__fishbone-body,
  .hce-locum26__os-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .hce-locum26__fishbone-body > p {
    grid-column: 1;
  }

  .hce-locum26__callout,
  .hce-locum26__commitment {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hce-locum26 *,
  .hce-locum26 *::before,
  .hce-locum26 *::after {
    scroll-behavior: auto !important;
  }
}

@media print {
  .hce-locum26 {
    width: 100%;
    max-width: none;
    margin: 0;
    border: 0;
    box-shadow: none;
    font-size: 11pt;
  }

  .hce-locum26__nav {
    display: none;
  }

  .hce-locum26 figure,
  .hce-locum26__table-wrap {
    break-inside: avoid;
  }
}
