.icon-field {
  display: flex;
  align-items: center;
  gap: .2rem;
  margin-bottom: 0;

  svg {
    fill: var(--fg-color);
    height: 1.3rem;
    width: 1.3rem;
  }
}
