.addon-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;

  .before,
  .after {
    white-space: nowrap;
  }
}
