.context-help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  padding: 0;
  border: 1px solid var(--border-2);
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
  flex-shrink: 0;
}
.context-help-btn:hover {
  color: var(--text);
  border-color: var(--blue);
}

.context-help-box {
  max-width: 420px;
}
.context-help-title {
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 12px;
}
.context-help-body {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text);
  margin-bottom: 16px;
}
.context-help-body p {
  margin: 0 0 10px;
}
.context-help-body p:last-child {
  margin-bottom: 0;
}
.context-help-body strong {
  color: var(--gold-bright, #fde047);
}

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.section-title-row .section-title-main {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
