.help-toggle {
  display: inline-grid;
  place-items: center;
  width: 21px;
  height: 21px;
  margin-left: 4px;
  padding: 0;
  border: 1px solid #bdc9c1;
  border-radius: 50%;
  background: #fff;
  color: #163b2d;
  font-size: 12px;
  cursor: pointer;
  vertical-align: middle;
}
.help-text {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 10px 11px;
  border-left: 3px solid #e2763d;
  border-radius: 7px;
  background: #fff8ec;
  color: #655a4d !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.65;
  white-space: normal;
}
.help-text.hidden { display: none; }
.beginner-glossary {
  max-width: 1060px;
  margin: 0 auto 18px;
  padding: 18px;
  border: 1px solid #dce3de;
  border-radius: 18px;
  background: #fff;
}
.beginner-glossary summary { cursor: pointer; font-size: 18px; font-weight: 700; }
.beginner-glossary > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.beginner-glossary article { padding: 12px; border-radius: 11px; background: #f4f6f2; }
.beginner-glossary p { margin: 6px 0 0; color: #68746d; line-height: 1.6; }
@media (max-width: 700px) { .beginner-glossary > div { grid-template-columns: 1fr; } }
