/* ============================================================
   page-tools.css — tools page only
   ============================================================ */

span.sup { color: red; font-size: larger; font-weight: normal; }
tr.adv td { background-color: #f3f3f3; }
span.adv { background-color: #ddd; }

.embed-box {
  background: rgba(255,255,255,.55);
  border: 2px dashed rgba(31,58,138,.28);
  border-radius: 16px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
  color: rgba(17,24,39,.72);
}
.embed-box.tall { min-height: 520px; }

.glossary-term { font-weight: 700; }
.glossary-item {
  background: rgba(234,243,241,.70); //rgba(255,255,255,.55);
  border: 1px solid rgba(31,58,138,.14);
  border-radius: 16px;
  padding: 14px;
  height: 100%;
}
#bfGlossaryList .glossary-item { padding: 14px; min-height: 120px; }
#bfGlossaryList { column-gap: 16px; }
.glossary-def { color: rgba(17,24,39,.78); margin: 0; }
