.data-diode-hero .title {
  max-width: 620px;
  margin-bottom: 16px;
}

.data-diode-hero-art {
  background-color: transparent !important;
  background-image: url("../images/data-diode-model-training-hero.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.content.blog-post.data-diode-report {
  display: block;
  width: 100%;
}

.data-diode-article-grid {
  display: grid;
  grid-template-columns: 160px minmax(0, 780px);
  justify-content: center;
  gap: 64px;
}

.data-diode-sidebar {
  min-width: 0;
}

.data-diode-toc {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 10px;
  padding-top: 6px;
}

.data-diode-toc .cap2 {
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.data-diode-toc a,
.data-diode-toc a:visited {
  color: #6c7785;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

.data-diode-toc a:hover {
  color: #0091e5;
}

.data-diode-toc a:focus-visible,
.data-diode-copy a:focus-visible {
  border-radius: 2px;
  outline: 2px solid #0091e5;
  outline-offset: 3px;
}

.data-diode-copy {
  min-width: 0;
}

.data-diode-copy .blog-intro {
  max-width: 740px;
}

.data-diode-copy .rich-text-block p,
.data-diode-copy .rich-text-block li {
  font-size: 17px;
  line-height: 1.68;
}

.data-diode-copy .rich-text-block h2 {
  margin-top: 56px;
  scroll-margin-top: 112px;
}

.data-diode-copy .rich-text-block a {
  overflow-wrap: anywhere;
  text-underline-offset: 2px;
}

.data-diode-callout {
  margin: 34px 0;
  padding: 22px 26px;
  border: 1px solid #c8e6f6;
  border-left: 4px solid #0091e5;
  border-radius: 0 12px 12px 0;
  background: #f2f9fd;
}

.data-diode-callout p {
  margin: 0 !important;
  color: #24415b;
}

.data-diode-copy .data-diode-figure {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 42px 0 48px;
}

.data-diode-figure-wide {
  width: calc(100% + 120px);
  margin-left: -60px;
}

.data-diode-figure-frame {
  display: block !important;
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  border: 0;
  background: transparent;
}

.data-diode-figure-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.data-diode-figure figcaption {
  display: block !important;
  width: 100% !important;
  max-width: 680px;
  box-sizing: border-box;
  margin: 12px auto 0;
  color: #7e838a;
  font-size: 12px;
  line-height: 1.5;
}

.data-diode-steps {
  margin: 24px 0 30px;
  padding-left: 0 !important;
  list-style: none;
  counter-reset: diode-step;
}

.data-diode-steps li {
  position: relative;
  margin: 0 0 12px;
  padding: 16px 18px 16px 58px;
  border: 1px solid #dfe6ec;
  border-radius: 10px;
  background: #fff;
  counter-increment: diode-step;
}

.data-diode-steps li::before {
  position: absolute;
  top: 17px;
  left: 18px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #0b7fc1;
  color: #fff;
  content: counter(diode-step, decimal-leading-zero);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

.data-diode-back-section {
  padding-top: 16px;
}

@media screen and (max-width: 991px) {
  .data-diode-article-grid {
    grid-template-columns: minmax(0, 780px);
  }

  .data-diode-sidebar {
    display: none;
  }

  .data-diode-figure-wide {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .data-diode-hero-art {
    min-height: 320px;
  }

  .data-diode-copy .rich-text-block p,
  .data-diode-copy .rich-text-block li {
    font-size: 16px;
    line-height: 1.62;
  }

  .data-diode-copy .rich-text-block h2 {
    margin-top: 44px;
  }

  .data-diode-figure {
    margin-top: 32px;
    margin-bottom: 38px;
  }

  .data-diode-figure-frame {
    overflow-x: auto;
  }

  .data-diode-figure-frame img {
    width: 960px;
    min-width: 960px;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .data-diode-hero .title {
    font-size: 38px;
    line-height: 1.08;
  }

  .data-diode-hero-art {
    min-height: 250px;
  }

  .data-diode-callout {
    padding: 18px 20px;
  }

  .data-diode-steps li {
    padding-left: 52px;
  }

  .data-diode-steps li::before {
    left: 14px;
  }
}
