.postid-12437 .entry-content,
.postid-12437 .post-content {
  max-width: 1180px;
  margin-inline: auto;
}

/* Shared Atlas alignment standard.
   One wrapper, one section gutter, and one left text axis. Nested sections are
   structural artifacts and must never receive a second set of page padding. */
body.hce-macc-publication .hce-atlas-publication {
  width: min(100%, 1180px) !important;
  margin: clamp(2rem, 5vw, 5rem) auto !important;
}

body.hce-macc-publication .hce-atlas-section {
  box-sizing: border-box;
  padding-inline: clamp(18px, 7vw, 104px) !important;
}

body.hce-macc-publication .hce-atlas-section .hce-atlas-section {
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.hce-macc-publication .hce-atlas-section h2,
body.hce-macc-publication .hce-atlas-section h3 {
  text-align: left !important;
}

body.hce-macc-publication .hce-atlas-section h2 {
  max-width: 21ch;
}

body.hce-macc-publication .hce-atlas-section h3 {
  max-width: 31ch;
}

body.hce-macc-publication .hce-atlas-section figure {
  display: block;
  width: 100%;
  max-width: 980px;
  margin: clamp(1rem, 3vw, 2rem) auto 0 !important;
}

body.hce-macc-publication .hce-atlas-section figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* Atlas control-table standard.
   Dense six-column evidence tables must scroll, never split words to fit. */
body.hce-macc-publication .hce-ba-table-shell {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}

body.hce-macc-publication .hce-ba-table-shell table {
  width: 1250px !important;
  min-width: 1250px !important;
  table-layout: fixed !important;
}

body.hce-macc-publication .hce-ba-table-shell th,
body.hce-macc-publication .hce-ba-table-shell td {
  box-sizing: border-box;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

body.hce-macc-publication .hce-ba-table-shell th:nth-child(1),
body.hce-macc-publication .hce-ba-table-shell td:nth-child(1) { width: 170px; }
body.hce-macc-publication .hce-ba-table-shell th:nth-child(2),
body.hce-macc-publication .hce-ba-table-shell td:nth-child(2) { width: 190px; }
body.hce-macc-publication .hce-ba-table-shell th:nth-child(3),
body.hce-macc-publication .hce-ba-table-shell td:nth-child(3) { width: 210px; }
body.hce-macc-publication .hce-ba-table-shell th:nth-child(4),
body.hce-macc-publication .hce-ba-table-shell td:nth-child(4) { width: 200px; }
body.hce-macc-publication .hce-ba-table-shell th:nth-child(5),
body.hce-macc-publication .hce-ba-table-shell td:nth-child(5) { width: 210px; }
body.hce-macc-publication .hce-ba-table-shell th:nth-child(6),
body.hce-macc-publication .hce-ba-table-shell td:nth-child(6) { width: 270px; }

/* Shared Atlas footer contrast standard.
   Theme-level strong text must never override the light author treatment on
   the navy publication footer. */
.ba-footer strong {
  color: #ffffff !important;
}

/* Legacy Atlas component alignment standard.
   The parent theme adds clearfix pseudo-elements to every .row. Inside the
   dossier grid those pseudo-elements become real grid items and push the
   evidence cell into a second row. */
.hce-ba .ba-dossier .row::before,
.hce-ba .ba-dossier .row::after {
  display: none !important;
  content: none !important;
}

.hce-ba .ba-dossier .row {
  align-items: stretch !important;
}

.hce-ba .ba-dossier .row > span {
  min-width: 0;
  align-self: stretch !important;
}

.hce-ba .ba-footer > div {
  min-width: 0;
}

.hce-ba .ba-footer p {
  word-break: normal !important;
  overflow-wrap: normal !important;
}

@media (min-width: 901px) {
  .hce-ba .ba-footer {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr) !important;
    gap: clamp(28px, 4vw, 50px) !important;
    align-items: start !important;
  }

  .hce-ba .ba-footer strong {
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .hce-ba .ba-footer {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
  }

  .hce-ba .ba-footer .note {
    text-align: left !important;
  }
}

/* Shared Atlas hero typography standard.
   Atlas articles may use either h1 or h2 for the visible hero headline. Both
   levels must receive the same high-contrast publication treatment so theme
   heading defaults can never make the title small or dark on hero artwork. */
.hce-ba .ba-hero-content .ba-kicker {
  margin: 0 0 16px !important;
  color: #f4cf7b !important;
  font-size: clamp(12px, .9vw, 14px) !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .72) !important;
}

.hce-ba .ba-hero-content .ba-title h1,
.hce-ba .ba-hero-content .ba-title h2 {
  display: block !important;
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(50px, 5vw, 82px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  text-align: left !important;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .82) !important;
  text-wrap: balance;
}

.hce-ba .ba-hero-content .ba-deck {
  max-width: 900px !important;
  margin: 20px 0 0 !important;
  color: #eef4f6 !important;
  font-size: clamp(18px, 1.35vw, 22px) !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .78) !important;
}

@media (max-width: 900px) {
  .hce-ba .ba-hero-content .ba-title h1,
  .hce-ba .ba-hero-content .ba-title h2 {
    font-size: clamp(42px, 11vw, 64px) !important;
  }

  .hce-ba .ba-hero-content .ba-kicker {
    font-size: 12px !important;
  }
}

/* Shared Atlas article-wayfinding standard.
   Navigation labels use stable semantic colors, readable type, and a compact
   pill treatment. This makes long executive reviews easier to scan without
   changing their section anchors or reading order. */
.hce-ba .ba-nav {
  gap: 18px !important;
  padding-block: 11px !important;
}

.hce-ba .ba-nav > span {
  color: #f2c86f !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
}

.hce-ba .ba-nav > div {
  gap: 8px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.hce-ba .ba-nav a {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 7px 11px !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

.hce-ba .ba-nav a:nth-child(1) { background: #dca62d !important; color: #17242d !important; }
.hce-ba .ba-nav a:nth-child(2) { background: #1769aa !important; }
.hce-ba .ba-nav a:nth-child(3) { background: #087b83 !important; }
.hce-ba .ba-nav a:nth-child(4) { background: #b74343 !important; }
.hce-ba .ba-nav a:nth-child(5) { background: #2f7d4f !important; }
.hce-ba .ba-nav a:nth-child(6) { background: #b85d19 !important; }
.hce-ba .ba-nav a:nth-child(7) { background: #526a78 !important; }

.hce-ba .ba-nav a:hover,
.hce-ba .ba-nav a:focus-visible {
  filter: brightness(1.14);
  transform: translateY(-1px);
}

/* Atlas section labels must remain visibly subordinate to the headline while
   still being large enough for tablet readers. */
.hce-ba .ba-opening .chapter {
  margin: 0 0 16px !important;
  color: #8a5a14 !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  letter-spacing: .12em !important;
}

@media (max-width: 900px) {
  .hce-ba .ba-nav > div {
    gap: 8px !important;
  }

  .hce-ba .ba-nav a {
    min-height: 34px !important;
    font-size: 12px !important;
  }

  .hce-ba .ba-opening .chapter {
    font-size: 14px !important;
  }
}

/* Shared Atlas hero-brand standard.
   If an Atlas hero does not already contain a logo image, place the approved
   transparent company mark above the title. */
.hce-ba .ba-hero-content .ba-title:not(:has(img))::before {
  content: "" !important;
  display: block !important;
  width: clamp(210px, 18vw, 290px) !important;
  aspect-ratio: 1168 / 629;
  margin: 0 0 18px !important;
  background: url("the-healthcare-executive-primary-logo.png") left center / contain no-repeat !important;
  filter: drop-shadow(0 3px 14px rgba(0, 0, 0, .58));
}

/* Shared Atlas exhibit alignment standard.
   Executive exhibits and the main reading column use the same outer width and
   center axis. */
.hce-ba .ba-dossier {
  box-sizing: border-box !important;
  width: min(calc(100% - 48px), 920px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Executive diagrams are semantic visual aids, not data charts. */
.hce-ba .hce-atlas-diagram {
  box-sizing: border-box;
  width: 100%;
  margin: 56px 0 68px;
  overflow: hidden;
  background: #f4f8fa;
  border: 1px solid #bdced8;
  border-top: 7px solid #c6902f;
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(17, 43, 58, .12);
}

.hce-ba .hce-atlas-diagram__head {
  padding: 22px 26px;
  background: #20303a;
}

.hce-ba .hce-atlas-diagram__eyebrow {
  display: block;
  margin: 0 0 7px;
  color: #e1be71;
  font: 900 11px/1.35 Arial, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hce-ba .hce-atlas-diagram__head strong {
  display: block;
  color: #ffffff !important;
  font: 400 clamp(25px, 3vw, 36px)/1.15 Georgia, serif;
}

.hce-ba .hce-atlas-diagram__flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hce-ba .hce-atlas-diagram__flow li {
  position: relative;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 24px 22px;
  color: #365164;
  background: #ffffff;
  border-right: 1px solid #bdced8;
  font: 700 15px/1.45 Arial, sans-serif;
  text-align: center;
}

.hce-ba .hce-atlas-diagram__flow li:last-child {
  border-right: 0;
}

.hce-ba .hce-atlas-diagram__flow li::before {
  content: "";
  display: block;
  width: 42px;
  height: 7px;
  margin: 0 auto 18px;
  background: #0b76a0;
  border-radius: 99px;
}

.hce-ba .hce-atlas-diagram--harm .hce-atlas-diagram__flow li:nth-child(2)::before { background: #087b83; }
.hce-ba .hce-atlas-diagram--harm .hce-atlas-diagram__flow li:nth-child(3)::before { background: #c6902f; }
.hce-ba .hce-atlas-diagram--harm .hce-atlas-diagram__flow li:nth-child(4)::before { background: #b85d19; }
.hce-ba .hce-atlas-diagram--harm .hce-atlas-diagram__flow li:nth-child(5)::before { background: #b74343; }

.hce-ba .hce-atlas-diagram--command .hce-atlas-diagram__flow li:nth-child(2)::before { background: #1769aa; }
.hce-ba .hce-atlas-diagram--command .hce-atlas-diagram__flow li:nth-child(3)::before { background: #2f7d4f; }
.hce-ba .hce-atlas-diagram--command .hce-atlas-diagram__flow li:nth-child(4)::before { background: #c6902f; }
.hce-ba .hce-atlas-diagram--command .hce-atlas-diagram__flow li:nth-child(5)::before { background: #526a78; }

.hce-ba .hce-atlas-diagram__gate {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: stretch;
  padding: 28px;
}

.hce-ba .hce-atlas-diagram__gate > div {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #bdced8;
  color: #365164;
  font: 700 15px/1.5 Arial, sans-serif;
}

.hce-ba .hce-atlas-diagram__gate strong {
  display: block;
  margin-bottom: 8px;
  color: #173c54 !important;
  font-size: 18px;
}

.hce-ba .hce-atlas-diagram__gate-arrow {
  align-self: center;
  color: #9a6b21;
  font: 900 30px/1 Arial, sans-serif;
}

.hce-ba .hce-atlas-diagram figcaption {
  margin: 0;
  padding: 17px 22px;
  color: #425b6a;
  background: #e5eef2;
  font: 600 13px/1.55 Arial, sans-serif;
}

@media (max-width: 900px) {
  .hce-ba .ba-hero-content .ba-title:not(:has(img))::before {
    width: clamp(190px, 58vw, 250px) !important;
    margin-bottom: 15px !important;
  }

  .hce-ba .ba-dossier {
    width: calc(100% - 40px) !important;
  }

  .hce-ba .hce-atlas-diagram__flow {
    grid-template-columns: 1fr;
  }

  .hce-ba .hce-atlas-diagram__flow li {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #bdced8;
  }

  .hce-ba .hce-atlas-diagram__flow li:last-child {
    border-bottom: 0;
  }

  .hce-ba .hce-atlas-diagram__gate {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto 26px auto !important;
    gap: 12px !important;
  }

  .hce-ba .hce-atlas-diagram__gate > div {
    min-height: 0 !important;
  }

  .hce-ba .hce-atlas-diagram__gate-arrow {
    display: flex !important;
    width: 100% !important;
    height: 26px !important;
    margin: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    transform: rotate(90deg);
  }
}

/* Shared Atlas phone-layout standard.
   Phone layouts must not depend on sideways scrolling, compressed metadata,
   or desktop-scale opening typography. */
@media (max-width: 600px) {
  .hce-ba .ba-meta dl {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }

  .hce-ba .ba-meta .ba-type,
  .hce-ba .ba-meta dl > div {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 20px 22px !important;
  }

  .hce-ba .ba-meta dt,
  .hce-ba .ba-meta dd {
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .hce-ba .ba-nav {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    padding: 14px 16px 16px !important;
  }

  .hce-ba .ba-nav > span {
    display: none !important;
  }

  .hce-ba .ba-nav .hce-section-menu-toggle {
    box-sizing: border-box !important;
    width: 100% !important;
  }

  .hce-ba .ba-nav > div {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 12px 0 0 !important;
    gap: 10px !important;
    overflow: visible !important;
  }

  .hce-ba .ba-nav a {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 9px 7px !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .hce-ba .ba-opening {
    box-sizing: border-box !important;
    width: 100% !important;
    padding: 44px 24px 56px !important;
    gap: 40px !important;
  }

  .hce-ba .ba-opening > div {
    width: 100% !important;
    min-width: 0 !important;
  }

  .hce-ba .ba-opening .chapter {
    margin: 0 0 18px !important;
  }

  .hce-ba .ba-opening h2 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 32px !important;
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.2 !important;
    letter-spacing: -.025em !important;
  }

  .hce-ba .ba-opening blockquote {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 34px !important;
    padding: 28px 22px 28px 28px !important;
    font-size: clamp(27px, 7.5vw, 34px) !important;
    line-height: 1.28 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .hce-ba .ba-opening > div > p:last-child {
    margin: 0 !important;
    font-size: 19px !important;
    line-height: 1.65 !important;
  }

  .hce-ba .ba-assurance {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .hce-ba .ba-dossier {
    width: calc(100% - 32px) !important;
    margin-top: 40px !important;
    margin-bottom: 58px !important;
    overflow: hidden !important;
  }

  .hce-ba .ba-dossier figcaption {
    display: block !important;
    width: 100% !important;
    padding: 20px !important;
  }

  .hce-ba .ba-dossier figcaption strong {
    display: block !important;
    margin-top: 8px !important;
    font-size: 23px !important;
    line-height: 1.25 !important;
  }

  .hce-ba .ba-dossier .head {
    display: none !important;
  }

  .hce-ba .ba-dossier .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .hce-ba .ba-dossier .row > span {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 14px 18px !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .hce-ba .ba-dossier .row > span::before {
    display: block !important;
    margin-bottom: 5px !important;
    color: #8a5a14 !important;
    font: 900 10px/1.35 Arial, sans-serif !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
  }

  .hce-ba .ba-dossier .row > span:nth-child(1)::before { content: "Decision" !important; }
  .hce-ba .ba-dossier .row > span:nth-child(2)::before { content: "Primary authority" !important; }
  .hce-ba .ba-dossier .row > span:nth-child(3)::before { content: "Evidence required" !important; }

  /* Executive decision tables become labeled cards on phones. This preserves
     every value while removing squeezed columns and horizontal scrolling. */
  .hce-ba .article-body table,
  .hce-ba .article-body table tbody,
  .hce-ba .article-body table tr,
  .hce-ba .article-body table td {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .hce-ba .article-body table {
    margin: 22px 0 52px !important;
    border: 0 !important;
  }

  .hce-ba .article-body table thead {
    display: none !important;
  }

  .hce-ba .article-body table tr {
    margin: 0 0 18px !important;
    overflow: hidden !important;
    border: 1px solid #c9c5b9 !important;
    border-top: 6px solid #c6902f !important;
    border-radius: 3px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 22px rgba(20, 43, 57, .08) !important;
  }

  .hce-ba .article-body table td {
    padding: 14px 17px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #ddd8cb !important;
    background: transparent !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .hce-ba .article-body table td:last-child {
    border-bottom: 0 !important;
  }

  .hce-ba .article-body table td::before {
    display: block !important;
    margin-bottom: 5px !important;
    color: #8a5a14 !important;
    font: 900 10px/1.35 Arial, sans-serif !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
  }

  .hce-ba .article-body table:nth-of-type(1) td:nth-child(1)::before { content: "Decision" !important; }
  .hce-ba .article-body table:nth-of-type(1) td:nth-child(2)::before { content: "Primary authority" !important; }
  .hce-ba .article-body table:nth-of-type(1) td:nth-child(3)::before { content: "Required advice" !important; }
  .hce-ba .article-body table:nth-of-type(1) td:nth-child(4)::before { content: "Predefined evidence or trigger" !important; }

  .hce-ba .article-body table:nth-of-type(2) td:nth-child(1)::before { content: "Domain" !important; }
  .hce-ba .article-body table:nth-of-type(2) td:nth-child(2)::before { content: "Minimum controls" !important; }
  .hce-ba .article-body table:nth-of-type(2) td:nth-child(3)::before { content: "Failure signal" !important; }

  .hce-ba .article-body table:nth-of-type(3) td:nth-child(1)::before { content: "Domain" !important; }
  .hce-ba .article-body table:nth-of-type(3) td:nth-child(2)::before { content: "Board-level measure" !important; }
  .hce-ba .article-body table:nth-of-type(3) td:nth-child(3)::before { content: "Operator-level measure" !important; }
}

/* The Atlas command center adds a second logo/title panel over the approved
   hero. Post 12437 already contains its approved branding and metadata, so the
   duplicate layer is suppressed and the source artwork keeps its true ratio. */
.postid-12437 figure.hce-atlas-hero {
  width: min(1200px, 100%) !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto 34px !important;
  overflow: visible !important;
  aspect-ratio: auto !important;
  border-radius: 22px !important;
  box-shadow: 0 16px 42px rgba(16, 47, 79, 0.14);
}

.postid-12437 .hce-atlas-hero-brand {
  display: none !important;
}

.postid-12437 .hce-atlas-hero-art {
  display: block !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 22px !important;
}

.postid-12437 .post-thumbnail img,
.postid-12437 .wp-post-image {
  display: block;
  width: min(1200px, 100%);
  height: auto;
  margin: 0 auto 34px;
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(16, 47, 79, 0.14);
}

.hce-ba-article {
  --hce-navy: #102f4f;
  --hce-blue: #0b5cad;
  --hce-cyan: #00a6d6;
  --hce-gold: #f2b400;
  --hce-green: #198754;
  --hce-red: #d71920;
  --hce-ink: #173651;
  --hce-muted: #49667e;
  color: var(--hce-ink);
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.72;
}

.hce-ba-article > h2 {
  margin: 64px 0 22px;
  padding: 16px 20px 16px 24px;
  color: var(--hce-navy);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.15;
  border-left: 8px solid var(--hce-blue);
  background: #eef7ff;
  border-radius: 0 16px 16px 0;
}

.hce-ba-article > h3 {
  margin-top: 42px;
  color: var(--hce-navy);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.25;
}

.hce-ba-article p,
.hce-ba-article li {
  max-width: 82ch;
}

.hce-ba-article a {
  color: var(--hce-blue);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hce-ba-article ul,
.hce-ba-article ol {
  padding-left: 1.5em;
}

.hce-ba-article li::marker {
  color: var(--hce-blue);
  font-weight: 800;
}

.hce-ba-figure {
  width: min(1200px, 100%);
  margin: 56px auto;
  padding: 14px;
  background: #f8fbfd;
  border: 2px solid #cbdce9;
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(16, 47, 79, 0.12);
}

.hce-ba-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.hce-ba-figure figcaption {
  margin: 12px 6px 2px;
  color: var(--hce-muted);
  font-size: 16px;
  line-height: 1.5;
}

.hce-ba-os-section {
  margin: 64px 0;
  padding: clamp(24px, 5vw, 56px);
  color: #ffffff;
  background: var(--hce-navy);
  border-radius: 30px;
  box-shadow: 0 22px 56px rgba(16, 47, 79, 0.22);
}

.hce-ba-os-section h2 {
  margin-top: 0;
  color: #ffffff;
  font-size: clamp(34px, 4.5vw, 48px);
}

.hce-ba-os-section h3 {
  margin: 34px 0 14px;
  padding: 15px 18px;
  color: var(--hce-navy);
  background: #ffffff;
  border-left: 8px solid var(--hce-cyan);
  border-radius: 12px;
  font-size: clamp(23px, 3vw, 31px);
}

.hce-ba-os-section h3:nth-of-type(3n + 1) { border-left-color: var(--hce-blue); }
.hce-ba-os-section h3:nth-of-type(3n + 2) { border-left-color: var(--hce-gold); }
.hce-ba-os-section h3:nth-of-type(3n) { border-left-color: var(--hce-green); }

.hce-ba-os-section p,
.hce-ba-os-section li {
  color: #eef6fb;
}

.hce-ba-table-shell {
  width: 100%;
  margin: 34px 0;
  overflow-x: auto;
  border: 2px solid #cbdce9;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 47, 79, 0.1);
  -webkit-overflow-scrolling: touch;
}

.hce-ba-table-shell table {
  width: 100%;
  min-width: 900px;
  margin: 0;
  border-collapse: collapse;
  font-size: 17px;
  line-height: 1.5;
}

.hce-ba-table-shell th {
  padding: 16px;
  color: #ffffff;
  background: var(--hce-navy);
  text-align: left;
}

.hce-ba-table-shell td {
  padding: 15px 16px;
  border-bottom: 1px solid #dce8f1;
  vertical-align: top;
}

.hce-ba-table-shell tbody tr:nth-child(even) {
  background: #f3f8fc;
}

@media (max-width: 782px) {
  .hce-ba-article {
    font-size: 18px;
    line-height: 1.65;
  }

  .hce-ba-article > h2 {
    margin-top: 46px;
    padding: 14px 15px 14px 18px;
  }

  .hce-ba-figure {
    margin: 38px auto;
    padding: 8px;
    border-radius: 16px;
  }

  .hce-ba-os-section {
    margin-inline: -8px;
    padding: 24px 18px;
    border-radius: 20px;
  }

  .hce-ba-table-shell {
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hce-ba-article *,
  .hce-ba-article *::before,
  .hce-ba-article *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media print {
  .hce-ba-article,
  .hce-ba-os-section,
  .hce-ba-os-section p,
  .hce-ba-os-section li {
    color: #000000 !important;
    background: #ffffff !important;
  }

  .hce-ba-figure,
  .hce-ba-os-section,
  .hce-ba-table-shell {
    box-shadow: none;
    break-inside: avoid;
  }
}

/* v1.0.8 media placement and layout correction for Atlas post 12437 */
.postid-12437.hce-macc-publication .cs-main-post {
  margin-top: 8px !important;
}

.postid-12437.hce-macc-publication .hce-atlas-publication {
  margin: 0 auto clamp(28px, 4vw, 52px) !important;
}

.postid-12437 .hce-atlas-masthead {
  padding-top: clamp(38px, 4.5vw, 58px) !important;
  padding-bottom: clamp(30px, 3.5vw, 40px) !important;
}

html body.single-post.postid-12437 .cs-editor-text .hce-atlas-kicker {
  margin-bottom: 14px !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  letter-spacing: .1em !important;
}

html body.single-post.postid-12437 .cs-editor-text .hce-atlas-title {
  max-width: none !important;
  margin-bottom: 18px !important;
  color: #103f73 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(38px, 4vw, 52px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
  text-align: left !important;
}

html body.single-post.postid-12437 .cs-editor-text .hce-atlas-dek {
  max-width: none !important;
  margin-bottom: 22px !important;
  color: #43576d !important;
  font-size: clamp(18px, 1.7vw, 21px) !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

.postid-12437 .hce-atlas-byline {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px 12px !important;
  align-items: stretch !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 10px !important;
  border-radius: 8px !important;
}

.postid-12437 .hce-atlas-byline > span {
  display: grid !important;
  grid-template-columns: max-content minmax(0, 1fr) !important;
  gap: 7px !important;
  align-content: start !important;
  min-height: 54px !important;
  padding: 10px 12px !important;
  background: #f7fbfd !important;
  border: 1px solid #d3e0e8 !important;
  border-radius: 5px !important;
}

.postid-12437 .hce-atlas-byline b {
  white-space: nowrap !important;
}

.postid-12437 .hce-atlas-body > .hce-atlas-section:first-child > p:first-of-type {
  display: none !important;
}

.postid-12437 .hce-atlas-section > p,
.postid-12437 .hce-atlas-section > ul,
.postid-12437 .hce-atlas-section > ol,
.postid-12437 .hce-atlas-section > blockquote,
.postid-12437 .hce-ba-article p,
.postid-12437 .hce-ba-article ul,
.postid-12437 .hce-ba-article ol {
  width: 100% !important;
  max-width: none !important;
}

.postid-12437 .hce-atlas-section .hce-atlas-section {
  width: 100% !important;
  max-width: none !important;
}

.postid-12437 .hce-ba-figure {
  width: 100% !important;
  max-width: 100% !important;
  margin: 26px 0 38px !important;
  padding: 12px !important;
}

.postid-12437 .hce-ba-figure figcaption {
  margin: 12px 5px 3px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

@media (max-width: 767px) {
  .postid-12437 .hce-atlas-masthead {
    padding: 30px 20px 26px !important;
  }

  html body.single-post.postid-12437 .cs-editor-text .hce-atlas-title {
    font-size: clamp(32px, 9.5vw, 42px) !important;
  }

  .postid-12437 .hce-atlas-byline {
    grid-template-columns: 1fr !important;
  }

  .postid-12437 .hce-atlas-byline > span {
    min-height: 0 !important;
  }

  .postid-12437 .hce-ba-figure {
    margin: 22px 0 30px !important;
    padding: 7px !important;
  }
}


/* v1.0.17 presentation repair for Atlas post 12437:
   brighter hero, executive masthead, color-coded wayfinding, full-width body,
   accessible assurance flow, and unnumbered section headings. */
html body.single-post.postid-12437 figure.hce-atlas-hero {
  position: relative !important;
  background: #ffffff !important;
  box-shadow: 0 18px 46px rgba(16, 47, 79, .16) !important;
}

html body.single-post.postid-12437 figure.hce-atlas-hero img.hce-atlas-hero-art {
  filter: brightness(1.10) saturate(1.03) !important;
}

html body.single-post.postid-12437.hce-macc-publication .cs-main-post .cs-editor-text header.hce-atlas-masthead {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.72fr) minmax(270px, .78fr) !important;
  grid-template-rows: auto auto auto 1fr !important;
  gap: 18px clamp(28px, 4vw, 54px) !important;
  padding: clamp(44px, 5vw, 64px) clamp(30px, 5.4vw, 68px) clamp(36px, 4.2vw, 54px) !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(242, 180, 0, .13), transparent 28%),
    linear-gradient(135deg, #f4faff 0%, #ffffff 58%, #fffaf0 100%) !important;
  border: 1px solid #c9dce8 !important;
  border-radius: 0 !important;
  box-shadow: inset 0 -1px 0 #dce8ef !important;
}

html body.single-post.postid-12437.hce-macc-publication .cs-main-post .cs-editor-text header.hce-atlas-masthead::before {
  position: absolute !important;
  inset: 0 0 auto !important;
  height: 7px !important;
  content: "" !important;
  background: linear-gradient(90deg, #0f4677 0 25%, #d9a20b 25% 50%, #007f83 50% 75%, #c65d45 75% 100%) !important;
}

html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-kicker {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: fit-content !important;
  margin: 0 !important;
  padding: 7px 12px !important;
  color: #0f4677 !important;
  background: #e7f2f8 !important;
  border: 1px solid #b9d4e4 !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
}

html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-title {
  grid-column: 1 !important;
  grid-row: 2 !important;
  max-width: 18ch !important;
  margin: 0 !important;
  color: #103f73 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(38px, 3.65vw, 52px) !important;
  font-weight: 850 !important;
  line-height: 1.07 !important;
  letter-spacing: -.028em !important;
  text-wrap: balance !important;
}

html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-dek {
  grid-column: 1 !important;
  grid-row: 3 !important;
  max-width: 64ch !important;
  margin: 0 !important;
  padding-left: 18px !important;
  color: #41586c !important;
  border-left: 5px solid #007f83 !important;
  font-size: clamp(18px, 1.55vw, 21px) !important;
  line-height: 1.58 !important;
}

html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-byline {
  grid-column: 1 !important;
  grid-row: 4 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-byline > span {
  display: grid !important;
  grid-template-columns: max-content minmax(0, 1fr) !important;
  gap: 7px !important;
  align-content: start !important;
  min-height: 62px !important;
  padding: 12px 13px !important;
  color: #263f52 !important;
  border: 1px solid transparent !important;
  border-top-width: 5px !important;
  border-radius: 9px !important;
  box-shadow: 0 6px 16px rgba(16, 47, 79, .06) !important;
}

html body.single-post.postid-12437 .hce-atlas-byline > span:nth-child(1) {
  background: #edf6fd !important;
  border-color: #7eb3d7 !important;
  border-top-color: #1769aa !important;
}
html body.single-post.postid-12437 .hce-atlas-byline > span:nth-child(2) {
  background: #fff8e4 !important;
  border-color: #e7c96f !important;
  border-top-color: #d69e00 !important;
}
html body.single-post.postid-12437 .hce-atlas-byline > span:nth-child(3) {
  background: #eaf8f6 !important;
  border-color: #76bdb7 !important;
  border-top-color: #007f83 !important;
}
html body.single-post.postid-12437 .hce-atlas-byline > span:nth-child(4) {
  background: #fff0ec !important;
  border-color: #e3a393 !important;
  border-top-color: #c65d45 !important;
}

html body.single-post.postid-12437 .hce-atlas-byline > span:nth-child(1) b { color: #0e568e !important; }
html body.single-post.postid-12437 .hce-atlas-byline > span:nth-child(2) b { color: #8a6200 !important; }
html body.single-post.postid-12437 .hce-atlas-byline > span:nth-child(3) b { color: #006b70 !important; }
html body.single-post.postid-12437 .hce-atlas-byline > span:nth-child(4) b { color: #9a3f2f !important; }

html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-signals {
  grid-column: 2 !important;
  grid-row: 1 / 5 !important;
  display: grid !important;
  gap: 12px !important;
  align-content: stretch !important;
  min-width: 0 !important;
  margin: 0 !important;
}

html body.single-post.postid-12437 header.hce-atlas-masthead .hce-atlas-signals > * {
  min-height: 0 !important;
  padding: 20px 20px 22px !important;
  border: 1px solid transparent !important;
  border-left-width: 6px !important;
  border-radius: 11px !important;
  box-shadow: 0 8px 20px rgba(16, 47, 79, .08) !important;
}

html body.single-post.postid-12437 header.hce-atlas-masthead .hce-atlas-signals > *:nth-child(1) {
  background: #fff8e4 !important;
  border-color: #e4c263 !important;
  border-left-color: #d69e00 !important;
}
html body.single-post.postid-12437 header.hce-atlas-masthead .hce-atlas-signals > *:nth-child(2) {
  background: #eaf8f6 !important;
  border-color: #79bdb7 !important;
  border-left-color: #007f83 !important;
}
html body.single-post.postid-12437 header.hce-atlas-masthead .hce-atlas-signals > *:nth-child(3) {
  background: #fff0ec !important;
  border-color: #e0a190 !important;
  border-left-color: #c65d45 !important;
}

html body.single-post.postid-12437 nav.hce-atlas-nav {
  display: flex !important;
  gap: 9px !important;
  align-items: center !important;
  width: 100% !important;
  padding: 13px 16px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  background: #103f73 !important;
  border-top: 4px solid #d9a20b !important;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .16) !important;
  scrollbar-width: thin !important;
  scrollbar-color: #85a9c3 #103f73 !important;
  -webkit-overflow-scrolling: touch;
}

html body.single-post.postid-12437 nav.hce-atlas-nav > a {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 9px 13px !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, .34) !important;
  border-radius: 8px !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .14) !important;
}

html body.single-post.postid-12437 nav.hce-atlas-nav > a:nth-child(1) { color: #20303a !important; background: #f2c14e !important; }
html body.single-post.postid-12437 nav.hce-atlas-nav > a:nth-child(2) { background: #1769aa !important; }
html body.single-post.postid-12437 nav.hce-atlas-nav > a:nth-child(3) { background: #007f83 !important; }
html body.single-post.postid-12437 nav.hce-atlas-nav > a:nth-child(4) { background: #b74d3b !important; }
html body.single-post.postid-12437 nav.hce-atlas-nav > a:nth-child(5) { background: #2f7651 !important; }
html body.single-post.postid-12437 nav.hce-atlas-nav > a:nth-child(6) { background: #a65b22 !important; }
html body.single-post.postid-12437 nav.hce-atlas-nav > a:nth-child(7) { background: #4e6675 !important; }
html body.single-post.postid-12437 nav.hce-atlas-nav > a:nth-child(8) { background: #0b6575 !important; }

html body.single-post.postid-12437 nav.hce-atlas-nav > a:hover,
html body.single-post.postid-12437 nav.hce-atlas-nav > a:focus-visible {
  filter: brightness(1.13) !important;
  outline: 3px solid #ffffff !important;
  outline-offset: 2px !important;
  transform: translateY(-1px) !important;
}

html body.single-post.postid-12437.hce-macc-publication .cs-main-post .cs-editor-text .hce-atlas-publication .hce-atlas-body > .hce-atlas-section {
  width: 100% !important;
  max-width: none !important;
  padding-inline: clamp(28px, 6vw, 78px) !important;
}

html body.single-post.postid-12437.hce-macc-publication .cs-main-post .cs-editor-text .hce-atlas-publication .hce-atlas-body > .hce-atlas-section > p,
html body.single-post.postid-12437.hce-macc-publication .cs-main-post .cs-editor-text .hce-atlas-publication .hce-atlas-body > .hce-atlas-section > ul,
html body.single-post.postid-12437.hce-macc-publication .cs-main-post .cs-editor-text .hce-atlas-publication .hce-atlas-body > .hce-atlas-section > ol,
html body.single-post.postid-12437.hce-macc-publication .cs-main-post .cs-editor-text .hce-atlas-publication .hce-atlas-body .hce-atlas-section p,
html body.single-post.postid-12437.hce-macc-publication .cs-main-post .cs-editor-text .hce-atlas-publication .hce-atlas-body .hce-atlas-section ul,
html body.single-post.postid-12437.hce-macc-publication .cs-main-post .cs-editor-text .hce-atlas-publication .hce-atlas-body .hce-atlas-section ol {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  font-size: clamp(18px, 1.45vw, 20px) !important;
  line-height: 1.72 !important;
}

html body.single-post.postid-12437.hce-macc-publication .cs-main-post .cs-editor-text .hce-atlas-publication .hce-atlas-body > .hce-atlas-section:first-child > p:first-of-type {
  display: none !important;
}

html body.single-post.postid-12437 .cs-editor-text .hce-atlas-section h2 {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 24px !important;
  padding: 15px 20px 15px 22px !important;
  color: #103f73 !important;
  background: linear-gradient(90deg, #edf6fb 0%, rgba(237, 246, 251, .45) 72%, transparent 100%) !important;
  border: 0 !important;
  border-left: 7px solid #d9a20b !important;
  border-radius: 0 12px 12px 0 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(30px, 3.6vw, 42px) !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
  letter-spacing: -.02em !important;
  text-align: left !important;
}

html body.single-post.postid-12437 .cs-editor-text .hce-atlas-section h2::before,
html body.single-post.postid-12437 .cs-editor-text .hce-atlas-section h2::after {
  display: none !important;
  content: none !important;
}

html body.single-post.postid-12437 .cs-editor-text .hce-atlas-section h3 {
  width: 100% !important;
  max-width: none !important;
  margin-top: 38px !important;
  color: #164f78 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(23px, 2.5vw, 31px) !important;
  line-height: 1.25 !important;
}

html body.single-post.postid-12437 .hce-ba-assurance-flow {
  width: 100% !important;
  max-width: none !important;
  margin: 36px 0 8px !important;
  padding: clamp(24px, 3.5vw, 38px) !important;
  background: linear-gradient(145deg, #f5faff 0%, #ffffff 54%, #fff9eb 100%) !important;
  border: 1px solid #bfd4e2 !important;
  border-top: 7px solid #d9a20b !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 38px rgba(16, 47, 79, .11) !important;
}

html body.single-post.postid-12437 .hce-ba-assurance-flow figcaption {
  display: grid !important;
  gap: 6px !important;
  margin: 0 0 24px !important;
  color: #103f73 !important;
  text-align: left !important;
}

html body.single-post.postid-12437 .hce-ba-assurance-flow figcaption > span {
  width: fit-content !important;
  padding: 5px 9px !important;
  color: #ffffff !important;
  background: #103f73 !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

html body.single-post.postid-12437 .hce-ba-assurance-flow figcaption > strong {
  color: #103f73 !important;
  font-size: clamp(28px, 3vw, 38px) !important;
  line-height: 1.16 !important;
}

html body.single-post.postid-12437 .hce-ba-assurance-flow figcaption > em {
  color: #50687a !important;
  font-size: 17px !important;
  font-style: normal !important;
  line-height: 1.5 !important;
}

html body.single-post.postid-12437 .hce-ba-flow-stages {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 13px !important;
  width: 100% !important;
}

html body.single-post.postid-12437 .hce-ba-flow-stages > article {
  position: relative !important;
  display: grid !important;
  align-content: start !important;
  gap: 9px !important;
  min-width: 0 !important;
  min-height: 188px !important;
  padding: 18px 16px !important;
  background: #ffffff !important;
  border: 1px solid #cadbe6 !important;
  border-top: 6px solid #1769aa !important;
  border-radius: 13px !important;
  box-shadow: 0 8px 18px rgba(16, 47, 79, .07) !important;
}

html body.single-post.postid-12437 .hce-ba-flow-stages > article::after {
  position: absolute !important;
  top: 50% !important;
  right: -15px !important;
  z-index: 2 !important;
  content: "›" !important;
  color: #103f73 !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

html body.single-post.postid-12437 .hce-ba-flow-stages > article:last-child::after {
  display: none !important;
}

html body.single-post.postid-12437 .hce-ba-flow-stages > article:nth-child(1) { border-top-color: #1769aa !important; }
html body.single-post.postid-12437 .hce-ba-flow-stages > article:nth-child(2) { border-top-color: #007f83 !important; }
html body.single-post.postid-12437 .hce-ba-flow-stages > article:nth-child(3) { border-top-color: #d69e00 !important; }
html body.single-post.postid-12437 .hce-ba-flow-stages > article:nth-child(4) { border-top-color: #c65d45 !important; }
html body.single-post.postid-12437 .hce-ba-flow-stages > article:nth-child(5) { border-top-color: #2f7651 !important; }

html body.single-post.postid-12437 .hce-ba-flow-stages > article > span {
  width: fit-content !important;
  padding: 4px 7px !important;
  color: #314c60 !important;
  background: #edf4f8 !important;
  border-radius: 5px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

html body.single-post.postid-12437 .hce-ba-flow-stages > article > strong {
  color: #103f73 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
}

html body.single-post.postid-12437 .hce-ba-flow-stages > article > small {
  color: #3f596d !important;
  font-size: 15.5px !important;
  line-height: 1.52 !important;
}

html body.single-post.postid-12437 .hce-ba-flow-return {
  margin: 20px 0 0 !important;
  padding: 12px 15px !important;
  color: #224256 !important;
  background: #e9f5f2 !important;
  border-left: 5px solid #2f7651 !important;
  border-radius: 7px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

html body.single-post.postid-12437 .hce-ba-figure {
  width: 100% !important;
  max-width: none !important;
  margin: 34px 0 44px !important;
  padding: 12px !important;
  background: linear-gradient(145deg, #f5f9fc 0%, #ffffff 100%) !important;
  border: 1px solid #bfd2df !important;
  border-top: 6px solid #007f83 !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 36px rgba(16, 47, 79, .10) !important;
}

html body.single-post.postid-12437 .hce-ba-figure figcaption {
  margin: 12px 6px 3px !important;
  color: #405b6e !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

@media (max-width: 980px) {
  html body.single-post.postid-12437.hce-macc-publication .cs-main-post .cs-editor-text header.hce-atlas-masthead {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
  }

  html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-kicker,
  html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-title,
  html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-dek,
  html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-byline,
  html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-signals {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-signals {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html body.single-post.postid-12437 .hce-ba-flow-stages {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.single-post.postid-12437 .hce-ba-flow-stages > article::after {
    display: none !important;
  }
}

@media (max-width: 700px) {
  html body.single-post.postid-12437.hce-macc-publication .cs-main-post .cs-editor-text header.hce-atlas-masthead {
    padding: 34px 20px 28px !important;
  }

  html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-title {
    font-size: clamp(32px, 9.5vw, 42px) !important;
  }

  html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-byline,
  html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-signals,
  html body.single-post.postid-12437 .hce-ba-flow-stages {
    grid-template-columns: 1fr !important;
  }

  html body.single-post.postid-12437.hce-macc-publication .cs-main-post .cs-editor-text .hce-atlas-publication .hce-atlas-body > .hce-atlas-section {
    padding-inline: 20px !important;
  }

  html body.single-post.postid-12437 .hce-ba-assurance-flow {
    padding: 20px 16px !important;
    border-radius: 15px !important;
  }

  html body.single-post.postid-12437 .hce-ba-flow-stages > article {
    min-height: 0 !important;
  }
}

@media print {
  html body.single-post.postid-12437 figure.hce-atlas-hero img.hce-atlas-hero-art {
    filter: none !important;
  }

  html body.single-post.postid-12437 nav.hce-atlas-nav {
    display: none !important;
  }

  html body.single-post.postid-12437 .hce-ba-assurance-flow,
  html body.single-post.postid-12437 .hce-ba-flow-stages > article {
    box-shadow: none !important;
    break-inside: avoid !important;
  }
}

/* Build 1.0.18: clean frame for the four masthead metadata cards. */
html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-byline {
  box-sizing: border-box !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  padding: 10px !important;
  border: 2px solid #2b668f !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 20px rgba(16, 47, 79, .10) !important;
}

html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-byline > span {
  box-sizing: border-box !important;
  border: 1px solid #c5d6e2 !important;
}

@media (max-width: 700px) {
  html body.single-post.postid-12437 .cs-editor-text header.hce-atlas-masthead .hce-atlas-byline {
    grid-template-columns: 1fr !important;
    padding: 8px !important;
  }
}

/* Build 1.0.22: selectively lift the dark cover panel without washing out the boardroom. */
html body.single-post.postid-12437 figure.hce-atlas-hero {
  overflow: hidden !important;
}

html body.single-post.postid-12437 figure.hce-atlas-hero::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, .10) 40%, rgba(255, 255, 255, 0) 66%) !important;
  mix-blend-mode: screen !important;
}
