/* Data-mapping field-mapper: "Field guide" button + target-field reference modal.
   Loaded globally via `stylesheet_link_tag :app` (Propshaft globs every stylesheet;
   no per-view link tag — see ai_reference/design_system/design-system.md §19). */

.fm-guide-btn {
  font-size: 11px;
  padding: 4px 12px;
  vertical-align: middle;
  margin-left: 8px;
}

.fm-guide-list {
  margin: 0;
}

.fm-guide-list dt {
  margin-top: 14px;
  font-weight: 600;
}

.fm-guide-list dt:first-child {
  margin-top: 0;
}

.fm-guide-list dt code {
  background: #f0eeea;
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 12px;
}

.fm-guide-list dd {
  margin: 4px 0 0;
  color: #555;
  line-height: 1.6;
  font-size: 13px;
}
