/* Styling for the injected WF1 USB export column — inherits the face-maker's
   own .fm-x / .fm-export-col look; just a highlight + note. */
.fm-export-usb {
  border-left: 1px solid rgba(46, 236, 197, .25);
  padding-left: 14px;
}
.fm-usb-note {
  font-size: 12px;
  opacity: .7;
  margin-top: 2px;
}
#fmUsb { position: relative; }
