body.postid-8051 .cs-blog-editor > .cs-heading-sec,
body.postid-8051 .cs-main-post,
body.postid-8051 .date-time,
body.postid-8051 .cs-post-panel > .cs-thumb-post {
  display: none !important;
}

body.postid-8051 .cs-post-panel,
body.postid-8051 .cs-blog-editor,
body.postid-8051 .entry-content,
body.postid-8051 .post-content {
  width: 100% !important;
  max-width: none !important;
}

.hce-wbcr26,
.hce-wbcr26 *,
.hce-wbcr26 *::before,
.hce-wbcr26 *::after {
  box-sizing: border-box;
}

.hce-wbcr26 {
  --ssw-ink: #202a3a;
  --ssw-muted: #596477;
  --ssw-deep: #243a63;
  --ssw-blue: #315f88;
  --ssw-teal: #28746f;
  --ssw-sky: #f1f5fa;
  --ssw-sky-2: #e1e9f2;
  --ssw-mist: #f8fafc;
  --ssw-cream: #fff7ec;
  --ssw-gold: #a66517;
  --ssw-coral: #8c3f61;
  --ssw-green: #2d6d63;
  --ssw-line: #c7d1df;
  --ssw-white: #ffffff;
  width: min(1180px, calc(100vw - 32px));
  max-width: 1180px;
  margin: 0 auto 48px;
  color: var(--ssw-ink);
  background: var(--ssw-white);
  border: 1px solid var(--ssw-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-wbcr26 a {
  color: #145f87;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hce-wbcr26 a:hover,
.hce-wbcr26 a:focus-visible {
  color: var(--ssw-coral);
}

.hce-wbcr26 a:focus-visible {
  outline: 3px solid #efb84f;
  outline-offset: 3px;
}

.hce-wbcr26 h1,
.hce-wbcr26 h2,
.hce-wbcr26 h3,
.hce-wbcr26 p,
.hce-wbcr26 figure,
.hce-wbcr26 ol {
  margin-top: 0;
}

.hce-wbcr26 h1,
.hce-wbcr26 h2,
.hce-wbcr26 h3 {
  color: var(--ssw-deep) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  line-height: 1.14 !important;
  letter-spacing: -0.015em !important;
}

.hce-wbcr26 h1 {
  max-width: 1010px;
  margin: 0 auto 22px;
  font-size: clamp(38px, 5vw, 68px) !important;
}

.hce-wbcr26 h2 {
  max-width: 960px;
  margin-bottom: 24px;
  font-size: clamp(30px, 3.5vw, 46px) !important;
}

.hce-wbcr26 h3 {
  margin: 0 0 10px;
  font-size: clamp(21px, 2.2vw, 27px) !important;
}

.hce-wbcr26 p,
.hce-wbcr26 li {
  color: var(--ssw-ink);
}

.hce-wbcr26 p {
  margin-bottom: 20px;
}

.hce-wbcr26 sup {
  font-size: 0.67em;
  line-height: 0;
}

.hce-wbcr26 sup a {
  font-weight: 800;
  text-decoration: none;
}

.hce-wbcr26__hero {
  width: 100%;
  margin: 0;
  background: var(--ssw-sky);
  border-bottom: 1px solid var(--ssw-line);
}

.hce-wbcr26__hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 1200 / 628;
  object-fit: contain;
  object-position: center;
}

.hce-wbcr26__hero figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
}

.hce-wbcr26__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-wbcr26__kicker {
  margin-bottom: 12px !important;
  color: var(--ssw-blue) !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hce-wbcr26__dek {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  color: var(--ssw-muted) !important;
  font-size: clamp(18px, 2vw, 22px);
}

.hce-wbcr26__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 990px;
  margin: 36px auto;
  text-align: left;
}

.hce-wbcr26__meta p {
  min-height: 126px;
  margin: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--ssw-line);
  border-top: 6px solid var(--ssw-gold);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(18, 63, 86, 0.08);
}

.hce-wbcr26__meta p:nth-child(2) {
  border-top-color: var(--ssw-teal);
}

.hce-wbcr26__meta p:nth-child(3) {
  border-top-color: var(--ssw-coral);
}

.hce-wbcr26__meta strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ssw-deep);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hce-wbcr26__source-line {
  max-width: 970px;
  margin: 36px auto 0 !important;
  padding: 21px 24px;
  color: var(--ssw-muted) !important;
  text-align: left;
  background: var(--ssw-white);
  border: 1px solid var(--ssw-line);
  border-left: 6px solid var(--ssw-blue);
  border-radius: 7px;
}

.hce-wbcr26__nav {
  display: flex;
  gap: 10px;
  padding: 17px 20px;
  overflow-x: auto;
  background: var(--ssw-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  scrollbar-width: thin;
}

.hce-wbcr26__nav a {
  flex: 0 0 auto;
  padding: 8px 13px;
  color: var(--ssw-white);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.hce-wbcr26__nav a:hover,
.hce-wbcr26__nav a:focus-visible {
  color: var(--ssw-deep);
  background: var(--ssw-white);
}

.hce-wbcr26__boundary {
  margin: clamp(30px, 5vw, 56px) clamp(22px, 6vw, 74px) 0;
  padding: 25px 27px;
  background: var(--ssw-cream);
  border: 1px solid #dfbf7a;
  border-radius: 10px;
}

.hce-wbcr26__boundary > strong {
  display: block;
  margin-bottom: 8px;
  color: #704809;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
}

.hce-wbcr26__boundary p {
  margin: 0;
}

.hce-wbcr26__section,
.hce-wbcr26__references {
  padding: clamp(44px, 7vw, 80px) clamp(22px, 7vw, 84px);
}

.hce-wbcr26__section + .hce-wbcr26__section,
.hce-wbcr26__references {
  border-top: 1px solid var(--ssw-line);
}

.hce-wbcr26__section--tint {
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 237, 247, 0.86), transparent 25%),
    linear-gradient(145deg, var(--ssw-mist), #ffffff 62%, #fffdf8);
}

.hce-wbcr26__section > p,
.hce-wbcr26__references > p,
.hce-wbcr26__references > ol {
  max-width: 950px;
}

.hce-wbcr26__callout,
.hce-wbcr26__commitment {
  max-width: 960px;
  margin: 38px 0 5px;
  padding: 27px 30px;
  color: var(--ssw-white);
  background: linear-gradient(135deg, var(--ssw-deep), var(--ssw-teal));
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(18, 63, 86, 0.18);
}

.hce-wbcr26__callout p,
.hce-wbcr26__commitment p {
  color: var(--ssw-white) !important;
}

.hce-wbcr26__callout p:first-child,
.hce-wbcr26__commitment p:first-child {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hce-wbcr26__callout p:last-child,
.hce-wbcr26__commitment p:last-child {
  margin-bottom: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
  line-height: 1.5;
}

.hce-wbcr26 figure:not(.hce-wbcr26__hero) {
  max-width: 1020px;
  margin: 42px 0;
  overflow: hidden;
  background: var(--ssw-white);
  border: 1px solid var(--ssw-line);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(18, 63, 86, 0.1);
}

.hce-wbcr26 figcaption {
  display: block;
  padding: 19px 23px;
  color: var(--ssw-muted);
  background: #f7fbfd;
  border-top: 1px solid var(--ssw-line);
  font-size: 16px;
  line-height: 1.58;
}

.hce-wbcr26 figcaption strong,
.hce-wbcr26 figcaption span {
  display: block;
}

.hce-wbcr26 figcaption strong {
  margin-top: 4px;
  color: var(--ssw-deep);
  font-size: 17px;
}

.hce-wbcr26 figcaption span:not(:first-child) {
  margin-top: 6px;
}

.hce-wbcr26__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
  background: var(--ssw-mist);
}

.hce-wbcr26__evidence-map > figcaption,
.hce-wbcr26__process > figcaption,
.hce-wbcr26__fishbone > figcaption,
.hce-wbcr26__operating-system > figcaption,
.hce-wbcr26__gantt > figcaption {
  border-top: 0;
  border-bottom: 1px solid var(--ssw-line);
}

.hce-wbcr26__evidence-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 30px;
  background: linear-gradient(135deg, var(--ssw-sky), #ffffff 58%, var(--ssw-cream));
}

.hce-wbcr26__evidence-columns > div {
  display: flex;
  min-height: 220px;
  padding: 24px 20px;
  flex-direction: column;
  background: var(--ssw-white);
  border: 1px solid var(--ssw-line);
  border-top: 7px solid var(--ssw-blue);
  border-radius: 9px;
}

.hce-wbcr26__evidence-columns > div:nth-child(2) {
  border-top-color: var(--ssw-teal);
}

.hce-wbcr26__evidence-columns > div:nth-child(3) {
  border-top-color: var(--ssw-gold);
}

.hce-wbcr26__evidence-columns > div:nth-child(4) {
  border-top-color: var(--ssw-coral);
}

.hce-wbcr26__evidence-columns b,
.hce-wbcr26__evidence-columns span,
.hce-wbcr26__evidence-columns i {
  display: block;
}

.hce-wbcr26__evidence-columns b {
  color: var(--ssw-deep);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
}

.hce-wbcr26__evidence-columns span {
  margin-top: 12px;
  color: var(--ssw-muted);
  font-size: 15px;
  line-height: 1.55;
}

.hce-wbcr26__evidence-columns i {
  margin-top: auto;
  padding-top: 16px;
  color: var(--ssw-blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hce-wbcr26__process-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 28px;
  list-style: none;
  background: var(--ssw-sky);
}

.hce-wbcr26__process-flow > div {
  position: relative;
  min-height: 150px;
  padding: 24px 20px;
  background: var(--ssw-white);
  border: 1px solid var(--ssw-line);
  border-top: 7px solid var(--ssw-blue);
  border-radius: 8px;
}

.hce-wbcr26__process-flow > div:nth-child(2n) {
  border-top-color: var(--ssw-teal);
}

.hce-wbcr26__process-flow > div:nth-child(3n) {
  border-top-color: var(--ssw-gold);
}

.hce-wbcr26__process-flow b,
.hce-wbcr26__process-flow span {
  display: block;
}

.hce-wbcr26__process-flow b {
  color: var(--ssw-deep);
  font-size: 16px;
}

.hce-wbcr26__process-flow span {
  margin-top: 8px;
  color: var(--ssw-muted);
  font-size: 14px;
  line-height: 1.5;
}

.hce-wbcr26__fishbone-body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 34px 30px 92px;
  background: linear-gradient(135deg, var(--ssw-sky), var(--ssw-cream));
}

.hce-wbcr26__fishbone-body::after {
  position: absolute;
  right: 8%;
  bottom: 56px;
  left: 8%;
  height: 8px;
  background: var(--ssw-deep);
  border-radius: 999px;
  content: '';
}

.hce-wbcr26__fishbone-body > div {
  position: relative;
  z-index: 1;
  min-height: 186px;
  padding: 19px 16px;
  background: var(--ssw-white);
  border: 1px solid var(--ssw-line);
  border-top: 6px solid var(--ssw-gold);
  border-radius: 8px;
}

.hce-wbcr26__fishbone-body > div:nth-child(even) {
  border-top-color: var(--ssw-teal);
}

.hce-wbcr26__fishbone-body > div::after {
  position: absolute;
  bottom: -34px;
  left: 50%;
  width: 5px;
  height: 34px;
  background: var(--ssw-deep);
  content: '';
  transform: rotate(-24deg);
  transform-origin: top;
}

.hce-wbcr26__fishbone-body b,
.hce-wbcr26__fishbone-body span {
  display: block;
}

.hce-wbcr26__fishbone-body b {
  margin-bottom: 9px;
  color: var(--ssw-deep);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
}

.hce-wbcr26__fishbone-body span {
  padding: 5px 0;
  color: var(--ssw-muted);
  border-bottom: 1px solid #e5eef2;
  font-size: 14px;
  line-height: 1.4;
}

.hce-wbcr26__fishbone-body > p {
  position: absolute;
  right: 4%;
  bottom: 14px;
  left: 4%;
  z-index: 2;
  margin: 0;
  color: var(--ssw-deep);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.hce-wbcr26__os-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 30px;
  background: var(--ssw-sky);
}

.hce-wbcr26__os-grid > div {
  min-height: 238px;
  padding: 22px;
  background: var(--ssw-white);
  border: 1px solid var(--ssw-line);
  border-top: 7px solid var(--ssw-blue);
  border-radius: 9px;
}

.hce-wbcr26__os-grid > div:nth-child(2) {
  border-top-color: var(--ssw-teal);
}

.hce-wbcr26__os-grid > div:nth-child(3) {
  border-top-color: var(--ssw-gold);
}

.hce-wbcr26__os-grid > div.is-hub {
  background: #eef8fb;
  border-color: #8fc6d3;
  border-top-color: var(--ssw-coral);
  box-shadow: inset 0 0 0 2px rgba(40, 122, 153, 0.08);
}

.hce-wbcr26__os-grid b,
.hce-wbcr26__os-grid span {
  display: block;
}

.hce-wbcr26__os-grid > div b {
  margin-bottom: 12px;
  color: var(--ssw-deep);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
}

.hce-wbcr26__os-grid > div span {
  padding: 7px 0;
  color: var(--ssw-muted);
  border-bottom: 1px solid #e4eef2;
  font-size: 15px;
}

.hce-wbcr26__os-grid > p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 22px 26px;
  color: var(--ssw-white);
  background: linear-gradient(135deg, var(--ssw-deep), var(--ssw-teal));
  border-radius: 8px;
}

.hce-wbcr26__os-grid > p b,
.hce-wbcr26__os-grid > p span {
  color: var(--ssw-white);
}

.hce-wbcr26__os-grid > p span {
  margin-top: 6px;
}

.hce-wbcr26__table-wrap {
  max-width: 1020px;
  margin: 40px 0;
  overflow-x: auto;
  border: 1px solid var(--ssw-line);
  border-radius: 9px;
  box-shadow: 0 9px 25px rgba(18, 63, 86, 0.08);
}

.hce-wbcr26 table {
  width: 100%;
  min-width: 840px;
  margin: 0;
  border-collapse: collapse;
  background: var(--ssw-white);
  font-size: 15px;
  line-height: 1.52;
}

.hce-wbcr26 caption {
  padding: 17px 19px;
  color: var(--ssw-deep);
  background: var(--ssw-sky-2);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  font-weight: 700;
  text-align: left;
}

.hce-wbcr26 th,
.hce-wbcr26 td {
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid var(--ssw-line);
  border-bottom: 1px solid var(--ssw-line);
}

.hce-wbcr26 th:last-child,
.hce-wbcr26 td:last-child {
  border-right: 0;
}

.hce-wbcr26 tbody tr:last-child td {
  border-bottom: 0;
}

.hce-wbcr26 thead th {
  color: var(--ssw-white);
  background: var(--ssw-deep);
  font-size: 13px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.hce-wbcr26 tbody tr:nth-child(even) td {
  background: #f6fbfd;
}

.hce-wbcr26__gantt {
  overflow: hidden;
}

.hce-wbcr26__gantt-scroll {
  overflow-x: auto;
}

.hce-wbcr26__gantt-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) repeat(5, minmax(110px, 1fr));
  min-width: 780px;
  background: var(--ssw-white);
}

.hce-wbcr26__gantt-grid > div {
  min-height: 66px;
  padding: 14px;
  border-right: 1px solid var(--ssw-line);
  border-bottom: 1px solid var(--ssw-line);
}

.hce-wbcr26__gantt-grid > div:nth-child(6n) {
  border-right: 0;
}

.hce-wbcr26__gantt-grid .gantt-head {
  min-height: auto;
  color: var(--ssw-white);
  background: var(--ssw-deep);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.hce-wbcr26__gantt-grid .gantt-label {
  color: var(--ssw-deep);
  background: #f6fbfd;
  font-weight: 700;
}

.hce-wbcr26__gantt-grid .gantt-bar {
  color: var(--ssw-white);
  background: var(--ssw-blue);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.hce-wbcr26__gantt-grid .is-gold {
  background: var(--ssw-gold);
}

.hce-wbcr26__gantt-grid .is-teal {
  background: var(--ssw-teal);
}

.hce-wbcr26__gantt-grid .is-coral {
  background: var(--ssw-coral);
}

.hce-wbcr26__gantt-grid .is-green {
  background: var(--ssw-green);
}

.hce-wbcr26__references {
  background: #f5fafc;
}

.hce-wbcr26__references ol {
  margin-bottom: 0;
  padding-left: 28px;
}

.hce-wbcr26__references li {
  padding: 12px 8px 14px;
  border-bottom: 1px solid var(--ssw-line);
  font-size: 15px;
  line-height: 1.58;
}

.hce-wbcr26__references li:last-child {
  border-bottom: 0;
}

@media (max-width: 920px) {
  .hce-wbcr26__process-flow,
  .hce-wbcr26__fishbone-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hce-wbcr26__process-flow > div,
  .hce-wbcr26__fishbone-body > div {
    min-height: 0;
  }

  .hce-wbcr26__fishbone-body {
    padding-bottom: 34px;
  }

  .hce-wbcr26__fishbone-body::after,
  .hce-wbcr26__fishbone-body > div::after {
    display: none;
  }

  .hce-wbcr26__fishbone-body > p {
    position: static;
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .hce-wbcr26__meta,
  .hce-wbcr26__evidence-columns,
  .hce-wbcr26__os-grid {
    grid-template-columns: 1fr;
  }

  .hce-wbcr26__meta p,
  .hce-wbcr26__evidence-columns > div,
  .hce-wbcr26__os-grid > div {
    min-height: 0;
  }

  .hce-wbcr26__os-grid > p {
    grid-column: 1;
  }
}

@media (max-width: 520px) {
  .hce-wbcr26 {
    width: calc(100vw - 16px);
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.58;
  }

  .hce-wbcr26__masthead,
  .hce-wbcr26__section,
  .hce-wbcr26__references {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hce-wbcr26__boundary {
    margin-right: 18px;
    margin-left: 18px;
    padding: 16px;
  }

  .hce-wbcr26__boundary > strong {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.3;
  }

  .hce-wbcr26__boundary p {
    font-size: 15.5px;
    line-height: 1.55;
  }

  .hce-wbcr26__nav {
    padding-right: 12px;
    padding-left: 12px;
  }

  .hce-wbcr26 figure:not(.hce-wbcr26__hero),
  .hce-wbcr26__table-wrap {
    margin-right: 0;
    margin-left: 0;
  }

  .hce-wbcr26__evidence-columns,
  .hce-wbcr26__process-flow,
  .hce-wbcr26__fishbone-body,
  .hce-wbcr26__os-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .hce-wbcr26__fishbone-body > p {
    grid-column: 1;
  }

  .hce-wbcr26__callout,
  .hce-wbcr26__commitment {
    padding: 22px;
  }
}


/* v1.0.1: post-scoped byline and responsive readability repair. */
.hce-wbcr26__byline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 22px;
  max-width: 760px;
  margin: 22px auto 0;
  padding: 14px 18px;
  color: var(--ssw-ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--ssw-line);
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.hce-wbcr26__byline span {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  overflow-wrap: normal;
  word-break: normal;
}

.hce-wbcr26__byline strong {
  color: var(--ssw-deep);
}

.hce-wbcr26 .hce-wbcr26__table-wrap table {
  min-width: 1040px;
  table-layout: auto;
}

.hce-wbcr26 .hce-wbcr26__table-wrap th,
.hce-wbcr26 .hce-wbcr26__table-wrap td {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.hce-wbcr26 .hce-wbcr26__table-wrap th:nth-child(1),
.hce-wbcr26 .hce-wbcr26__table-wrap td:nth-child(1) {
  width: 17%;
  min-width: 170px;
  font-weight: 700;
}

.hce-wbcr26 .hce-wbcr26__table-wrap th:nth-child(2),
.hce-wbcr26 .hce-wbcr26__table-wrap td:nth-child(2) {
  min-width: 260px;
}

.hce-wbcr26 .hce-wbcr26__table-wrap th:nth-child(3),
.hce-wbcr26 .hce-wbcr26__table-wrap td:nth-child(3) {
  min-width: 290px;
}

.hce-wbcr26 .hce-wbcr26__table-wrap th:nth-child(4),
.hce-wbcr26 .hce-wbcr26__table-wrap td:nth-child(4) {
  min-width: 300px;
}

@media (max-width: 760px) {
  .hce-wbcr26__byline {
    width: 100%;
    border-radius: 10px;
  }

  .hce-wbcr26__byline span {
    width: 100%;
  }

  .hce-wbcr26__gantt-scroll {
    overflow-x: visible;
  }

  .hce-wbcr26__gantt-grid {
    grid-template-columns: minmax(112px, 0.7fr) minmax(0, 1.3fr);
    min-width: 0;
  }

  .hce-wbcr26__gantt-grid > .gantt-head,
  .hce-wbcr26__gantt-grid > div:empty {
    display: none;
  }

  .hce-wbcr26__gantt-grid > div {
    min-height: 0;
    padding: 10px;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .hce-wbcr26__gantt-grid .gantt-label,
  .hce-wbcr26__gantt-grid .gantt-bar {
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
  }

  .hce-wbcr26__gantt-grid .gantt-bar {
    border-right: 0;
  }

  .hce-wbcr26__gantt-grid .gantt-bar::before {
    display: block;
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
  }

  .hce-wbcr26__gantt-grid .is-gold::before {
    content: "Days 1–15";
  }

  .hce-wbcr26__gantt-grid .is-blue::before {
    content: "Days 16–30";
  }

  .hce-wbcr26__gantt-grid .is-teal::before {
    content: "Days 31–45";
  }

  .hce-wbcr26__gantt-grid .is-coral::before {
    content: "Days 46–70";
  }

  .hce-wbcr26__gantt-grid .is-green::before {
    content: "Days 71–90";
  }
}


/* v1.0.1.2: repeat the compact Important disclaimer after references. */
.hce-wbcr26__boundary--footer {
  margin-top: 34px;
  margin-bottom: 34px;
}

@media (prefers-reduced-motion: reduce) {
  .hce-wbcr26 *,
  .hce-wbcr26 *::before,
  .hce-wbcr26 *::after {
    scroll-behavior: auto !important;
  }
}

@media print {
  .hce-wbcr26 {
    width: 100%;
    max-width: none;
    margin: 0;
    border: 0;
    box-shadow: none;
    font-size: 11pt;
  }

  .hce-wbcr26__nav {
    display: none;
  }

  .hce-wbcr26 figure,
  .hce-wbcr26__table-wrap {
    break-inside: avoid;
  }
}
