
a.decorated-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
a.decorated-with-icon svg {
  width: 1.2em;
  height: 1.2em;
  flex-shrink: 0;
}
