/* The news wire. Icons are backgrounds resolved by per-source classes the
   page defines once (see wire.html) — never per-story inline data URLs. */

.feed-item__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: text-bottom;
}
