/* Plain-language tips: human-friendly inline explanations for tech jargon */
.plain-tip {
  display: inline;
}
.plain-tip em {
  font-style: normal;
  color: #6b7785;
  font-size: 0.92em;
  margin-left: 0.18em;
  letter-spacing: 0.005em;
  font-weight: 400;
}
.plain-tip em::before {
  content: "\2014\00a0";
  color: #b0b8c1;
}
abbr[title].plain-abbr {
  text-decoration: underline dotted #9aa3ad;
  text-underline-offset: 0.22em;
  cursor: help;
}
@media (max-width: 640px) {
  .plain-tip em {
    display: block;
    margin-left: 0;
    margin-top: 0.1em;
    font-size: 0.9em;
  }
  .plain-tip em::before {
    content: "";
  }
}
