/* Platform identity without badge surfaces or decorative borders. */
.platform-chip {
  height: 28px;
  width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}
.platform-chip img { display: block; width: 28px; height: 28px; object-fit: contain; flex: none; }
/* Source PNGs have different transparent margins; balance visible marks, not canvases. */
.platform-chip--google img { width: 20px; height: 20px; }
.platform-chip--meta img { width: 24px; height: 24px; }
