/* Profile FAQ hint — yellow square banner, always visible */
.wd-hint {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  padding: 12px 14px;
  background: #f2a900;
  color: #0f0f12;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px rgb(15 15 18 / 0.12);
  font-family: var(--font-sans, 'Barlow', 'Segoe UI', system-ui, sans-serif);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}
.wd-hint-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #0f0f12;
  color: #f2a900;
  border-radius: 3px;
  font-family: var(--font-display, 'Barlow Condensed', 'Barlow', sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.wd-hint-text {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
}
.section--lb > .wd-hint {
  margin-top: -4px;
}
