/* Keep the edition mark centred beside its text at every viewport size. */
.utility__edition {
  display: inline-flex;
  align-items: center;
}
.utility__edition .canada-leaf {
  display: block;
  flex: 0 0 14px;
  width: 14px;
  height: 16px;
  margin-right: .4rem;
}
