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

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

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

.hce-wmd26 {
  --dos-ink: #202a35;
  --dos-muted: #596774;
  --dos-navy: #173d59;
  --dos-blue: #1f6788;
  --dos-teal: #267a78;
  --dos-aqua: #e8f5f5;
  --dos-sky: #edf5fa;
  --dos-indigo: #405880;
  --dos-coral: #a34f54;
  --dos-gold: #a16814;
  --dos-cream: #fff8ec;
  --dos-white: #ffffff;
  --dos-line: #c7d3dc;
  --dos-shadow: rgba(23, 61, 89, 0.12);
  width: min(1180px, calc(100vw - 32px));
  max-width: 1180px;
  margin: 0 auto 48px;
  color: var(--dos-ink);
  background: var(--dos-white);
  border: 1px solid var(--dos-line);
  box-shadow: 0 22px 64px var(--dos-shadow);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.hce-wmd26 a {
  color: #0d648f;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hce-wmd26 a:hover,
.hce-wmd26 a:focus-visible {
  color: #823a48;
}

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

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

.hce-wmd26 h1,
.hce-wmd26 h2,
.hce-wmd26 h3 {
  color: var(--dos-navy) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  line-height: 1.15 !important;
  letter-spacing: -0.014em !important;
}

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

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

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

.hce-wmd26 p,
.hce-wmd26 li,
.hce-wmd26 td,
.hce-wmd26 th {
  color: var(--dos-ink);
}

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

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

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

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

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

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

.hce-wmd26__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, 103, 136, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(31, 103, 136, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 8% 16%, rgba(223, 242, 246, 0.96), transparent 30%),
    radial-gradient(circle at 92% 80%, rgba(255, 241, 211, 0.92), transparent 28%),
    linear-gradient(145deg, #ffffff, #f3f9fc 62%, #fffaf1);
  background-size: 30px 30px, 30px 30px, auto, auto, auto;
}

.hce-wmd26__kicker,
.hce-wmd26__eyebrow {
  color: var(--dos-blue) !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hce-wmd26__kicker {
  margin-bottom: 12px !important;
}

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

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

.hce-wmd26__meta p {
  min-height: 126px;
  margin: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--dos-line);
  border-top: 6px solid var(--dos-blue);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(23, 61, 89, 0.08);
}

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

.hce-wmd26__meta p:nth-child(3) {
  border-top-color: var(--dos-gold);
}

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

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

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

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

.hce-wmd26__nav a:hover,
.hce-wmd26__nav a:focus-visible {
  color: var(--dos-navy);
  background: var(--dos-white);
}

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

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

.hce-wmd26__boundary p {
  margin: 0;
}

.hce-wmd26__section,
.hce-wmd26__references {
  padding: clamp(46px, 7vw, 82px) clamp(22px, 7vw, 84px);
}

.hce-wmd26__section--tint {
  background: linear-gradient(150deg, #f6fbfd, #edf6f8 58%, #fbf8f0);
  border-top: 1px solid var(--dos-line);
  border-bottom: 1px solid var(--dos-line);
}

.hce-wmd26__eyebrow {
  margin-bottom: 10px !important;
}

.hce-wmd26__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.hce-wmd26__signal-grid,
.hce-wmd26__agenda-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 38px 0 0;
}

.hce-wmd26__signal-grid > div,
.hce-wmd26__agenda-grid > div {
  padding: 24px;
  background: var(--dos-white);
  border: 1px solid var(--dos-line);
  border-left: 6px solid var(--dos-blue);
  border-radius: 9px;
  box-shadow: 0 10px 24px rgba(23, 61, 89, 0.07);
}

.hce-wmd26__signal-grid > div:nth-child(2),
.hce-wmd26__agenda-grid > div:nth-child(2) {
  border-left-color: var(--dos-teal);
}

.hce-wmd26__signal-grid > div:nth-child(3),
.hce-wmd26__agenda-grid > div:nth-child(3) {
  border-left-color: var(--dos-gold);
}

.hce-wmd26__signal-grid > div:nth-child(4) {
  border-left-color: var(--dos-coral);
}

.hce-wmd26__signal-grid p,
.hce-wmd26__agenda-grid p {
  margin: 0;
}

.hce-wmd26__figure,
.hce-wmd26__photo {
  margin: 42px 0;
  padding: clamp(20px, 3vw, 32px);
  background: var(--dos-white);
  border: 1px solid var(--dos-line);
  border-top: 7px solid var(--dos-blue);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(23, 61, 89, 0.09);
}

.hce-wmd26__photo {
  border-top-color: var(--dos-teal);
}

.hce-wmd26__photo:nth-of-type(even) {
  border-top-color: var(--dos-gold);
}

.hce-wmd26__photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
  border-radius: 5px;
}

.hce-wmd26 figcaption {
  margin-top: 16px;
  color: #4c5965;
  font-size: 15px;
  line-height: 1.58;
}

.hce-wmd26__bar-chart {
  display: grid;
  gap: 20px;
  margin: 26px 0;
  padding: 26px;
  background: var(--dos-sky);
  border: 1px solid var(--dos-line);
  border-radius: 8px;
}

.hce-wmd26__bar-row {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.hce-wmd26__bar-row > span {
  color: var(--dos-navy);
  font-weight: 800;
}

.hce-wmd26__bar-track {
  min-height: 44px;
  overflow: hidden;
  background: #dce7ed;
  border-radius: 5px;
}

.hce-wmd26__bar {
  display: flex;
  min-width: 76px;
  min-height: 44px;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 12px;
  color: var(--dos-white);
  font-weight: 800;
}

.hce-wmd26__bar--manual {
  background: var(--dos-indigo);
}

.hce-wmd26__bar--ai {
  background: var(--dos-teal);
}

.hce-wmd26__evidence-map {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 18px;
  margin: 26px 0;
}

.hce-wmd26__evidence-map > div {
  min-height: 250px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--dos-line);
  border-radius: 9px;
}

.hce-wmd26__evidence-primary {
  background: linear-gradient(145deg, #eaf4f9, #f8fbfd);
  border-top: 8px solid var(--dos-blue) !important;
}

.hce-wmd26__evidence-reviews {
  background: linear-gradient(145deg, #e7f5f2, #f8fcfb);
  border-top: 8px solid var(--dos-teal) !important;
}

.hce-wmd26__evidence-map strong,
.hce-wmd26__evidence-map span,
.hce-wmd26__evidence-map small {
  display: block;
}

.hce-wmd26__evidence-map strong {
  color: var(--dos-navy);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(54px, 8vw, 92px);
  line-height: 0.95;
}

.hce-wmd26__evidence-map span {
  margin: 10px 0 22px;
  color: var(--dos-blue);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.hce-wmd26__evidence-map small {
  color: var(--dos-muted);
  font-size: 15px;
}

.hce-wmd26__evidence-reviews > div {
  margin: 18px 0 10px;
  padding: 16px;
  color: var(--dos-navy);
  background: var(--dos-white);
  border-left: 6px solid var(--dos-gold);
}

.hce-wmd26__evidence-reviews b {
  color: var(--dos-navy);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 35px;
}

.hce-wmd26__flow {
  display: flex;
  gap: 10px;
  align-items: stretch;
  margin: 26px 0;
}

.hce-wmd26__flow > div {
  flex: 1 1 0;
  min-width: 0;
  padding: 18px 14px;
  background: var(--dos-sky);
  border: 1px solid #b9ceda;
  border-radius: 7px;
}

.hce-wmd26__flow > div:nth-of-type(even) {
  background: var(--dos-aqua);
  border-color: #add2cf;
}

.hce-wmd26__flow .hce-wmd26__arrow {
  display: flex;
  flex: 0 0 28px;
  min-width: 28px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--dos-coral);
  background: transparent;
  border: 0;
  font-size: 28px;
  font-weight: 800;
}

.hce-wmd26__flow-sources span,
.hce-wmd26__flow > div > span {
  display: block;
  margin: 7px 0 0;
  color: var(--dos-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
}

.hce-wmd26__feedback {
  margin: -8px 0 24px !important;
  padding: 15px 18px;
  color: var(--dos-navy) !important;
  text-align: center;
  background: var(--dos-cream);
  border: 1px solid #ddc58d;
  border-radius: 7px;
  font-weight: 700;
}

.hce-wmd26__flow b {
  align-self: center;
  color: var(--dos-coral);
  font-size: 24px;
}

.hce-wmd26__flow strong,
.hce-wmd26__flow span,
.hce-wmd26__flow small {
  display: block;
}

.hce-wmd26__flow strong {
  color: var(--dos-navy);
  font-size: 16px;
  line-height: 1.25;
}

.hce-wmd26__flow span {
  margin: 9px 0;
  color: #1f6866;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hce-wmd26__flow small {
  color: var(--dos-ink);
  font-size: 13px;
  line-height: 1.45;
}

.hce-wmd26__table-wrap {
  width: 100%;
  margin: 28px 0;
  overflow-x: auto;
  border: 1px solid var(--dos-line);
  border-radius: 7px;
  background: var(--dos-white);
}

.hce-wmd26__table {
  width: 100%;
  min-width: 820px;
  margin: 0;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.5;
}

.hce-wmd26__table--compact {
  min-width: 580px;
}

.hce-wmd26__table caption {
  padding: 14px 16px;
  color: var(--dos-navy);
  font-weight: 800;
  text-align: left;
  background: var(--dos-sky);
}

.hce-wmd26__table th,
.hce-wmd26__table td {
  padding: 14px 15px;
  vertical-align: top;
  border-bottom: 1px solid var(--dos-line);
}

.hce-wmd26__table thead th {
  color: var(--dos-white);
  text-align: left;
  background: var(--dos-navy);
}

.hce-wmd26__table tbody th {
  color: var(--dos-navy);
  text-align: left;
  background: #f1f7fa;
}

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

.hce-wmd26__limitation {
  padding: 18px 20px;
  color: var(--dos-muted) !important;
  background: var(--dos-cream);
  border-left: 5px solid var(--dos-gold);
}

.hce-wmd26__fishbone {
  position: relative;
  margin: 26px 0;
  padding: 26px;
  background: linear-gradient(145deg, #f5fafc, #edf6f7);
  border: 1px solid var(--dos-line);
  border-radius: 8px;
}

.hce-wmd26__fish-head {
  max-width: 360px;
  margin: 0 auto 22px;
  padding: 18px;
  color: var(--dos-white);
  text-align: center;
  background: var(--dos-coral);
  border-radius: 7px;
}

.hce-wmd26__fish-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.hce-wmd26__fish-grid > div {
  padding: 18px;
  background: var(--dos-white);
  border: 1px solid #bfcfd8;
  border-top: 5px solid var(--dos-blue);
  border-radius: 7px;
}

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

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

.hce-wmd26__fish-grid strong,
.hce-wmd26__fish-grid span {
  display: block;
}

.hce-wmd26__fish-grid strong {
  margin-bottom: 10px;
  color: var(--dos-navy);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
}

.hce-wmd26__fish-grid span {
  padding: 6px 0;
  border-top: 1px solid #e0e7eb;
  font-size: 14px;
}

.hce-wmd26__system {
  margin: 26px 0;
  padding: 28px;
  background: linear-gradient(145deg, #f5fafc, #eef7f6);
  border: 1px solid var(--dos-line);
  border-radius: 8px;
}

.hce-wmd26__system-hub {
  max-width: 460px;
  margin: 0 auto 24px;
  padding: 24px;
  color: var(--dos-white);
  text-align: center;
  background: var(--dos-navy);
  border-radius: 8px;
}

.hce-wmd26__system-hub strong,
.hce-wmd26__system-hub span {
  display: block;
}

.hce-wmd26__system-hub strong {
  margin-bottom: 7px;
  color: var(--dos-white);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 23px;
}

.hce-wmd26__system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.hce-wmd26__system-grid > div {
  padding: 18px;
  background: var(--dos-white);
  border: 1px solid #bdd0d9;
  border-left: 5px solid var(--dos-blue);
  border-radius: 7px;
}

.hce-wmd26__system-grid > div:nth-child(2n) {
  border-left-color: var(--dos-teal);
}

.hce-wmd26__system-grid > div:nth-child(3n) {
  border-left-color: var(--dos-gold);
}

.hce-wmd26__system-grid strong,
.hce-wmd26__system-grid span {
  display: block;
}

.hce-wmd26__system-grid strong {
  margin-bottom: 7px;
  color: var(--dos-navy);
}

.hce-wmd26__system-grid span {
  font-size: 14px;
  line-height: 1.5;
}

.hce-wmd26__system > p {
  margin: 22px 0 0;
  padding: 16px;
  text-align: center;
  background: var(--dos-cream);
  border: 1px solid #ddc58d;
  border-radius: 7px;
}

.hce-wmd26__gantt {
  width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  border: 1px solid var(--dos-line);
  border-radius: 8px;
  background: var(--dos-white);
}

.hce-wmd26__gantt-head,
.hce-wmd26__gantt-row {
  display: grid;
  grid-template-columns: 210px repeat(4, minmax(155px, 1fr));
  min-width: 900px;
}

.hce-wmd26__gantt-head {
  color: var(--dos-white);
  font-weight: 800;
  background: var(--dos-navy);
}

.hce-wmd26__gantt-head span,
.hce-wmd26__gantt-row strong,
.hce-wmd26__gantt-row span {
  min-height: 62px;
  padding: 13px;
  border-right: 1px solid var(--dos-line);
  border-bottom: 1px solid var(--dos-line);
}

.hce-wmd26__gantt-row strong {
  color: var(--dos-navy);
  background: #f0f6f9;
}

.hce-wmd26__gantt-row span {
  color: #66727d;
  background: #f9fbfc;
}

.hce-wmd26__gantt-row span.is-on {
  color: #173e4f;
  font-weight: 700;
  background: #dff2f0;
  box-shadow: inset 0 5px 0 var(--dos-teal);
}

.hce-wmd26__close {
  margin: 48px 0 0;
  padding: clamp(26px, 4vw, 42px);
  background: linear-gradient(145deg, #eaf5f7, #f7fbfc 64%, #fff7e8);
  border: 1px solid var(--dos-line);
  border-left: 7px solid var(--dos-blue);
  border-radius: 10px;
}

.hce-wmd26__close p {
  margin: 0;
  font-size: 20px;
}

.hce-wmd26__resources {
  margin: 42px 0 0;
  padding: 28px;
  background: var(--dos-white);
  border: 1px solid var(--dos-line);
  border-top: 6px solid var(--dos-gold);
  border-radius: 9px;
}

.hce-wmd26__resources ul {
  margin-bottom: 0;
}

.hce-wmd26__resources li + li {
  margin-top: 9px;
}

.hce-wmd26__references {
  background: #f6f9fb;
  border-top: 1px solid var(--dos-line);
}

.hce-wmd26__references > p:not(.hce-wmd26__eyebrow) {
  color: var(--dos-muted);
}

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

.hce-wmd26__references li {
  padding: 0 0 18px 7px;
  line-height: 1.65;
}

.hce-wmd26__references li::marker {
  color: var(--dos-blue);
  font-weight: 800;
}

@media (max-width: 1020px) {
  .hce-wmd26__flow {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hce-wmd26__flow b,
  .hce-wmd26__flow .hce-wmd26__arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .hce-wmd26__flow .hce-wmd26__arrow {
    min-height: 28px;
  }

  .hce-wmd26__fish-grid,
  .hce-wmd26__system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hce-wmd26 {
    width: min(100%, calc(100vw - 20px));
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.68;
  }

  .hce-wmd26__meta,
  .hce-wmd26__columns,
  .hce-wmd26__signal-grid,
  .hce-wmd26__agenda-grid,
  .hce-wmd26__evidence-map,
  .hce-wmd26__fish-grid,
  .hce-wmd26__system-grid {
    grid-template-columns: 1fr;
  }

  .hce-wmd26__meta p {
    min-height: 0;
  }

  .hce-wmd26__bar-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hce-wmd26__bar-chart,
  .hce-wmd26__fishbone,
  .hce-wmd26__system {
    padding: 18px;
  }

  .hce-wmd26__figure,
  .hce-wmd26__photo {
    padding: 16px;
  }

  .hce-wmd26 figcaption {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .hce-wmd26__masthead,
  .hce-wmd26__section,
  .hce-wmd26__references {
    padding-right: 18px;
    padding-left: 18px;
  }

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

  .hce-wmd26__bar {
    justify-content: flex-start;
  }
}
