﻿.highlight, .highlight:active {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  background-color: #eacf5b;
  border-radius: 0.25rem;
}
.highlight.yellow, .highlight:active.yellow {
  background-color: #eacf5b;
}
.highlight.red, .highlight:active.red {
  background-color: #cc574a;
  color: white;
}
.highlight.green, .highlight:active.green {
  background-color: #5b8965;
  color: white;
}
.highlight.blue, .highlight:active.blue {
  background-color: #476aa3;
  color: white;
}
.highlight.pink, .highlight:active.pink {
  background-color: #FFD6E7;
}
.highlight.purple, .highlight:active.purple {
  background-color: #E1BEFF;
}
.highlight.turquoise, .highlight:active.turquoise {
  background-color: #CBF8FF;
}
.highlight.gold, .highlight:active.gold {
  background-color: #FFF700;
}
.highlight.mint, .highlight:active.mint {
  background-color: #80FFD9;
}
.highlight.magenta, .highlight:active.magenta {
  background-color: #F253B6;
}
.highlight.sage, .highlight:active.sage {
  background-color: #B2C8BA;
}
.highlight.black, .highlight:active.black {
  background-color: black;
  color: white;
}

@media print {
  .print-original [data-highlightable] .highlight {
    display: contents;
    color: inherit;
  }
}
