/* -----------------------------------------------
   DEF CON Report
----------------------------------------------- */
.defcon-report .defcon-report__container {
  max-width: 1080px;
}

.defcon-report .defcon-report__article {
  padding: 40px 20px 60px;
  background: #fff;
}

.defcon-report .defcon-report__header,
.defcon-report .defcon-report__content {
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.defcon-report .defcon-report__eyebrow {
  margin: 0 0 14px;
  color: #35b76c;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
}

.defcon-report .defcon-report__title {
  margin: 0;
  padding: 0 0 22px;
  border-bottom: 1px solid #b8b8b8;
  font-size: 27px;
  line-height: 1.45;
  letter-spacing: .02em;
}

.defcon-report .defcon-report__title-primary,
.defcon-report .defcon-report__title-secondary {
  display: block;
}

.defcon-report .defcon-report__title-primary {
  font-weight: 600;
}

.defcon-report .defcon-report__title-secondary {
  margin-top: 8px;
  color: #333;
  font-size: .72em;
  font-weight: 400;
  line-height: 1.65;
}

.defcon-report .defcon-report__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0 0 38px;
  padding: 14px 0 0;
}

.defcon-report .defcon-report__meta time {
  margin: 0;
  letter-spacing: .06em;
}

.defcon-report .defcon-report__hero {
  margin: 0 0 42px;
}

.defcon-report .defcon-report__hero img {
  width: 100%;
  height: auto;
  margin: 0;
}

.defcon-report .defcon-report__content {
  color: #222;
  font-size: 15px;
  line-height: 1.95;
}

.defcon-report .defcon-report__content > * {
  max-width: 100%;
}

.defcon-report .defcon-report__content p,
.defcon-report .defcon-report__content ul,
.defcon-report .defcon-report__content ol,
.defcon-report .defcon-report__content blockquote,
.defcon-report .defcon-report__content pre,
.defcon-report .defcon-report__content figure,
.defcon-report .defcon-report__content .wp-block-buttons,
.defcon-report .defcon-report__content .defcon-report-callout {
  margin-top: 0;
  margin-bottom: 28px;
}

.defcon-report .defcon-report__content h2,
.defcon-report .defcon-report__content h3 {
  color: #111;
  line-height: 1.55;
}

.defcon-report .defcon-report__content h2 {
  margin: 64px 0 26px;
  padding: 0 0 13px;
  border-bottom: 1px solid #b8b8b8;
  font-size: 23px;
  font-weight: 600;
}

.defcon-report .defcon-report__content h2::before {
  display: inline-block;
  width: 24px;
  height: 3px;
  margin-right: 12px;
  vertical-align: .28em;
  background: #50c76f;
  content: "";
}

.defcon-report .defcon-report__content h3 {
  margin: 42px 0 18px;
  padding-left: 14px;
  border-left: 3px solid #50c76f;
  font-size: 18px;
  font-weight: 600;
}

.defcon-report .defcon-report__content ul,
.defcon-report .defcon-report__content ol {
  padding-left: 1.6em;
}

.defcon-report .defcon-report__content li + li {
  margin-top: 7px;
}

.defcon-report .defcon-report__content img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.defcon-report .defcon-report__content figcaption {
  margin-top: 9px;
  color: #666;
  font-size: 12px;
  line-height: 1.65;
  text-align: center;
}

.defcon-report .defcon-report__content pre,
.defcon-report .defcon-report__content .wp-block-code {
  overflow-x: auto;
  padding: 20px;
  border: 1px solid #333;
  border-radius: 0;
  background: #171717;
  color: #f4f4f4;
  font-size: 13px;
  line-height: 1.7;
  white-space: pre;
  -webkit-overflow-scrolling: touch;
}

.defcon-report .defcon-report__content code {
  font-family: Consolas, Monaco, "Courier New", monospace;
}

.defcon-report .defcon-report__content blockquote {
  padding: 6px 0 6px 24px;
  border-left: 2px solid #50c76f;
  color: #444;
}

.defcon-report .defcon-report__content blockquote p:last-child {
  margin-bottom: 0;
}

.defcon-report .defcon-report__content .wp-block-button__link {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #35b76c;
  border-radius: 24px;
  background: #1a1a1a;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.defcon-report .defcon-report__content .wp-block-button__link:hover,
.defcon-report .defcon-report__content .wp-block-button__link:focus-visible {
  background: #35b76c;
  color: #111;
}

.defcon-report .defcon-report__content .defcon-report-callout {
  padding: 20px 22px;
  border-top: 1px solid #50c76f;
  border-bottom: 1px solid #d6d6d6;
  background: #f7faf8;
}

.defcon-report .defcon-report__content .defcon-report-callout > :last-child {
  margin-bottom: 0;
}

/* DEF CON 34 CTF target introduction */
.defcon34-report .ctf-target-row > .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.defcon34-report .ctf-target-row__image {
    flex: 0 0 280px;
    width: 280px !important;
    max-width: 280px !important;
    margin: 0 !important;
}

.defcon34-report .ctf-target-row__image img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.defcon34-report .ctf-target-row__text {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 !important;
    line-height: 2;
}

.defcon34-report .ctf-target-row__content {
    flex: 1 1 auto;
    min-width: 0;
}

.defcon34-report .ctf-target-row__content p {
    margin-top: 0;
    margin-bottom: 1.2em;
    line-height: 2;
}

.defcon34-report .ctf-target-row__content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 520px) {
    .defcon34-report .ctf-target-row > .wp-block-group__inner-container {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .defcon34-report .ctf-target-row__image {
        width: min(100%, 280px) !important;
        max-width: 280px !important;
        margin-inline: auto !important;
    }
}

@media screen and (max-width: 767px) {
  .defcon-report .defcon-report__container {
    width: 95%;
  }

  .defcon-report .defcon-report__article {
    padding: 34px 20px 48px;
  }

  .defcon-report .defcon-report__title {
    font-size: 24px;
    line-height: 1.5;
  }

  .defcon-report .defcon-report__title-secondary {
    margin-top: 9px;
    font-size: .7em;
  }

  .defcon-report .defcon-report__meta {
    margin-bottom: 32px;
  }

  .defcon-report .defcon-report__content {
    font-size: 14px;
    line-height: 1.9;
  }

  .defcon-report .defcon-report__content h2 {
    margin-top: 52px;
    font-size: 20px;
  }

  .defcon-report .defcon-report__content h2::before {
    width: 18px;
    margin-right: 9px;
  }

  .defcon-report .defcon-report__content h3 {
    margin-top: 36px;
    font-size: 17px;
  }

  .defcon-report .defcon-report__content pre,
  .defcon-report .defcon-report__content .wp-block-code {
    margin-right: -8px;
    margin-left: -8px;
    padding: 16px;
    font-size: 12px;
  }

  .defcon-report .defcon-report__content .defcon-report-callout {
    padding: 18px;
  }

  .defcon-report .ctf-target-row {
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-bottom: 44px;
  }

  .defcon-report .ctf-target-row__image {
    width: min(100%, 320px);
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .defcon-report .defcon-report__article {
    padding: 110px 7% 90px;
  }

  .defcon-report .defcon-report__title {
    font-size: 40px;
    line-height: 1.4;
  }

  .defcon-report .defcon-report__title-secondary {
    margin-top: 12px;
    font-size: .6em;
  }

  .defcon-report .defcon-report__content {
    font-size: 16px;
  }

  .defcon-report .defcon-report__content h2 {
    font-size: 25px;
  }

  .defcon-report .defcon-report__content h3 {
    font-size: 20px;
  }
}
