/* SANS Electronic Workbook styles: custom.css

    Style customizations can be made in this file and will override those
    declared in html.css and pdf.css.
    WARNING: Do not override font face and size, colors, or other core design
    elements. Any such modifications may be ignored during the downstream HTML
    and PDF production process.

    In general, if you're not sure whether a customization will "stick", contact
    SROC for assistance.
   */

:root {
    /* Offensive Operations */
    --sans-primary-color: #922723;
    --sans-secondary-color: #5c0100;
    --sans-primary-text-color: #ffffff;
    --sans-secondary-text-color: #eeeeee;
}

code .m {
  color: inherit !important;
}

@media print {
  .no-print {
      display: none !important;
  }
}

.md-typeset .admonition.attacker,
.md-typeset details.attacker {
  border-color: rgb(253,253,150);
}
.md-typeset .attacker > .admonition-title,
.md-typeset .attacker > summary {
  background-color: rgba(253,253,150, 0.1);
  border-color: rgb(43, 155, 70);
}
.md-typeset .attacker > .admonition-title::before,
.md-typeset .attacker > summary::before {
  color: rgb(255,105,97);
  font-weight: bold;
  background-color: rgba(253,253,150, 0.1);
  content: "A";
  -webkit-mask-image: var(--md-admonition-icon--example);
          mask-image: var(--md-admonition-icon--example);
}

.md-typeset .admonition.victim,
.md-typeset details.victim {
  border-color: rgb(158,158,158);
}
.md-typeset .victim > .admonition-title,
.md-typeset .victim > summary {
  background-color: rgba(158,158,158, 0.1);
  border-color: rgb(43, 155, 70);
}
.md-typeset .victim > .admonition-title::before,
.md-typeset .victim > summary::before {
  /* background-color: rgba(158,158,158, 0.1); */
  color: rgb(255,105,97);
  font-weight: bold;
  content: "V";
  -webkit-mask-image: var(--md-admonition-icon--example);
          mask-image: var(--md-admonition-icon--example);
}
