/* The origin device — C9.
 *
 * Sized to the micro-label it sits beside, because it is a piece of the same
 * line rather than an ornament placed near it. Nothing else on the site is
 * allowed this colour.
 */

.pl-origin {
  display: inline-flex;
  align-items: center;
  vertical-align: baseline;
  margin-right: var(--sp-1);
  /* Never shrink. Beside a flex label with a long line — the network module's
   * eyebrow wrapping on a phone — the device was squeezed to 13px wide against
   * a full-height 16px, so the cross came out stretched. It is a flag at fixed
   * proportions or it is not the device. */
  flex: none;
}

.pl-origin__flag {
  display: block;
  flex: none;
  width: 1.375rem;
  height: 1rem;
}
